body {
	background-color: #281123;
	font-family: times, times new roman, serif;
	color: #000000;
}

hr {
	color: #532e63;
	clear: both;
}



#header {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	margin: auto;
	border: none;
	background-color: #a8b714;
	text-align: center;
	color: #532e63;
	z-index: 1;
}

#nav, #nav ul {
	width: 850px;
	padding: 0px;
	margin: auto;
	list-style: none;
	text-align: center;	
}
#nav li {
	display: inline;
	float: left;	
	border: none;
	background-color: #a8b714;
	color: #532e63;
	margin-right: .5em;
	
}
#nav a:link, #nav a:visited {
	display: block;
	text-decoration: none;
	padding-left: 1em;
	color: #532e63;
}
#nav a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#nav ul {
	display: none;
	position: absolute;
	padding; 0px;
}
#nav ul li {
	border: 0 none transparent;
}
#nav li:hover ul {
	display: block;
	border: 1px solid #532e63;
	width: 12em;
	background-color: #a8b714;
	text-align: center;
}

#wrapper {
	position: relative;
	top: 0px;
	width: 100%;
	margin-top: 0px;
	background-color: #f4e8c8;	
}

#home {
	position: relative;
	top: 10px;
	width: 1050px;
	min-height: 710px;
	background-color: #281123;
	margin-left: auto;
	margin-right: auto;
}

#leftcolumn {
	position: absolute;
	left: 0px;
	top: 50px;
	width: 120px;
	text-align: center;
	z-index: 0;
}

#leftcolumn img {
	border: 3px #281123 solid;
}

#links {
	position: absolute;
	left: 120px;
	top: 0px;
	width: 650px;
	color: #a8b714;
}
#links li {
	display: inline;
	float: left;
	margin-right: 1em;	
}
#mls {
	position: absolute;
	left: 130px;
	top: 50px;
	width: 900px;
	height: 640px;
	color: #a8b714;
}

#openhouse {
	position: absolute;
	left: 65px;
	top: 50px;
	width: 900px;
	height: 640px;
	color: #a8b714;
}


#content {
	position: relative;
	width: 770px;
	top: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f4e8c8;
	margin-bottom: 10px;
	padding: 10px;
}
#content a:link, #content a:visited {
	color: #000000;
	text-decoration: none;
}	
#content a:hover {
	color: #532e63;
	text-decoration: underline;
}	

#contentright {
	position: relative;
	float: left;
	width: 365px;
	top: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f4e8c8;
	margin-bottom: 10px;
	padding: 10px;
}

#contentleft {
	position: relative;
	float: left;
	width: 365px;
	top: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f4e8c8;
	margin-bottom: 10px;
	padding: 10px;
}

#buyeroffer {
	position: relative;
	top:5px;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	height: 320px;
	padding: 5px;
}

#buyeroffer img {
	border: dashed 3px #000000;
	text-align: right;
	margin: 10px;
}

#footer {
	position: relative;
	left: 0px;
	margin-top: 0px;
	width: 100%;
	background-color: #a8b714;
	text-align: center;
	color: #532e63;
}
#copy {
	position: relative;
	width: 100%;
	background-color: #a8b714;
	text-align: center;
	color: #5a620a;
	text-size: .8em;
	margin-bottom: 10px;
}
#footer a:link, #footer a:visited {
	color: #5a620a;
	text-decoration: none;
}	
#footer a:hover {
	color: #000000;
	text-decoration: underline;
}	