#header {
	text-align: center;
	margin-bottom: 10px;
}
#main {
	width: 95%;
}
#main #top-nav {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #C00F14;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C00F14;
	margin-bottom: 10px;
}
#main #top-nav img {
	margin-right: 20px;
}
#main #sidebar {
	float: right;
	height: 1000px;
	width: 25%;
	background-image: url(images/main-bg-blend.png);
	background-repeat: repeat-x;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #C00F14;
}#main #content {
	float: left;
	height: 1000px;
	width: 73%;
	background-image: url(images/main-bg-blend.png);
	background-repeat: repeat-x;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #C00F14;
}
#main #content #map {
	margin: 10px;
	float: left;
	height: 500px;
	width: 50%;
	border: 2px solid #D5BB7D;
}
#main #content #property-list {
	float: right;
	height: 500px;
	width: 43%;
	margin: 10px;
	border: 2px solid #D5BA7C;
	background-image: url(images/this-week-bg.png);
	background-repeat: repeat-x;
	background-position: center top;
}
#main #content #property-list #propery-list-head {
	text-align: center;
	height: 50px;
	width: 100%;
}
#main #sidebar #host {
	margin: 10px;
	height: 500px;
	border: 2px solid #C0090D;
	width: 95%;
}
#main #sidebar #host #host-head {
	height: 50px;
	width: 100%;
	background-image: url(images/this-week-bg.png);
	background-repeat: repeat-x;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C00F14;
}
#main #button-bar {
	margin: 10px;
	width: 95%;
}
#main #content #button-bar img {
	margin-right: 10px;
}
#main #top-nav a {
	text-decoration: none;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #C0090D;
}
#main #content #news-bar {
	width: 97%;
	border: 2px solid #D5BB7D;
	margin-top: 10px;
}
#main #content #news-bar #news-bar-head h2 {
	line-height: 50px;
	margin: 0px;
}

#main #content #news-bar #news-bar-head {
	background-image: url(images/this-week-bg.png);
	background-repeat: repeat-x;
	height: 50px;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D5BB7D;
}
#user {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: right;
	width: 95%;
}
#user a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: right;
	width: 95%;
	color: #C0090D;
	text-decoration: none;
}
#user a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: right;
	width: 95%;
	color: #C0090D;
	text-decoration: none;
}
#user a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align: right;
	width: 95%;
	color: #666666;
	text-decoration: none;
}
#main #sidebar #new-members {
	width: 95%;
}

#main #sidebar #new-members h3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#main #sidebar #host #host-image {
	width: 95%;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 2px solid #C83137;
}
#main #sidebar #host #host-image img {
	width: 100%;
}
