/* Print CSS Document */

body {
	background: #FFF url(none);
	color: #000;
	width: 7.5in;
	font: 12pt/16pt Georgia, "Times New Roman", Times, serif;
}
p, h1, h2, h3, h4, h5, h6, ul, ol, dl, table, h2.title {
	color: #000 !important;	
}
a {
	text-decoration: none;	
}
.print {
	display: block;	
}
.gallery #container, #header, #footer, h2.title, #sidebar1 {
	background: #FFF url(none);	
}
#nav, #subNav, #sidebar2, #header img, #site, #social, #contact, #prev, #next, .small {
	display: none;	
}
#header h1.print {
	font-size: 32pt;
	color: #000;
}

