/* Print Styles */
@media print {
body { 	
	margin: 0;
	background: #FFF; 
	color: #000; 
	font-family: Arial;
}

/* Hide unneeded areas */
#ticker,
#top,
#side, 
#crumb, 
#exhibits-intro,
#footer,
#respond,
form
{ display: none; }

}