#header {
	background: #433820 url(/images/header_mod.png) no-repeat;
	width: 860px;
	height: 198px;
	color: #EEEFD8;
	font: normal normal bold .8em georgia, serif;
	text-align: right;
}

#header_text {
	position: relative;
	right: 20px;
	top: 140px;
}

body {
	background-color: #433820;
	margin: 0px;
	padding: 5px;
	font: normal normal normal 1em Verdana, sans-serif;
}

#menu {
	background-color: #73880A;
	width: 856px;
	height: 25px;
	margin-top: 5px;
	padding-top: 4px;
	margin-bottom: 5px;
}

#menu li {
	list-style: none;
	display: inline;
	padding:0.2em 1em;
}

#menu a, #sidebar a {
	color: #EEEFD8;
	font: normal normal bold 1em verdana, sans-serif;
	text-decoration: none;
}

#property a {
	text-align: left;
	font-family: Georgia, serif;
	font-size: .85em;
	margin: 0;
	padding: 0;
}

#sidebar ul {
	margin: 0;
	padding: 0 0 0 20px;
}

#menu a:hover, #sidebar a:hover {
	text-decoration: underline;
}

#menu_list {
	padding: 0px;
	margin: 0px;
	white-space: nowrap;
}

#footer {
	background-color: #73880A;
	width: 856px;
	height: 60px;
	color: #EEEFD8;
	text-align: center;
	font-family: verdana, sans-serif;
	font-size: 9pt;
	margin-top: 5px;
	padding: 3px 0px;
	clear: both;
}

#main {
	width: 846px;
	background-color: #EEEFD8;
	padding: 5px;
	height: auto;
	background: #EEEFD8 url(/images/background.jpg) no-repeat scroll right;
	overflow: auto;
}

#map {
	width: 590px; 
	height: 500px; 
	border: 1px solid #000;
}

#sidebar {
	width: 220px;
	background: #9F8D63 url(/images/sidebar.jpg) no-repeat bottom;
	height: auto;
	min-height: 400px;
	margin-right: 25px;
	padding: 5px;
	font: normal normal bold 1em Georgia, serif;
	color: #EEEFD8;
	text-align: center;
	
}

#sidebar img {
	margin: 20px;
}
div.markerLabel {
        text-align: center;
        color: white;
        width: 32px;
        letter-spacing: 0px;
        font-size: 12px;
        font-family: Arial;
}

#sidebar a {
	
}

table {
	width: 100%;
}

#container {
	padding: 0px;
	margin: 0 auto;
	height: 100%;
	width: 860px;
}

#content {
	float: right;
	height: auto;
	width: 600px;
}

/* Style stuff */

.even {
	background-color: #fff;
}

.new {
	background-color: #F3ADA4;
}

th {
	color: #fff;
	background-color: #000;
}

h1 {
	font: normal normal bold 17pt Georgia, serif;
}

h2 {
	font: normal normal bold 15pt Georgia, serif;
}

h3 {
	font: normal normal bold 12pt Georgia, serif;
}

p.quote {
	font-weight: bold;
}

p.notice {
	font-weight: bold;
	color: red;
}

div.logout {
	position: absolute;
	margin-left: 500px;
}

.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}

.oversized {
	font-size: 1.5em;
}

a {
	color: blue;
}

caption {
	text-align: left;
	font-weight: bold;
}