/*
Theme Name: print
*/
html, body{
	margin:0;
	padding:0;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFF9;
	color: #000000;
 } 
 
#pagewidth{
	float:none !important;
	width:100%;
	height:auto;
}
#header{
	display:none;
} 
 
#sidebar{
	display:none;
 }
#content{
	background-color: #FFFFFF;
	float:none !important;
	width:auto;
	height:auto;
 } 
#footer{
	display:none;
 } 

