@import url(/css/screen.css);

body {
	background:none;
	background-color:#fff;
	}

#printHeader {
display:block;
text-align:center; 
margin-bottom:20px
}
#logobar, #contentShadow, #sidebar, #tagline, #copyright, #footer, .actionLinks, #content .tabs, #nav {
display:none;
}

#layoutTable {
	width:auto;
}

#mainWrap {
	width:auto;
	}

#content {
	width:auto;
}
body.print {
background-color:#fff;
}