/* generated by csscreator.com */ 
html, body{
	margin:0;
	padding:0;
	text-align:center;
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	color: #42515a;
	background: #f0efe1 url(img/woodred.jpg);
} 
 
#pagewidth{
	width:750px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-color:#f0efe1;
} 
 
#header{
 position:relative; 
 height:230px; 
 background-color:#f0efe1; 
 width:100%;
} 
 
#leftcol{
 width:270px; 
 float:right; 
 position:relative; 
 
  }
 
#maincol{background-color: #fff;  
 float: right; 
 display:inline; 
 position: relative; 
 text-align: left;
 width:750px; 
 left: 0px;
 }
 
.border{ margin-left:30px; margin-right:30px; border:#f0efe1 solid 15px;}
 
#footer{
 height:100px; 
 width:750px; 
 clear:both;
 background: #000;
 

 
 /* *** 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;}
}
