#nav,
#leftcol
{
	display: none; /* when printing, do NOT display the content of anything with these IDs */
}

body {
	background-color: #ffffff;
	background-image: none;
}

#content {
	margin: 0px 20px 20px;
}



