/* This special style sheet is used when printing pages.  We hide
   the navigation menu, force to black and white, and hide all images 
   (apart from inline ones).
*/

body
{
	color: black;
	background: white;
}

.floater 
{ 
	display: none;
}

img
{ 
	display: none;
}

#navigation
{
	display: none;
}

#content, #location
{
	width: 90%;
	margin: 0;
}

