/* IAIM Print CSS */

/* Remove header, menu and footer */
div#hd, div#nav, div#ft {display: none;}

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