@charset "iso-8859-1";
/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
  margin-top: 20px;
 margin-bottom: 20px;
 left: 0;
 text-align:center; 
} 
 
#pagewidth{ 
 width:750px; 

 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
	position:relative;
	height:250px;
	background-color:#FFFFFF;
	width:100%;
} 
 
#leftcol{
	width:230px;
	float:left;
	position:relative;
	margin-top: 20px; 
  }
 
#maincol{background-color: #FFFFFF;  
 float: right; 
 display:inline; 
 position: relative; 
 width:480px;
 margin-right: 30px; 
 margin-top: 20px; 
 margin-bottom: 20px; 
 }
 
#footer{
 height:100px; 
  background-color:#FFFFFF; 
 clear:both;
  width:750px;
 } 
 

 
 /* *** 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;}
}
