body  { 
	background: #fc9; 
	margin: 0; 
	padding: 0 0 20px; 
	}
	 
body, table, td {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	color: #333;
	}

ul  { 
	list-style-image: url(images/bullet.gif);
	}
h1, h2, h3, h4, h5, h6 {
	color: #300;
	}
h1 {
	font-size: 150%;
	}
h2, h3, h4 {
	font-size: 125%;
	border-bottom: 1px solid #300;
	margin: 2em 5% 0 0;
	}
h5, h6 {
	font-size: 115%;
	}	
#header  { 
	background: #630; 
	text-align: center; 
	margin: 0; 
	padding: 0; 
	border-bottom: 1px solid #300; 
	width: 100%; 
	}

#footer {
	margin-top: 3em;
	margin-bottom: 0;
	text-align: center;
	background: white;
	}

#contentwrapper {
	margin: 8px 5% 20px 5%;
	text-align: center;
	}
#content {
	background: white;
	padding: 20px 5%;
	border: 1px solid #300;
	text-align: left;
	}
#content table {
	border: 1px solid #300;
	border-bottom: 0;
	margin: 2em 0;
	}
#content td, th {
	border-bottom: 1px solid #300;
	}
#content th {
	text-align: left;
	font-weight: bold;
	font-size: normal;
	}	
#intro {
	text-align: justify; 
	line-height: 135%;
	font-weight: bold;
	font-size: 110%;
	}
.forsale {
	background: white;
	color: normal;
	padding: 4px 0;
	}	

.callout {
	width: 220px;
	float: right;
	margin: 0em 6px 0em 18px;
	padding: 8px;
	border: 1px solid #333;
	background: #e8e8e8;
	font-family: georgia, "times roman", serif;
	font-style: italic;
	font-size: 110%;
	font-weight: bold;
	color: #666;
	text-align: center;
	}

.captions {
	padding: 0 8px 12px 8px;
	}
.phototable {
	border: 1px #333 solid;
	}
.photoborderright {
	border-right: 1px #333 solid;
	}
.photobordertop {
	border-top: 1px #333 solid;
	}
.photobordertopright {
	border-top: 1px #333 solid;
	border-right: 1px #333 solid;
	}
.imgborder {
	border: 1px gray solid;
	}
	
.smaller {
	font-size: 90%;
	}
.larger {
	font-size: 110%;
	}
em {
	font-weight: normal;
	font-style: italic;
	}

a {
	font-size: 11px;
	}
a:link {
	color: blue;
	text-decoration: underline;
	font-weight: bold;
	}
a:visited {
	color: #63c;
	text-decoration: underline;
	font-weight: bold;
	}
a:hover {
	color: red;
	text-decoration: none;
	font-weight: bold;
	}
a:active {
	color: blue;
	text-decoration: underline;
	font-weight: bold;
	}	

#nav {
	padding: 2px 0;
	border-bottom: 1px solid #300;
	margin: 0;
	background: #e8e8e8 url(images/bg_nav.gif);
	}

.navtable {
	margin: 2px 0;
	}
.navtable #thispage {
	display: block;
	font-weight: normal;
	font-size: 11px;
	padding: 4px 4px;
	margin-right: 8px;
	border: 1px #300 solid;
	background: #ccc;
	color: black;
	text-align: center;
	}
.navtable a {
	display: block;
	font-weight: normal;
	font-size: 11px;
	padding: 4px 4px;
	border: 1px #300 solid;
	text-align: center;
	margin-right: 8px;
	}
.navtable a:link {
	color: #333; 
	font-weight: normal; 
	background-color: #fc9;
	text-decoration: none; 
	}
.navtable a:visited   { 
	color: #333; 
	font-weight: normal;
	background-color: #fc9; 
	text-decoration: none; 
	}
.navtable a:hover  { 
	color: white; 
	font-weight: normal;
	background-color: #630; 
	text-decoration: none; 
	border: 1px black solid;
	}
.navtable a:active  { 
	color: #333; 
	font-weight: normal; 
	background-color: #fc9;
	text-decoration: none; 
	}