/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-color:#000;
} 
 
#pagewidth{ 
 width:750px; 
 text-align:left;  
 background-color:#fff; 
} 

#header {
	width: 100%;
	height: 160px;
	background-color:#fff;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
}

#leftcol{
padding-top:20px;
 width:200px; 
 float:left; 
 position:relative; 
  }
 
#maincol{background-color: #fff;  
 float: right; 
 padding-top:20px;
 display:inline; 
 position: relative; 
 width:550px; 
 }
 
#footer{
 height:100px; 
  background-color:#fff; 
 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 */  
