/* generated by csscreator.com */ 
html, body{ 
 margin:10px 0 0 20px; 
 padding:0; 
 text-align:center;
 font-size: 12px;
} 
 
#pagewidth{ 
 width:900px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:427px; 
  background: url(header.jpg) no-repeat;
 width:100%;
} 

h1 {
  clear: both;
  margin: 0;
  padding: 10px 12px 0 12px;
  
  font: bold 1.0em arial, sans-serif;
  text-transform: uppercase;
  color: #bf9a82;
}

h2 {
  clear: both;
  margin: 0;
  padding: 10px 12px 0 12px;
  
  font: bold 1.0em arial, sans-serif;
  text-transform: uppercase;
  color: #bf9a82;
}
 
#leftcol{
 width:70%; 
 float:left; 
 position:relative;
  }
 
#twocols{
 width:30%; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
margin-top: 30px;
 width:100%; 
 float:right; 
 position:relative; 
 background-color:#f0f0f0;
 }
 
#maincol{background-color: #FFFFFF;  
 float: left; 
 display:inline; 
 position: relative; 
 width:0%; 
 }
 
#footer{
 height:60px; 
  background-color:#f0f0f0; 
 clear:both;
 margin-top: 10px;
 padding-top: 10px;
   color: #666666;
 
 } 
 

.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;}
}
