/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
   background-image:url("images/bg4.gif"); 
   font-family: "Comic Sans MS";
 
} 
 
#pagewidth{ 
 width:750px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
   background-image:url("images/bgfooter2.gif"); 
   border: 2px solid #2E6048; /* Was 070F07 */
  
} 
 
#header{
 position:relative; 
 height:272px; /* was 275 */
    background-image:url("images/head3.gif"); /* new one is head3.gif */
 width:100%;
} 
 
#leftcol{
 width:150px; 
 float:left; 
 position:relative; 
    text-align: center;
   background-image:url("images/bgfooter2.gif"); 
 }
 
#twocols{
 width:600px; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:150px; 
 float:right; 
 position:relative; 
    text-align: center;
    background-image:url("images/bgfooter2.gif"); 
 }
 
#maincol{background-color: #A3B5C3;  
 float: left; 
 display:inline; 
 position: relative; 
 width:450px;
  }
#maincol2  {
  background-color: #A3B5C3; 
  background-image:url("images/bg5.gif");
 _padding-top: 10px; /* Hack for IE so that there is some space before the first element */
 float: right; 
 display:inline; 
 position: relative; 
 width:600px; 
 }
 
#footer{
 height:50px; 
    background-image:url("images/bgfooter.gif"); 
 text-align:center;
 font-weight: bold;

 clear:both;
 } 
 
.clearboth {
   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;}
}

