/* hides unnecessary sections from the print layout */
#navpanel {
	display: none !important;
}

#pageHeader {
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	height: 250px !important;
}

#pageHeader {
	background: #FFF url(../images/bg/pageheader.jpg) 0% 1px no-repeat !important;
}

/*makes remaining sections auto-width*/
body, #container, #pageFooter {
	width: auto !important; /*not using 100% as it can be a gamble with some browsers*/ 
	margin: 0 !important;
	padding: 0 !important;
}

#content {
	width: auto !important; /*not using 100% as it can be a gamble with some browsers*/ 
	margin: 35px !important;
	padding: 0 !important;
}

#pageBody {
	background-image: none !important;
}
