/* remove the image frame around the content*/
body,
div#contentframe {
	background-image: none;	
	background-color: #FFFFFF;
}
div#content,
div#contentframe,
div#contentwrap {
	float: none;
	clear: both;
	height: auto;
	/* fix for FF print bug of truncated tables*/
	overflow: visible !important;
}
div#footer {
	display: none;
	visibility: hidden;
}
div#navigation {
	display: none;
	visibility: hidden;
}