/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-color:#1f0309;
} 
 
#pagewidth{ 
 width:980px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;

 
} 
 
#header{
 position:relative; 
 height:330px; 
 background-color:#1f0309; 
 width:100%;
 margin-bottom:42px;
}

 
#leftcol{
 width:54%; 
 float:left; 
 position:relative; 
 background-color:#1f0309; 
 color:white;
 margin-left:10px;
 text-align:left;
}

#leftbox{
 width:540px; 
 background-color:#9a5b2d; 
 color:white;
 margin:10px 10px 10px 0px;
 padding:10px 10px 10px 10px;
}

div.leftladderbox{
 width:500px;
 background-color:#342e2f;
 margin:10px 10px 10px 10px;
 padding: 10px 10px 10px 0px;
 border:0px solid yellow;
 margin-top:12px;
 margin-bottom:22px;
 }

#maincol{
 background-color: #1f0309;  
 float: right; 
 display:inline; 
 position: relative; 
 margin-top:10px;
 width:40%; 

}
 
#footer{
 height:100px; 
background-color:#847374; 
 clear:both;
 margin-left:10px;
 margin-right:15px;
 margin-top:15px;
 } 
 

 
 /* *** 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;} 
#twocols, #maincol{width:100%; float:none;}
}

p{
 font-family:'Trebuchet MS',Verdana,Tahoma,Arial,'Arial Black',Helvetica,'Century Gothic','Lucida Sans Unicode',Impact,sans-serif;
  font-size:14px;
  color:#efb99c;
}		

