/* CSS Structure */ 
html, body{ 
 background-color: #999966;
 color: #000000;	
 margin:0; 
 padding:0; 
text-align:center;
/* float:left; */
 background-color: #cccb99;
 background-image: url("images/page-background.jpg");
 background-repeat: repeat-x; 
 font-family:Verdana, sans-serif;
 font-size:11px;
} 


/*
#legend{
float:right;
border:1px solid red;
background-color:#CCCC99;
width:200px;
position:absolute;
left:800px; top:3px;
margin:0;
padding:0;
z-index:10;

}
 */
 
#pagewidth{ 
 width:767px; 
text-align:left;  
/*float:left;*/
margin-left:auto; 
 margin-right:auto; 
  background-color:#FFFFFF; 
} 
 
#header{
 position:relative; 
 height:151px; 
 width:100%;
} 
 
#leftcol{
 width:180px; 
 float:left; 
 position:relative;
 }
 
#twocols{
 width:587px; 
 float:right; 
 position:relative; 
  }
  
#rightcol{
 width:207px; 
 float:right; 
 position:relative; 
 background-color:#FFF;
 }
 
#maincol{
 float: left; 
 display:inline; 
 position: relative; 
 width:380px; 
 }
 
#footer{
margin-top:10px;
padding:0;
 height:40px; 
  border-top:1px solid #647890;
  border-bottom:1px solid #c7caaf;
  background:url(images/footer.gif) left bottom no-repeat;
 clear:both;
 } 
 

 
 /* *** Float containers fix *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* 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;}
}

