
@media print {

html {
width:100%
}

body {
background: white;
font-size: 12pt;
}

#header, #footer, #flag, #logo, #menu, #commentbox, #respond, #threecol, #piclist-1,
#sidebar-1, #sidebar-2, #sidebar-3, #sidebar-4, #redlist, #blacklist
{ display: none;
    }
	
#wrapper, #content {
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
	}


}