/*
Print style sheet...

The goal is to hide the top nav, menu, side nav, and footers

*/

#menu,#headerNav, #header, #sidebar, #footerMidWrap, #footerLowWrap {
	display: none;
}
	
#container {
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
}
