body {
	margin: 0px;
	padding: 0px;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

p {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #333333;
}

h1 {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 18px;
	color: #711123;
	font-weight: bold;
}


h2 {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 14px;
	color: #711123;
	font-weight: bold;
	line-height: 12px;
}

#container {
	position: absolute;
	width: 950px;
	height: 599px;
	overflow: hidden;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #711123;
	top: 15px;
	left: 50%;
	margin: 0px 0px 50px -475px;
	padding: 0px 0px 0px 0px;
	z-index: 0;
}

#header {
	position: relative;
	width: 950px;
	height: 126px;
	border-bottom-style: solid;
	border-bottom-color: #711123;
	border-bottom-width: 1px;
	margin: 0px;
	padding: 0px;
	z-index: 1;
}

#content {
	position: relative;
	width : 668px;
	height: 474px;
	margin: 0px;
	padding: 0px;
	float: left;
	z-index: 1;
}

#featured {
	position: relative;
	height: 472px;
	width: 220px;
	border-right-style: solid;
	border-right-color: #711123;
	border-right-width: 1px;
	margin: 0px;
	padding: 0px;
	float: left;
	z-index: 1;
}

#propPhotos {
	position: relative;
	height: 472px;
	width: 220px;
	overflow: hidden;
	border-right-style: solid;
	border-right-color: #711123;
	border-right-width: 1px;
	margin: 0px;
	padding: 0px;
	float: left;
	z-index: 1;
}

#menu {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 282px;
	height: 472px;
	background-color: #FFFFFF;
	float: left;
	line-height: 0px;
	z-index: 2;
}

#homeContent {
	position: relative;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	width: 400px;
	float: left;
	z-index: 1;
}

#propInfo {
	position: relative;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	width: 400px;
	float: left;
	z-index: 1;
}

#otherContent {
	position: relative;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	width: 600px;
	float: left;
	z-index: 1;
}


#group {
	position: absolute;
	margin: 0px;
	padding: 0px;
	bottom: 0px;
	right: 282px;
	width: 330px;
	height: 208px;
	z-index: 100;
}

#corner {
	position: absolute;
	margin: 0px;
	padding: 0px;
	bottom: 0px;
	right: 282px;
	width: 49px;
	height: 47px;
	z-index: 100;
}

.featuredItem {
	list-style-type: none;
	border-bottom-style: solid;
	border-bottom-color: #711123;
	border-bottom-width: 1px;
	margin: 0px 2px 0px 2px;
	padding: 5px;
	text-indent: 0px;
	background-color: ffffff;
}

#featuredListings {
	margin: 0px;
	padding: 0px;
}

.featuredLink:link {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #711123;
	text-decoration: none;
}

.featuredLink:visited {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #711123;
	text-decoration: none;
}

.featuredLink:hover {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	text-decoration: underline;
}

.field_label {
	font-size: 12px;
	font-color: #333333;
	font-weight: bold;
	font-family: Arial, Helvetica, Sans-serif;
}	