/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
} 

 #master{ 
 margin-left: auto;
margin-right: auto;
text-align: left;
 width:842px; 
 border:4px solid #D8FBB5; 
} 
 #submaster{ 
 width:801px; 
 border:20px solid #407906; 
} 
#pagewidth{ 
 width:800px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;
} 
 
#header{	
 position:static; 
 height:360px;
 background-color:#000; 
 width:100%;
} 
 
#leftcol{
 width:150px; 
 float:left; 
 position:relative; 
 height:807px;
 background-image:url(../images/backmenus/backmenus.gif);
border-top:#FFFFFF 2px solid;
margin:0;
padding:0;
 }
 
#twocols{
 width:647px; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:150px; 
 float:right; 
 position:relative; 
 background-color:#79DCFD;
 height:807px;
 text-align:left;
 }
 
#maincol{background-color:#FFF;
 float: left; 
 display:inline; 
 position: relative; 
 width:497px;
 height:auto;
 }
 
#footer{ 
    background-color:#6C9629; 
 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; background-color:#79DCFD; background-image:url(../images/backmenus/backmenus.gif); background-repeat:repeat-y; background-position:left;}

/* 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;}
}

