#nav {
	display: none; /* Sets div to not print. */
	}
#contentwrapper {
	background: none; /* Removes background. */
	}
#content {
	background: none; /* Removes background. */
	}
#info {
	width: 2in; /* Sets width in inches, a more suitable dimension for printing. */
	margin-left: 0; /* Removes left margin so text aligns with edge of image above. */
	}
#subnav {
	display: none; /* Sets div to not print. */
	}
#main {
	width: 4.25in; /* Sets width in inches, a more suitable dimension for printing. */
	margin: 0 0 0 2.25in; /* Removes right margin because #subnav is no longer displayed. Also sets left margin in inches to leave room for #info. */
	padding-top: 0; /* Removes top padding because background image is no longer there to be overlapped. */
	background: none; /* Removes background. */
	}
#footer {
	background: none; /* Removes background. */
	}
body#contactpg #contentwrapper {
	background: none; /* Removes background. */
}
body#contactpg #content {
	background: none; /* Removes background. */
}
body#contactpg #main {
	width: 7in; /* Sets width in inches, a more suitable dimension for printing. */
	margin-left: 0; /* Removes left margin so text aligns with edge of image above. */
	background: none; /* Removes background. */
}
body#contactpg #footer {
	background: none; /* Removes background. */
}
#header {

	font-family: GillSans, "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size: 15px;
	background-image: url(print-top.jpg);
	background-repeat: no-repeat;
	text-align: right;
	height: 178px;
	position: inherit;
	background-position: left bottom;
	vertical-align: bottom;
}

