
/* Print Style Sheet */
@media print {
body { background:white; color:black; margin:0 }
#header {
	margin-left:0;
	position: absolute;
	left: 0px;
	top: 0px;
	
 }

#content{
	position: absolute;
	left: 0px;
	top: 300px;
	
	
}
#img{
	position: absolute;
	left: 0px;
	top: 30px;
	
	
}
#featured {position: absolute;
	left: 350px;
	top: 60px; }
	
#onliner_article {	margin-left:0;
	position: relative;
	margin-right: 30px;
	left: 0px;
	top: 0px; }
#footer { }
#hide { display:none }

}
