/* 
Title:     Print CSS
*/


html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	}

#nav,
#picture,
.back-to-listings,
.print,
.clear {
	display: none;
	}
	
img,
a,
a:hover,
a:visited {
	border:none;
	}

a, a:hover, a:visited { border: 1px solid #fff; }
	
hr {
	border-top: none;
	border-bottom: 1px dashed #999;
	margin:30px 0;
	padding: 0;
	width: 100%;
	}
h2 {
	margin:0;
	margin-bottom: 40px;
	}
h3 {
	margin: 0;
	margin-bottom: 15px;
	padding:0;
	}
	
#footer { font-size: 90%; }
#footer span, #footer a {
	display: none;
	}