html, body {
	margin: 0;
	padding: 0;
	
	height: 100%;
}

body {
	margin: 0 0 0px 0;
	
	height: 100%;
	color: #525252;
	line-height: 18px;
	font-family: "arial", serif;

	text-align: center;

	background: transparent url(../img/mainbg.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-attachment: fixed;

}

#outerbg{
	background: transparent url(../img/bodybg.jpg);
	background-repeat: repeat-x;	
	margin-bottom: 0;
}


#outer {
	 text-align:left;
	 border: 0px solid;
	 padding: 0 0px 0px 0px;
	 width:900px;
	 margin: auto;
	 margin-bottom: 0;
 }
 
 
 
 
#topnav{
	
	border: 0;
	
	margin: 0;
	padding: 0;
	
	width: 100%;
	height: 28px;
} 

#top{
	
	border: 0 solid #6c4c33;
	border-width: 0 0 0px 0;
	
	margin: 0;
	padding: 0;
	
	width: 100%;
	height: 100px;

	text-align: left;
} 




 
#mainnav{
	height: 40px;
	background: transparent url(../img/mainnavbg.gif);
	background-repeat: repeat-x;
	font-size: 14px;
	padding: 15px 0 0 0;
	margin: 0 0 10px 0;

} 

#topheader{
	height: 65px;
	background: red;
	margin: 0px 0 24px 0;
	
	padding: 140px 0 0 290px;
	
	background: transparent url(../img/topheader.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#main{
	padding: 0;
	clear: both;
}
 

#content{
	
	margin: 0;
	padding: 0;
	
	font-size: 14px;
	line-height: 22px;
	
}


#footer{

	color: #000;
	margin: 0px 0 0px 0;
	padding: 0px 0px 3px 0px;
	
	background: transparent url(../img/footerbg.gif);
	background-repeat: repeat-x;	
	
	text-align: left;
	
	font-size: 13px;
	line-height: 18px;
	
	overflow: hidden;
}




