html{
	width:100%; 
	height:auto; 
}

body { 
	width:100%; 
	height:auto; 
	background:none;
}
#site_body #site{
	filter:none;
	width:100%;
	padding:0;
}
#site #leftCol #content_container{
	margin:0 0 0 0; 
	padding:0;
	clear:both;
}
#site #leftCol #content_container #content {
	margin:0; 
	padding:0; 
	color:#000;
}
#site #leftCol #content_container #content h1{
	font-size:12px;
	color:#000;
	border-bottom:1px solid #000;
}
.noprint {
	display:none;
}