body  {
	background: #555 url(images/bg.jpg) repeat-x left top;
	margin: 0;
	padding: 0 0 20px;
	}
body, table, td {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 13px;
	color: #333;
	}
ul  { 
	list-style-image: url(images/bullet.gif);
	}
h1, h2 {
	font-size: 135%;
	letter-spacing: .05em;
	}
h3 {font-size: 120%;
	border-bottom: 1px solid #333;
	margin: 2em 0 0 0;
	clear: both;
	}
h4 {
	font-style: italic;
	}
h5 {font-size: 120%;
	}
#mainwrapper {
	width: 800px;
	border-left: 2px #363 solid;
	border-right: 2px #363 solid;
	border-bottom: 2px #363 solid;
	background: white;
	}

#header {
	z-index: 0;
	width: 800px;
	margin: 0;
	padding: 0;
	}
#footer {
	clear: both;
	margin-top: 2em;
	margin-bottom: 0;
	text-align: center;
	background: white;
	}
#contentwrapper {
	margin: 8px 5%;
	text-align: center;
	}
#content {
	background: white;
	padding: 20px 5%;
	text-align: left;
	}	
#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%;
	}
.highlightred {
	color: red;
}
em {
	font-weight: normal;
	font-style: italic;
	}
a:link {
	color: blue;
	text-decoration: underline;
	font-weight: bold;
	}
a:visited {
	color: blue;
	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;
	}	
.navtable {
	margin: 2px 0;
	}
.navtable #thispage {
	display: block;	
	font-size: 11px;
	padding: 4px 4px;
	border: 0;
	background: white;
	color: #333;
	text-align: center;
	font-weight: bold;
	}
.navtable a {
	display: block;
	font-weight: normal;
	font-size: 11px;
	padding: 4px 4px;
	border: 1px black solid;
	text-align: center;
	}
.navtable a:link {
	color: #333; 
	font-weight: normal; 
	background-color: #ff9;
	text-decoration: none; 
	}
.navtable a:visited   { 
	color: #333; 
	font-weight: normal;
	background-color: #ff9; 
	text-decoration: none; 
	}
.navtable a:hover  { 
	color: #33c; 
	font-weight: normal;
	background: #ccc; 
	text-decoration: none; 
	border: 1px #333 solid;
	}
.navtable a:active  { 
	color: #333; 
	font-weight: normal; 
	background-color: #cf9;
	text-decoration: none; 
	}