/*

	/////////////////////////////////////////////////////////////
	
	PRINT STYLES
	This can control how once the user clicks PRINT or PRINT PREVIEW, 
	how they view the site. Anything can be overwritten, hidden or 
	made visable.
	
	
*/




body {
	background: #fff;
	color: #000;
	width: 8.5in;
}	



/* stuff to hide */
#adminbar {
	display: none;
}

