@charset "UTF-8";
/* CSS Document */

html, body{ 
	margin:10px 0 0 0; 
	padding:0; 
	text-align:center;
	background:#DCD6C7 url(../img/body_bg.gif) top center repeat-y;
} 
 
#page{
	width:956px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	background:#FFFFFF url(../img/page_bg.gif) top left repeat-y;
}

#pagewidth{ 
	width:936px;
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;
	background:#FFFFFF; 
} 
 
#header{
	position:relative;
	height:258px; 
	width:100%;
	background:#FFFFFF url(../img/header_bg.jpg) bottom right no-repeat;
}


#leftcol{
	width:240px; 
	float:left; 
	position:relative; 
}
 
#maincol{
	background-color: #FFFFFF;  
	float:right;
	padding-right:7px; 
	display:inline; 
	position: relative; 
	width:689px; 
}
 
#footer{
	height:40px; 
	background-color:#FFFFFF; 
	clear:both;
} 
 

 
 /* *** 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;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
