body {
	margin: 0px;
	padding: 0px;
	font-size: .8em;
	background-color: #ffffff;
	font-family: "Comic Sans MS", Arial, sans-serif;
		color: #669933;	
}
#wrapper
{
width: 760px;
margin: 0px auto 10px;
text-align: center;
}
#header
{
width: 700px;
margin:  auto;
}
a:link, a:visited  {
	font-size: 1.1em;
	color: #669933;
	text-decoration: none;
	font-weight: bold;
}
#navigation {
	width: 180px;
	float: left;
}

#navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#navigation li {
  border-bottom: 1px solid #669933;
}

#navigation li a:link, #navigation li a:visited  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	display: block;
	padding: 0.2em 0 0.2em 0.4em;
	border-left: 6px solid #669933;
	border-right: 1px solid #669933;
	background-color: #669933;
	color: #ffcc33;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
}

* html #navigation li a {
  width: 100%;
}

#navigation li a:hover {
  background-color: #ffcc33;
  color: #669933;
  	font-weight: normal;
}


#navigation ul ul li {
  border-bottom: 1px solid #669933;
  margin:0;
}

#navigation ul ul a:link, #navigation ul ul a:visited {
  background-color: #ffffff;
  color: #669933;
    	font-weight: normal;

}

#navigation ul ul a:hover {
  background-color: #ffff99;
  color: #669933;
    	font-weight: normal;

}
#content
{
	margin-right: 10px;
	margin-left: 200px;
}
#content li
{
	line-height: 22px;
	list-style-type: square;
	text-align: left;
}
#bottomright
{
float: right;
}
#indeximage
{
float: right;
margin-left: 10px;
}
.clear
{
clear: both;
}
#images
{
width: 760px;
}
#footer
{
margin-left: 10px;
margin-right: 10px;
margin-top: 20px;
text-align: center;
}
.title
{
font-size: 1.1em;
  	font-weight: bold;
}
h2
{
font-size: 1em;
text-align: left;
}
p
{
text-align: left;
}
.propertytext
{
font-size: 0.9em;
text-align: left;
}
.propertytextbold
{
font-size: 1em;
font-weight: bold;
text-align: left;
}
.copyright{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
}
.img
{
border: 0;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #669900;
	
}
label {
	text-align: left;
	display: block;
	width: 50px;
	float: left;
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #669900;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #669900;
}
.displaythumb
{
margin-right: 10px;
float: left;
}
#displayproperties
{
text-align: left;
}
td {
	text-align: left;
}