/* hides unnecessary sections from the print layout */
#cssCompliant, #navpanel, #pageBodyBott, #pageBodyTop {
	display: none !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;
	background: none !important;
}

body, #container, #content, #pageBody, #pageFooter {
	background: none !important;
}

#content {
	margin: 0 !important;
	padding: 2em !important;
}

#pageHeader {
	margin: 0 !important;
	padding: 0 !important;
	background: #fff url(../images/hdr_bg.jpg) top right no-repeat !important;
}

#pageBody {
	background-color: #fff !important;
}

x.style1, x.style2{
  	float: none !important;
  	margin: 5px 0 5px 0 !important; 
}
