
#wrapper{
width: 7.5in;
}
#banner{
width: 98%;
}
#clientaccess{
	display: none; /* Sets div to not print. */
	}

#leftcol {
	display: none; /* Sets div to not print. */
	}
#navbox {
	display: none; /* ets div to not print. */
	}
#login{
display: none; /* Sets div to not print. */
	}
#search{
display: none; /* Sets div to not print. */
	}
#wrapper {width: 98%;
margin: 0 0 0 0in
}
#content{
	width: 98%; /* Sets width in inches, a more suitable dimension for printing. */
	margin: 0 0 0 0in;/* 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. */
	}
