/* generated by csscreator.com */
html, body{
 margin:2px;
 padding:0;
 text-align:center;
 background-color: #494949;
 font-family: Verdana;
 font-size: 12px;
}

#pagewidth{
 width:1000px;
 text-align:left;
 margin-left:auto;
 margin-right:auto;
 background: url(../images/background.gif) repeat-y;
}

#leftcol{
 width:220px;
 float:left;
 position:relative;
  }
#centercol{
  float: left;
  width: 240px;
}
#rightout{
  float: left;
  width:480px;
}


#twocols{
 width:780px;
 float:right;
 position:relative;
  }
 
#rightcol{
 width:480px;
 float:right;
 position:relative;

 }
 
#maincol{
 float: left; 
 display:inline; 
 position: relative; 
 width:240px;
 }

 /* *** 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;}
}

