body {
	width: 760px;
	margin: 20px auto;
	background-color: #f1e8df;
	background-image: url(images/logoBG.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
#logo {
	text-align: center;
}

#main {
	margin-top: 220px;
	padding: 10px 14px;
	background-color: #f6f1ec;
}
#main h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 2px 0 6px 0;
	padding: 0;
}
#main p {
	margin: 0 0 8px 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 23px;
	color: #333333;
	text-align: justify;
}
.propertyInfo {
	border: 1px solid #00535e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 6px;
	float:right;
	margin-left:15px;
	margin-top:5px;
}
.propertyInfo th {
	border-top: 1px dotted #00535e;
	border-right: 1px dotted #00535e;
	background-color: #27636c;
	color: #FFFFFF;
}
.propertyInfo td {
	border-top: 1px solid #ffffff;
	background-color: #ebdfd2;
	color: #7b3b00;
}

#main a {
	color: #222222;
	text-decoration: none;
	border-bottom: 1px dotted #00535e;
}
#main a:hover {
	border-bottom-style: solid;
}

#slideshow {
	float: right;
	margin: 5px 0 10px 20px;
	background-color: #00535e;
}
#slideshow-left {
	float: left;
	margin: 5px 20px 10px 0;
	background-color: #00535e;
}
#slideshow p {
	text-align: center;
	padding: 6px;
	margin: 0;
	color: #FFFFFF;
	letter-spacing: 1px;
}
#slideshow a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#slideshow a:hover {
	text-decoration: underline;
}

#contact {
	text-align: center;
	font-variant: small-caps;
	letter-spacing: 3px;
	margin: 10px 0;
}
#contact a {
	font-size: 110%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-variant: small-caps;
}
#contact a:hover {
	text-decoration: underline;
}
#contact table, #contact td {
	text-align: center;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-variant: normal;
	letter-spacing: 3px;
}
#contact table {
	padding: 4px;
	background-color: #00535e;
	background-image: url(images/contactBG.gif);
	background-position: center;
	background-repeat: no-repeat;
}
.clear {
	clear: both;
	height: 10px;
}