/* generated by csscreator.com */ 

#pagewidth{ 

 max-width:100%;  

 min-width:600px;  
 background:url(../images/body_bg.png) repeat-x;background-position: 0 150px;
}
 
#header{
 position:relative; 
  
 
 width:100%;
} 
 
/*#leftcol{
 width:20%; 
 float:left; 
 position:relative; 

 }*/
 
#twocols{
 width:100%; 
 float:right; 
 position:relative; 
 
  }
 
#rightcol{
 padding-top:5px;
 width:20%; 
 float:right; 
 position:relative; 
 
 }
 
#maincol{
 float: left; 
 display:inline; 
 position: relative; 
 width:80%;
 
 }
 .content{
	     padding-right:5px;
		 padding-left:5px;
		 padding-top:5px;
	 }
#footer{
 height:100px; 
 
 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;}
}
