/* generated by csscreator.com */ 
html, body 
{
 	margin:0; 
 	padding:0; 
 	text-align:center;

} 
 
#pagewidth{ 
	width:100%; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;
} 
 
#leftcol{
 width:18%; 
 position:relative; 
 margin-top: 0px;
}
 
#twocols{
 width:82%; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:22%; 
 float:right; 
 position:relative; 
 margin-top: 0px;
 }
 
#maincol
{
 background-color: Transparent;  
 float: left; 
 display:inline; 
 position: absolute; 
 width:78%; 
 }
 

 
 /* *** 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;}
}
