html, body {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 0 0px 0;
	font-size: 11px;
	line-height: 18px;
	color: #525252;
	/*font-family: "arial", serif;*/
	font-family:'Trebuchet MS';
	text-align: center;
	background-color: #fff;
}


 #outer {
	border: 0px solid;
	padding: 0 0px 0px 0px;
	width:834px;
	margin: auto;
	margin-bottom: 0;
	text-align: center;	

	overflow: hidden;
 }
 
 

#top{
	
	border: 0 solid #6c4c33;
	border-width: 0 0 0px 0;
	margin: 0 0 10px 0;
	padding: 0px 0 0 0;
	width: 834px;
	height: 181px;
	background: transparent url(../img/topheader.jpg);
	background-repeat: repeat-x;
	text-align: center;
} 

#logoholder{
	text-align: left; 
	height: 146px;
}

#logoholder a{
	display: block; 
	width: 112px; 
	height: 108px; 
	margin: 0 0 0 41px; 
	text-decoration: none;
}

 
#mainnav{
	overflow: hidden;
	font-size: 11px;
	padding: 0;
	margin: auto;
	width:630px;

} 

*html #mainnav{
	width:680px;
}

#main{
	padding: 0;
	font-size: 13px;
	padding: 0 40px 0 40px;
	min-height: 380px;
}
*html #main{
	height: 400px;
}
 
#content{
	color: #5a5a5a;
	margin: auto;
	padding: 20px 70px 0 0;
	text-align: left;
	font-size: 13px;
	line-height: 19px;
	float: left;
	width: 504px;
	overflow: hidden;
	
	background-image: url('../img/home-divider.gif');
	background-repeat: no-repeat;
	background-position: 535px 20px;
	
}

div.home #content{
	color: #5a5a5a;
	margin: 0 auto 25px 0;
	padding: 20px 30px 0 0;
	text-align: left;
	font-size: 13px;
	line-height: 19px;
	float: left;
	width: 329px;
	overflow: hidden;

	background-image: url('../img/home-divider.gif');
	background-repeat: no-repeat;
	background-position: 100% 20px;
	

}



#rightcol{
	color: #5a5a5a;
	margin: 0 0 0px 0;
	width: 180px;
	float: right;
	padding: 20px 0 0 0;
	text-align: left;
	font-size: 13px;
	line-height: 19px;
	
}

div.home #rightcol{
	color: #5a5a5a;
	margin: 0 0 0px 0;
	width: 360px;
	float: right;
	padding: 20px 0 0 35px;
	text-align: left;
	font-size: 13px;
	line-height: 19px;
	overflow: hidden;

}


#footer{
	color: #000;
	height: 40px;
	width: 834px;
	margin: 0px 0 10px 0;
	padding: 0px 0 0 0;
	background: transparent url(../img/footerbg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: both;
	text-align: left;
	
	font-size: 13px;
	line-height: 18px;
	
	overflow: hidden;
}



