/* generated by csscreator.com */ 
html, body{
 background-color: #DCCFC3; 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:800px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:112px; 
  background-color:#DCCFC3; 
 width:100%;
} 
 
#leftcol{
	width:160px;
	float:left;
	position:relative;
	height: auto;
  }
 
#maincol{
	background-color: #DCCFC3;
	float: right;
	display:inline;
	position: relative;
	width:640px;
	height: auto;
 }
 

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


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


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
