body {
	background-color: #9b9b7a;
	margin: 0;
	padding: 0;	
	scrollbar-face-color:#C0C0C0;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#C0C0C0;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#808080;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#D4D0C8;
}
a img {
	border: none;
}
#masthead {
	width: 800px;
	height: 58px;
	margin: 0 auto;
}
#masthead img {
	margin: 2px 0 0 1px;
}
#enquiries {
	float: right;
	margin: 37px 3px 0 0;
	font: 14px sans-serif ;
	color: #666;
}
.white {
	color: white;
}
#main {
	width: 800px;
	margin: 0.1em auto 0;
}
#content {
	height: 485px;
	background-color: white;
	border: 1px solid white;
	position: relative;
}
#team p {
	width: 610px;
	text-align: justify;
}

#content img.photo {
	float: right;
	margin-right: 10px;
}
#content-outer {
	height: 450px;
}
#bottommenu {
}
#bottommenu table{
}
#bottommenu a {
	text-transform: uppercase;
	color: white;
	text-decoration: none;
	font: bold 15px sans-serif;
	border-left: 2px solid #666;
	display: block;
	padding: 4px 2px 2px;
}
#bottommenu a:hover {
	background-color: #555543;
}
.current {
	background: #888;
}
.last-menu {
	border-right: 2px solid #666;
}

/* index */
#content img.background {
}
#text {
	width: 735px;
	position: relative;
	background: url(images/text-background.png);
	color: #eee;
	z-index: 50;
	margin: -220px auto 0;
	padding: 14px 20px 12px;
	border: 1px solid white;
	height: 180px;
	overflow: auto;
}
#content-inner {
	height: 155px;
	overflow: auto;
}
#text h1 {
	margin-top: 0;
	margin-bottom: 0.5em;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
}
p {
	margin-bottom: 1em;
	margin-top: 0;
}
#contact p {
	clear: right;
	margin-top: 1em;
	margin-bottom: 0;
}
#content p {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding-right: 0.5em;
}
#content li {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding-right: 0.5em;
	margin-bottom: 0.3em;
}

#content a {
	text-decoration: underline;
	color: #eee;
}
#content a:hover {
	text-decoration: none;
}
.close {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	top: 5px;
	right: 10px;
	cursor: pointer;
	margin: 0;
}
.close:hover {
	text-decoration: underline;
}
#contact {
	position: absolute;
	top: 7px;
	right: 10px;
	z-index: 90;
	border: 1px solid white;
	padding: 12px 12px 6px;
	color: #eee;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: url(images/text-background.png);
	width: 290px;	
}
#contact-us {
	cursor: pointer;
	color: white;
	padding: 0.2em 0.4em;
	font-weight: bold;
	line-height: 20px;
}
#contact-us:hover {
	background:#555543;
}
#abodes {
	width: 450px;
	margin: 25px auto 0;
}
#abodes img {
	border: 2px solid white;
	cursor: pointer;
}
#abodes span {
	cursor: pointer;
	text-decoration: underline;
}
#abodes span:hover {
	cursor: pointer;
	text-decoration: none;
}
#contact p {
	margin: 0 0 10px;

}
#contact label {
	float: left;
	width: 60px;
	display: block;
	clear: left;
	margin-top: 4px;
}
#contact input {
	float: left;
	margin-bottom: 0.4em;
}
#contact textarea {
	width: 287px;
	margin-top: 6px;
	height: 65px;
	overflow: auto;
}
#contact #submit {
	float: right;
	margin-bottom: 0;
	position: relative;
	right: -2px;
}
