/* Hide divs for printing */

body, #pageContent, #site {
	background: none;
	width: auto;
	border: none;
	}

#header, #menu { display: none; }

#left {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
	}

#right h3 {
	color: #000;
	border-bottom: 1px solid #ccc;
	}
	
#right {
	background: none;
	width: 100%;
	float: none;
	margin: 0;
	padding: 0 0 20px 0;
	}

#footer, #footer a { color: #797979 !important; }
