body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 1.5em;
	color: #200E0C;
}
#outer {
	width: 100%;
	text-align: center;
}
#inner {
	width: 800px;
	margin: 0px auto;
	text-align: left;
	border: 1px solid #666644;
}
#toptitle {
	width: 800px;
	height: 100px;
}
#top {
	width: 800px;
	height: 220px;
	background-color: Black;
	background-image: url(../img/top.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#topsub {
	width: 800px;
	height: 70px;
}
#nav {
	height: 25px;
	border-top: 1px solid #666644;
	border-bottom: 1px solid #666644;
	font-weight: bold;
	font-size: small;
	padding-top: 5px;
}
#nav a:link {
	color: #B23B25;
	text-decoration: none;
}
#nav a:visited {
	color: #B23B25;
	text-decoration: none;
}
#nav a:hover {
	color: #6088B5;
	text-decoration: none;
}
#nav a:focus {
	color: #B23B25;
	text-decoration: none;
}
#content {
	width: 770px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
	text-align: justify;
}
#content h1{
	font-size: medium;
	font-weight: bold;
	color: #46462F;
}
#content h2{
	font-size: small;
	font-weight: bold;
	color: #B23B25;
	margin-bottom: -15px;
}
#bottom {
	width: 800px;
	height: 50px;
	background-color: #6088B5;
	color: White;
	text-align: center;
}
#bottom a:link {
	text-decoration: none;
	color: White;
}
#bottom a:visited {
	text-decoration: none;
	color: White;
}
#bottom a:hover {
	text-decoration: underline;
	color: #FF6600;
}
#bottom a:focus {
	text-decoration: none;
	color: White;
}
#form1 input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #200E0C;
	height: 16px;
}
#form1 textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #200E0C;
}
#form1 .button {
	height: 25px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
.property_box {
	width: 220px;
	padding: 5px;
	padding-bottom: 10px;
	padding-top: 10px;
	border: 1px solid #6088B5;
	text-align: center;
	color: #B23B25;
}
#pic_holder {
	float: left;
	width: 225px;
}
#property_content {
	width: 520px;
	float: right;
}
.property_box_btm {
	float: left;
	width: 220px;
	padding: 5px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-right: 20px;
	border: 1px solid #6088B5;
	text-align: center;
	color: #B23B25;
}
#pic_holder_bottom {
	width: 100%;
}