#nav {
	display: none; /* Sets div to not print. */
	}
#holder{
width: 6.5in;
}
#imghead{
width: 100%;
height: auto;
}
#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. */
	}
#rinfo {
	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 {
	width: 98%; /* Sets width in inches, a more suitable dimension for printing. */
	background: none; /* Removes background. */
	}
body#contactpg #contentwrapper {
	background: none; /* Removes background. */
}
body#contactpg #holder{
width:6.5in;
}
body#contactpg #imghead{
width: 100%;
height: auto;
}
body#contactpg #content {
	background: none; /* Removes background. */
}
body#contactpg #main {
	width: 6.5in; /* 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 {
	width: 98%; /* Sets width in inches, a more suitable dimension for printing. */
	background: none; /* Removes background. */
}