/* generated by csscreator.com */ 
html, body{ 
 margin: 0; 
 padding: 0; 
 text-align: center; 
 background-color: #dfea75;
 z-index: 0px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 font-weight: normal;
 color: #66672c;
} 
 
#pagewidth{ 
 width: 800px; 
 text-align: center;  
 margin-left: auto; 
 margin-right: auto; 
 z-index: 0px; 
} 
 
#maincol{  
 float: center; 
 display: inline; 
 position: relative; 
 width: 800px;
 z-index: 0px;
 }
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

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

#navbar {
 	top: -50px;
	text-align: right;
	z-index: 10;
 	position: relative;
	padding-bottom: 5px; 
	font-size: 16px;
	font-weight: normal;
}

#footer {
 	top: -50px;
	text-align: left;
 	position: relative; 
	z-index: 5;
	padding: 10px;
	color: #66672c;
}

#logo { 
 	top: 60px;
	padding-left: 20px;
	text-align: left;
 	position: relative; 
	z-index: 3;
}

#mainImage { 
 	top: -50px;
	position: relative;
	z-index: 2;	
}

a {
	color: #66672c;
	text-decoration: none;

}

a:hover {
	color: #cc6600;
	text-decoration: none;

}
