/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 } 
 
#pagewidth{ }
 
#header{
 position:relative; 
 height:126px; 
  background-color:#000000; 
 width:100%;
} 
 
#link{
 width:100%;
 height:100px; 
 float:relative; 
 position:relative; 
 background-color:#000000; 
 }
 
#maincol{background-color: #000000;  
 float: right; 
 display:inline; 
 position: relative; 
 width:100%;
 height:600px;
 }
 
#footer{
 height:50px; 
  background-color:#000000; 
 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-table;}

/* 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;}
}