/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 } 
 
#pagewidth{ }
 
#leftcol{
 width:165px; 
 float:left; 
 position:relative; 
 background-color:#7F56BC; 
 }
 
#maincol{background-color: #FFFFFF;  
 float: inherit; 
 display:inline; 
 position: absolute; 
 width:; 
 }
 

 
 /* *** 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{ 
#twocols, #maincol{width:100%; float:none;}
}
#rightcol {
	width:225px;
	float:right;
	position:static;
	background-color:#FFFFFF;
	display: inline;
}
