body		
{
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #ffd;
}

#container {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background-color: white;
}

#mainNavigation {
	border-bottom: 2px solid #7C8233;
}

#towns1 {
	border-bottom: 2px solid #7C8233;
}

#towns2 {
	border-bottom: 2px solid #412629;
}

#content, #content div, #content p
{
	background-color: white;
	color: #412629;
	
	font-family: "helvetica neue", helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
}

#content p {
	text-align: left;
}

a, a:link
{
	color: #7C8233;
	text-decoration: none;
	font-weight: bold;
}

a:visited
{
	
}

a:hover
{
	text-decoration: underline;
}

a:active
{
	
}

h2, h3 {
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 0.5em;
}

h2+p {
	margin-top: 0;
}

br.c {
	clear: both;
}

img.dropCap {
	margin-right: -5px;
	margin-bottom: -3px;
	z-index: -1;
}

.message {
	color: #090;
	background-color: #efe !important;
	border: 1px solid #090;
	width: 95%;
	text-align: left;
	padding: 0.5em;
}

.error {
	color: red;
	background-color: #fee !important;
	border: 1px solid red;
	width: 95%;
	text-align: left;
	
	padding: 0.5em;
}

#sidebar ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	text-align: center;
}
#sidebar {
	margin: 0;
	padding: 0;
	float: left;
	width: 200px;
	text-align: center;
}

#sidebar p {
	margin-left: 10px;
}

#sidebar h2 {
	margin-top: 0;
}

#main {
	margin: 0;
	padding: 0;
	margin-left: 210px;
	border-left: 1px solid #7C8233;
	padding-left: 10px;
}

h3, h4 {
	text-align: left;
	margin: 0;
	padding: 0;
}

h3 {
	margin-bottom: 10px;
	margin-top: 5px;
}

.agent {
	border-bottom: 1px solid #7C8233;
	margin-bottom: 5px;
	width: 98%;
}

.agent p {
	margin-right: 10px;
}

.portrait {
	float: left;
	width: 100px;
	margin-right: 5px;
}

#content {
	margin-left: 5px;
}

.button		
{
	display: block;
	color: #351A1D;
	background-color: #A3BE4E;
	width: 100px;
	height: 20px;
	
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.propImg {
	float: left;
	width: 145px;
	margin-right: 10px
}

#properties p {
	border-bottom: 1px solid #7C8233;
	padding-bottom: 5px;
}

#listNav li, #propNav li {
	margin-bottom: 10px;
}

.withDropCap {
	background-image: url(/images/a.gif);
	background-repeat: no-repeat;
	background-position: 0 0
}

#contactInfo, #footer {
	color: white;
	text-align: center;
	
	padding: 5px 0;
	
	font-family: "new york", NewYork, georgia, times, serif;
	font-size: 11px;
	
}

#contactInfo {
	background-color: #88925b;
	font-size: 11px;
}

.footer_phone {
	padding: 0 7px;
}

#footer {
	background-color: #422129;
}

#footer a, #contactInfo a {
	color: white;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	font-weight: normal;
}

#contactInfo a {
	border-bottom: none;
}