/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 

 } 
 
#pagewidth{
width: 100%;
min-width: 900px;
padding-bottom: 20px;
 }

#header {
   position:relative; 
   height: 150px;
    } 
 
 
#leftcol{
 width: 20%; 
 float:left; 
 position:relative; 
 height: 560px;
 }
 
#wrapper{
  padding-left: 10px;} 
#twocols{
 width:80%; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width: 22%; 
 float:right; 
 position:relative; 

 }
 
#maincol{background-color: #FFFFFF;  
 float: left; 
 display:inline; 
 position: relative; 
 width:78%; 
 }
 
#footer{

 height:12px; 
position: relative;
 clear:both;
 padding-bottom: 10px;
 } 
 

 
 /* *** 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;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
