/* Cocoamotion Print CSS */

/* Remove header, LH bar, menu and footer */
div#hd, div#lhb, div#ft1, div#ft2, div#nav {display: none;}

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