/* 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%;
}

/* Reset h1 and p.header to relatively positioned */
h1, .h1 {
	color: #4F4F4F;
	background-color: transparent;
	padding: 14px 20px 0 20px;
	position: relative;
	top: 0;
	left: 0;
}

p.header {
	position: relative;
	top: 0;
	left: 0;
}