/* For media type print */
.scrn{ display: none; }

#page, #header, #content, #footer {
	float: none;
	margin: 0;
	padding: 0 20px 0 0;		/* because print always cuts off right side text */
	border: 0;		/* print seems to pick up border on content, so eliminate */
	/* IE will not show headings in print mode for #page selector if we set width: auto
	width: auto;
	*/
	width: 100%
}