.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

body{
	margin:0;
	padding:0;
	text-align:center; 
	background: #8a9d9b;
}

#container{
	width:789px;
	width:665px;
	margin:auto; /*center-align div*/
	position:relative; /*inserts info area into div*/
	border-left:1px solid #67322e;
	border-right:1px solid #67322e;
	border-bottom:1px solid #67322e;
	background: #fff;
}

* html #container{
	width:667px; /*665 cuts off masthead*/
}

#masthead{
	height:145px;
	background:url('../images/masthead.gif') no-repeat;
}

#masthead h1{
	text-indent:-9999px;
	margin:0;
}

#masthead h1 a{
	display:block;
	width:450px;
	height:130px;
}

#center-image{
	margin-top:0;
	padding-top:0;
	width:665px;
	height:150px;
	/*background:url('../images/center-image-home.jpg') no-repeat;*/
}

/*#center-image.about-image{
	background:url('../images/center-image-about.jpg') no-repeat;
	background: blue;
}*/

#menu{
	width:115px;
	float:left;
	overflow:hidden;
	margin: 0 0 20px 0;
	padding: 0;
	background: #fff;
}

* html #menu{
	padding: 0 0 20px 0;
}

#menu ul{
	text-align:right;
	margin:0;
	padding:15px 0 0 0; /*affects border length*/
	list-style:none;
}

#menu ul li{
	padding:10px 15px 10px 0; /*creates space in tab*/
	border-bottom:1px solid #c3c2c2;
	border-right:1px solid #c3c2c2;
}

#menu ul li.first{
	padding:5px 15px 10px 0; /*creates space in tab*/
}

#menu ul li.last{
	border-bottom:none;
}

#menu ul li a{
	font:.66em Arial, sans-serif;
	color:#330e00;
	text-decoration:none;
}

#menu ul li a:hover{
	color:#1f0900;
}

#menu ul li.active a{
	font-weight: bold;
}

#torso{
/*	width:635px;*/   /* no need to float*/
	padding:0px;
}

* html #torso{
/*	width:587px;*/
	padding:0px;
	margin:0;
}

#main-content{
/*	height: 301px;
	overflow: auto;*/
	text-align: left;
	float: left;
	padding:20px 40px 20px 26px;
	margin: 0;
	width: 558px;
	width: 480px;
}

* html #main-content{
	padding:20px 60px 20px 26px;
	margin: 0px;
	width: 545px;
	height: 368px;
	
}

#main-content h3{
	margin-top:0;
	padding:10px 0;
	font:normal 16px Arial, sans-serif;
	border-bottom:2px solid #8d775e;	
}

#main-content h4{
	font:bold 12px Arial, sans-serif;
	margin-bottom:0;
}

#main-content h5{
	font:bold 12px Arial, sans-serif;
	margin-bottom:0;
	padding-bottom:0;
}

#main-content p{
	font:11px/18px Arial, sans-serif;
}

#main-content a{
	color:#8a9d9b;
	text-decoration:none;
}

#main-content a:hover{
	color:#67322e;
	text-decoration:underline;
}

#main-content img.right{
	float: right;
	margin: 0px 0px 20px 20px;
	padding:0;
}

#main-content img.about{
	margin-top: -20px;
}

#main-content ul{
	font:11px/16px Arial, sans-serif;
	margin:0 0 15px 0;
	padding:0px 0 0px 0; 
}

#main-content ul li{
	padding:0px 0 0px 0; /*creates space in tab*/
	margin: 0 0 0 15px;
}

.image-caption{
	float:right;
	padding:0 0 0 0px;
	margin:0 -20px 10px 20px;
	text-align:center;
	font:.65em Arial, sans-serif;
}

.education-1{
	margin-left: 14px;
}

.education-2{
	margin-left: 66px;
}

* html .education-2{
	margin-left: 64px;
}

.quote{
	margin-left: 25px;
	font-weight: bold;
}

#main-content img.map {
	margin: 10px -20px 0 10px;
}

* html #main-content img.map {
	margin: 10px -35px 0 10px;
}

#footer{
	width:665px;
	background: #67322e;
	margin:0;
	padding:0;
}

#footer p{
	margin:0;
	padding:0;
	color:#fff;
	font:11px Arial, sans-serif;
}

#contact-1{
	float: left;
	padding: 15px 20px 15px 65px;
}

#contact-2{
	float: left;
	padding: 15px 20px 15px 0px;
}

#contact-3{
	float: left;
	padding: 15px 20px 15px 0px;
}

#contact-4{
	float: left;
	padding: 15px 0px 15px 0px;
}

