body {
	background: none; /* Removes background. */
	}

#wrapper-outer {
	background: none; /* Removes background. */
	}

#mainnav {
	display: none; /* Sets div to not print. */
	}

#wrapper-inner {
	padding-bottom: 0; /* Removes padding since footer has been removed in print sheet. */
	background: none; /* Removes background. */
	}

#contentwrapper {
	float: none; /* Removes float. */
	width: 100%; /* Sets width to fill up its container. */
	}

#secnav {
	display: none; /* Sets div to not print. */
	}

#features h2 {
	background: none; /* Removes background. */
	}

#footer {
	display: none; /* Sets div to not print. */
	}

#footerimage {
	display: none; /* Sets div to not print. */
	}


/* FORMS ------------------------------------------------------------------------------------------------------------------------ */
fieldset {
	background: none; /* Removes background. */
	}

legend {
	background: none; /* Removes background. */
	}

input, textarea {
	background: none; /* Removes background. */
	}