body {
	margin: 0;
	font: 10pt Arial, Verdana, Trebuchet, Lucida Grande, Tahoma, sans-serif;
	}
	
p {
	font-size: .9em;
	color: #444;
	}

#header {
	position: absolute;
	left: 50px;
	top: 30px;
	width: 100%;
	height: 110px;
	border-bottom: 5px solid #7d7d7d;
	}

#globalmenu {
	position: absolute;
	left: 275px;
	top: 100px;
	width: 800px;
	height: 30px;
	}
	
#searchmenu {
	position: absolute;
	left: 50px;
	top: 150px;
	padding: 2px 0 7px 0;
	width: 100%;
	border-bottom: 5px solid #7d7d7d;
	clear: both;
	}

#searchmenu2 {
	padding: 2px 0 7px 0;
	width: 100%;
	border-bottom: 5px solid #7d7d7d;
	clear: both;
	}

#searchmenu .container, #searchmenu2 .container {
	width: 850px;
	}

#searchmenu form, #searchmenu2 form {
	margin: 0;
	}

#searchmenu form input.searchform, #searchmenu2 form input.searchform {
	width: 125px;
	height: 16px;
	border: 1px solid #777;
	margin-right: 2px;
	}

#searchmenu form select, #searchmenu2 form select {
	width: 125px;
	height: 18px;
	border: 1px solid #777;
	margin-right: 2px;
	}

#content {
	position: absolute;
	left: 50px;
	top: 125px;
	margin: 0;
	width: 100%;
	}

#rentalcontent {
	position: absolute;
	left: 50px;
	top: 155px;
	margin: 0;
	width: 90%;
	}

#content p {
	width: 800px;
	}

#footer {
	clear: both;
	color: #7d7d7d;
	font-size: .8em;
	margin: 25px 0 10px 0;
	padding: 15px 0 15px 0;
	border-top: 5px solid #7d7d7d;
	}

#globalmenu img.tab {
	margin: 0 10px 0 0;
	border: 0;
	}
	
body.front #content {
	position: absolute;
	left: 50px;
	top: 175px;
	width: 100%;
	}

body.page #content {
	position: absolute;
	left: 50px;
	top: 145px;
	width: 100%;
	}

body.page #content div.contentwrapper {
	width: 700px;
	}

body.front #content div.contentwrapper {
	width: 750px;
	}

body.front #content .frontcol {
	width: 240px;
	margin: 0 24px 15px 0;
	float: left;
	}

body.front #content .frontcol p {
	width: 300px;
	}

body.front #content .frontcoltext {
	width: 240px;
	margin: 0 24px 15px 0;
	float: left;
	clear: right;
	}
	
.frontcol img {
	margin-bottom: 5px;
	}

a:link { 
	color: #880000;
	text-decoration: underline;
	}

a:visited { 
	color: #880000;
	text-decoration: underline;
	}

a:hover { 
	color: #000;
	}

a:active { }

h1 {
	margin: 10px 0 5px 0;
	font-size: 1.25em;
	}

body.front #content h1 {
	margin: 0 0 15px 0;
	font-size: 1.3em;
	}

body.front #content h2 {
	font-size: 1.3em;
	color: #880000;
	}

body.page #content h2 {
	font-size: 1.3em;
	color: #880000;
	margin: 25px 0 5px 0;
	}

#footer a:link, #footer a:visited {
	color: #777;
	text-decoration: underline;
	}

#footer a:hover {
	color: #000;
	text-decoration: none;
	}

/* ========== LISTING STYLES ========== */

.listblock {
	border: 1px solid #999;
	padding: 10px;
	margin: 0 0 5px 0;
	width: 700px;
	font-size: .9em;
	float: left;
	clear: right;
	}

.listbasic {
	float: left;
	width: 45%;
	}

.listrows {
	float: left;
	}

.listblock h2 {
	color: #444;
	font-size: 1.5em;
	margin: 0 25px 10px 0;
	float: left;
	}


.listphoto {
	float: left;
	width: 110px;
	padding: 5px;
	border: 1px solid #999;
	margin: 0 10px 5px 0;
	}

.listbasic img {
	width: 133px;
	height: 100px;
	background: #9f9f9f;
	margin: 0 10px 10px 0;
	}

.listtext {
	float: left;
	clear: right;
	margin: 0 0 5px 0;
	}

.inforow {
	float: left;
	clear: both;
	border: 1px solid #999;
	padding: 0;
	margin: -1px 0 0 0;
	}

.infoleft {
	float: left;
	width: 70px;
	padding: 3px;
	}

.inforight {
	float: left;
	clear: right;
	padding: 3px;
	width: 200px;
	white-space: normal;
	border-left: 1px solid #999;
	}

.photo {
	float: left;
	width: 250px;
	height: 250px;
	font-size: .85em;
	padding: 5px;
	border: 1px solid #999;
	}

.photo img {
	margin: 0 0 5px 0;
	}

.teaser {
	width: 300px;
	margin: 5px 0 0 0;
	white-space: normal;
	}

/* ======== END LISTING STYLES ======== */

/* ======== EDITOR STYLES ======== */

table.modify td {
	font-size: .9em;
	background-color: #dfdfdf;
	border: 1px solid #fff;
	}

table.modify td.def {
	font-size: .85em;
	font-style: italic;
	}
	
table.modify input, table.modify textarea {
	border: 1px solid #444;
	width: 300px;
	font-size: 12pt;
	}