#websecure, #mastheadLeft, #mastheadRight, #mastheadCenter, #mainnav, #footer { /* turns off the display of the stuff you don't need printed */
	display: none;
}
#maincontent { /* corrects the left margin since there won't be a menu on the printed page */
	margin-left: 0;
}
#pagewrapper { /* fixes the width for the printed page to fit as portrait on a sheet of paper and turns off the border */
	width: 600px;
	min-width: 600px;
	max-width: 600px;
	border: none;
}
#layoutwrapper { /* fixes the width for the printed page to fit as portrait on a sheet of paper */
	width: 600px;
}