/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 } 
 
#pagewidth{ }
 
#header{
 position:relative; 
 height:20%; 
  background-color:#400000; 
 width:100%;
} 
 
#leftcol{
 width:33%; 
 float:left; 
 position:relative; 
 background-color:#400000; 
 }

#leftcol li{margin:1em 0 0 1em;}
 
#twocols{
 width:67%; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:50%; 
 float:right; 
 position:relative; 
 background-color:#400000;
 }
 
#maincol{background-color: #400000;  
 float: left; 
 display:inline; 
 position: relative; 
 width:50%; 
 }
 
#footer{
 height:20%; 
  background-color:#400000; 
 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;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
