/* generated by csscreator.com */ 
html, body {
	margin:0;
	padding:0;
	text-align:center;
	background-color: #FFFFFF;
} 
 
#pagewidth {
	width:1000px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
}
 
#header {
	align:center;
	height:250px;
	background-color:#FFFFFF;
	width:968px;
} 
 
#rightcol {
	background-color: #FFFFFF;
	float: right;
	display:inline;
}
 

 
/* *** 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 right column when printing*/
	#maincol {
		display:none;
	}
	#twocols, #rightcol {
		float:right;
	}
}
