/*
-----------------------------------------------
Whole-istic Solutions Print Style Sheet
Version:  01 April 2006
----------------------------------------------- */
/* print styles */
/* Remove all unnecessary elements, and make the ones that survive black text on white background */
body {color: black; background: white; font:80% "lucida sans unicode", verdana, sans-serif;}
div#page { width:755px;}
/* This'll only work in modern browsers like Firefox, but will add an explanation to the top of the page when printed. */
.printbody:before {content: "This is a printer-friendly version. The navigation and other unnecessary elements have been removed."; 
display: block; margin-bottom: 3mm; padding: 3px 3px 2px; background: #f9f8e4; text-align: center; }

div#header, div#nav, div#ph, #footer {
	display:none;
}
