/* Sheffield Mutual Print CSS */

/* Remove header, LH bar and footer */
div#hd, div#lhb, div#ft {display: none;}

/* Remove banner and quick link boes from within content area (if present) */
div#content div#bnr, div#content div.qlbox-wpr {display: none;}

/* Remove width restrictions on the content area and wrapper */
div#wpr, div#content {
	margin: 0;
	padding: 0;
	width: 100%;
}
