#main-context-links, #main-links, #context-links {
	display: none;
}

#tight-content, div.content {
	margin: 0;
	background: 0;
	padding: 0;
}

ul.links {
	display: none;
}

div#header {
	margin-bottom: 10px;
	border: 0;
}

div#footer {
	margin: 0;
	border-top: 1px solid #ccc;
}

div#page-body { /* overcome ie's annoying right-hand cropping issue on print */
	width: 600px;
}

div#tight-content {
	width: auto;
}

html>body div#page-body { /* !ie browsers print more elegantly so allow them to handle widths themselves */
	width: auto;
}

html>body div#tight-content {
	width: 830px;
}

object { /* get rid of any flash type things in the print */
	display: none;
}