html
{
	background: #f8f7e6;
	color: #000;
	margin: 0;
	padding: 0;
}

body
{
	margin: 0;
	padding: 0;
}

a, a:visited
{
	color: #800000;
}

a:active, a:hover
{
	color: #400000;
}

h2, h3
{
	margin: 0 0 1em 0;
	padding: 0;
	text-align: center;
}

img
{
	border: 0;
}

#container
{
	margin: 0 auto;
	position: relative;
	width: 1000px;
}

#header img
{
	display: block;
}

#header h1
{
	background: transparent url("images/header4.png") no-repeat;
	cursor: pointer;
	margin: 0;
	padding: 0;
	width: 1000px;
	height: 55px;
}

#header h1 span
{
	font-size: 1px;
	line-height: 1px;
	visibility: hidden;
}

#banner-ad
{
	margin: 3px 0;
	text-align: center;
}

#error-information { text-align: center; }
#error-information p.message { color: #f00; }

#navigation
{
	font-size: 120%;
	font-weight: bold;
	/* left: 675px; */
	left: 150px;
	top: 15px;
	position: absolute;
}

#navigation #nav-list
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation #nav-list li
{
	/* border: 2px solid #5a7b5a; */
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
}

#navigation #nav-list li a, #navigation #nav-list li a:visited
{
	/* background: #fdfdf7; */
	display: block;
	height: 24px;
	padding: 2px 0 0 0;
	text-align: center;
	text-decoration: none;
}

#navigation #nav-list li a:active, #navigation #nav-list li a:hover
{
	background-position: -100% 0;
}

#navigation #nav-list #nav-home
{
	background-image: url("images/button1.png");
	width: 58px;
}

#navigation #nav-list #nav-rent
{
	background-image: url("images/button2.png");
	width: 102px;
}

#navigation #nav-list #nav-directory
{
	background-image: url("images/button2.png");
	margin-left: 325px;
	width: 102px;
}

#navigation #nav-list #nav-contact
{
	background-image: url("images/button2.png");
	width: 102px;
}

#footer
{
	clear: both;
	font-size: 65%;
	padding: 1.5em 0 0 0;
	text-align: center;
}

#loc-info
{
	background: #f8f7e6;
	border: 1px solid #840000;
	display: none;
	position: absolute;
	text-align: center;
	width: 150px;
}