html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
	width:800px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;  
} 
 
#pagewidth2{ 
	width:550px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;  
} 
 
 
#header{
	position:relative; 
	height:90px; 
	background-color:#FFFFFF; 
	width:100%;
} 
 
#leftcol{
	width:165px; 
	float:left; 
	position:relative; 
 }
#leftcol2{
	width:1px; 
	float:left; 
	position:relative; 
 }
 
 
#maincol{background-color: #FFFFFF;  
	float: right; 
	display:inline; 
	position: relative; 
	width:585px; 
 }
#maincol2{background-color: #FFFFFF;  
	
	display:inline; 
	position: relative; 
	width:585px; 
 }
 
 
#footer{
	height:50px; 
	background-color:#FFFFFF; 
	clear:both;
 } 
 

 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
 }
 
.clearfix{
	display:inline;

}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
 


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
