@media print {
	body { background:white; color:black; margin:0px; }
	.noprint { display: none; }
}

#header h1{
	font-size: 24pt;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 0px;
	color: #404040;
	}
	
#header h1 a{ color: #404040; text-decoration: none;}

#header h2{ display: none }

#banners { display:none }
#description { display:none }
#title h2 a { text-decoration: none }
#titleminibar { display: none; }
#content { }
#comments { display:none }
#sidebar { margin: 0; padding: 0; width:100%; float:none; }
#sidebar hr { display:none;}
#sidebar ul { margin:0; padding:0; }
#footer { display:none }
#bottomleft { display:none }
#bottomright { display:none }
