/* generated by csscreator.com */ 
html, body{
	margin:0;
	padding:0;
	text-align:center;
	background-image: url(../images/layout/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #E3D3BA;
} 
 
#pagewidth{
	width:742px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/layout/pagewidth_bg.jpg);
	background-repeat: repeat-y;
} 
 
#header{
 position:relative; 
 height:203px; 
 width:100%
 margin-bottom:2px;
} 
 
#nav {
	margin-top: 0px;
	display: block;
}

#leftcol{
	width:290px;
	float:left;
	position:relative;
	text-align: center;
  }
 
#maincol{
	padding-right: 30px;
	float: right;
	display:inline;
	position: relative;
	width:412px;
	padding-top: 20px;
 }
 
#footer{
	height:10px;
	clear:both;
	background-color: #E3D3BA;
	background-image: url(../images/layout/footer_bg_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
 } 
 

 
 /* *** 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;}
}
