/* generated by csscreator.com */ 
html, body{ 
	margin:0; 
	padding:0; 
	text-align:center; 
} 
 
#pagewidth{ 
	width:820px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto; 
} 
 
#header{
	position:relative; 
	height:150px;  
	width:100%;
} 
 
#leftcol{
	width:150px; 
	float:left; 
	position:relative; 
}
 
#twocols{
	width:670px; 
	float:right; 
	position:relative; 
}
 
#rightcol{
	width:12px; 
	float:right; 
	position:relative;  
}
 
#maincol{  
	float: left; 
	display:inline; 
	position: relative; 
	width:658px;
}
 
#footer{
	height:27px; 
	background-image:url(images/footer.gif);
	background-repeat:no-repeat; 
	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;}
}

#wrapper{
	background-image:url(images/bg_left_right.gif);
	background-repeat:repeat-y;  
}

#wrapper_2{
	background-image:url(images/bg_column_left.gif);
	background-repeat:no-repeat;
	background-position:10px 100%;
}

#wrapper_3{
	background-image:url(images/bg_content.jpg);
	background-repeat:no-repeat;
	background-position:551px 100%;
}