/* generated by csscreator.com */
html, body{
 margin:0;
 padding:0;
 text-align:center;
} 
 
#pagewidth{ 
 width:970px; 
 text-align:left;  
 margin-left:auto;
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:100px;
 width:100%;
} 
 
#leftcol{
 width:200px;
 float:left;
 position:relative;
 }
 
#twocols{
 padding-left: 15px;
 width:755px;
 float:right;
 position:relative;
}
 
#rightcol{
 width:200px;
 float:right; 
 position:relative;
 border-top: 1px solid #E31A22;
 }
 
#maincol{
 background-color: #F2F2F4;
 float: left;
 display:inline; 
 position: relative; 
 width:540px;
 min-height:600px;
 height:auto !important;
 height:600px;
 border-top: 1px solid #E31A22;
 }
 
#footer{
 height:13px;
 clear:both;
 background-color: #fff;
 } 
 

 
 /* *** 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;}
}

