/* PRINT ONLY!!! */
#site {
	border: none;
}
#breadcrumbs, #header, #menu {
	display: none;
}
#print_header {
	display: block;
	font-size: 18px;
	border-bottom: 1px dashed #eee;
}
#content, #footer {
/* Override previously defined width so that it stretches completely from left to right */
	width: 100%;
}
html > body #content, #footer {
/* Mozilla hack (for same thing above) */
	width: 675px;
}