/* 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:230px; 
 background-color:#1f0309; 
 width:100%;
 margin-bottom:0px;
}

 
#leftcol{
 width:24%; 
 float:left; 
 position:relative; 
 background-color:#1f0309; 
 color:white;
 margin:0px 0px 5px 20px;
 text-align:left;
}


div.leftcolcenterbox{
 background-color:#d9d9d9;  
 position: relative; 
 margin:4px;
 padding: 1px 12px 10px 12px;
 border:5px solid brown;
}

#maincol{
 background-color:tan;  
 float: right; 
 display:inline; 
 position: relative; 
 margin: 23px 28px 8px 0px;
 border:5px solid brown;
 padding:15px;
 width:65%; 
}

div.maincolcenterbox{
 background-color:#d9d9d9;
 position: relative; 
 margin-top:15px;
 padding:12px;
 }

#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,blockquote{
 font-family:'Trebuchet MS',Verdana,Tahoma,Arial,'Arial Black',Helvetica,'Century Gothic','Lucida Sans Unicode',Impact,sans-serif;
  font-size:14px;
  color:brown;
}		


h1{
 font-weight:bold;
  font-family:'Trebuchet MS',Verdana,Tahoma,Arial,'Arial Black',Helvetica,'Century Gothic','Lucida Sans Unicode',Impact,sans-serif;
	 font-size:32px;
	 color:tan;
	 }

h2{
 font-weight:bold;
  font-family:'Trebuchet MS',Verdana,Tahoma,Arial,'Arial Black',Helvetica,'Century Gothic','Lucida Sans Unicode',Impact,sans-serif;
	 font-size:29px;
	 color:brown;
	 }
	 
 h3{
 font-weight:bold;
  font-family:'Trebuchet MS',Verdana,Tahoma,Arial,'Arial Black',Helvetica,'Century Gothic','Lucida Sans Unicode',Impact,sans-serif;
	 font-size:22px;
	 color:brown;
	 }
 