/* generated by csscreator.com */ 
html, body
{ 
	margin:0; 
	padding:0; 
	text-align:center; 
} 
 
#container
{ 
	width:850px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;
} 
 
#header
{
	position:relative; 
	height:100px; 
	width:100%;
} 
 
#leftcol
{
	width:180px; 
	float:left; 
	position:relative; 
}
 
#maincol
{
	float: right; 
	display:inline; 
	position: relative; 
}
 
#footer
{
	height:100px; 
	clear:both;
} 
 

 
 /* *** 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 */  


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