@charset "UTF-8";

body {
	color: #000;
	background: #fff;
	font: 10pt/18pt "Helvetica Neue", Helvetica, Arial , sans-serif;
}

a {
	text-decoration: none;
	border-bottom: 1pt solid #888;
	color: #000;
}

#navigation ul li {
	display: inline;
	padding-right: 4pt;
	font-size: 9pt;
}

#navigation ul li:after {
	content: ",";
}

p, h1, h2, h3, h4, h5 {
	margin-bottom: 16pt;
}

#logo h1 a {
	border: 0 none;
}
#logo h1 {
	display: block;
	padding-bottom: 8pt;
	border-bottom: 1.5pt solid #888;
}

ul#forsale, ul#testimonials {
	margin: 0;
}

#forsale li {
	margin: 0 0 4pt 0;
	padding: 4pt 0 8pt 0;
	border-bottom: 0.5pt solid #888;
	list-style: none;
}

	#forsale .listing_refnum {
		font-weight: bold;
		float: right;
	}
	#forsale .sold_sticker {
		font-weight: bold;
		font-size: 1.2em;
		border-bottom: 1pt solid #888;
	}

#testimonials li {
	margin: 0 0 5pt 0;
	padding: 5pt 0 10pt 0;
	border-bottom: 0.5pt solid #888;
	list-style: none;
}