/* Printer Style sheet created for:
   A Photographer's Guide to Web Site Design http://www.guidetowebsitedesign.com
	'WILD About Photography' http://www.wildphotography.ws
   Author: Jan A. Allinder http://www.wildlifephoto.net & http://www.lucidimages.net
*/
/* Body Background color has been set to white and text set to black */
/* '!important' is used to force the browser to use this style when printing */
body {
	background-color: white;
	font-size: 12pt !important;
}
body, table, #main, #footer {
	color: black;
	padding: 0 !important;
	width: auto !important;
	background: transparent none;
	border: 0 !important;
	float: none !important;
}
#nav, div.button, img.floatright, img.floatleft {
	display: none !important;
}
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
}
#header {
	left: 20px !important;
	position: relative !important;;
	width: 100%;
}
#main {
	left: float !important;
	position: relative !important;
	width: 100%;
}
#footer, p.footer {
	text-align: center;
	left: float !important;
	position: relative !important;
	width: 100%;
	background-image: none !important;
}