/* -------------------------------------------------------------- */
/* PRINT STYLESHEET
/* Author: Harmony Steel (www.harmonysteel.com)
/* -------------------------------------------------------------- */

#menu_main, #menu_sub, #header, #feature, #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%;
}

ul li {
	margin-bottom: 1em;
}