/* -------------------------------------------------------------- */
/* PRINT STYLESHEET
/* -------------------------------------------------------------- */

#menu_main, #menu_sub, #header, #feature, #footer-wrapper, #footer {
	visibility: collapse !important;
	display: none !important;
	height: 0px !important;
	width: 0px !important;
	padding: 0px !important;
	margin: 0px !important;
}

* { 
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #fff;
	line-height: 1.5em;
}

#content {
	font-size: 85%;
}

#print-logo {
	display: block;
}