/* Print CSS */

/* Remove header, footer and nav panel */
div#hd, div#ft, div#nav {display: none;}

/* Remove width restrictions on the content area and wrapper */
div#wpr, div#content {
	margin: 0;
	padding: 0;
	width: 100%;
}
