/* print style */

/* 
this "print" style compares niceley with the "handheld" style as viewed in my 
mozilla web developer toolbar (CSS: Display CSS by media type), 
but for some reason i can't see the graphic in print preview.
the intention was for the text to show up in handheld and 
the graphic for print
*/

#header {
	height: 206px;
	background: url(../images/chixlogo.jpg) center top no-repeat;
	border: 1px solid #0000ff;
	padding: 10px;
}

#header h1, h3 {
	display: none !important;
	/*text-align: center;*/
}	

#leftnav {
	display: none !important;
}

/* bg white */
body {
	font: normal 12pt times, serif;
	background-color: #fff;
}
