body {
	font:12px Arial, Helvetica, sans-serif;
	color:#666632;
}
#main {
	margin:0 auto;
	width:1000px;
}

/**
* Header
*/

#header {
	width:100%;
	height:214px;
	background:url(../img/header-bg.png) repeat-x;
}
#search {
	float:right;
	height:50px;
	width:349px;
	background:url(../img/search-bg.png) no-repeat;
	margin-top:59px;
}
#search input {
	width:100px;
	border:none;
	border-top:1px solid #E9E5DC;
	margin-top:17px;
	margin-left:170px;
	color:#DED5CC;
	padding:2px 0 2px 3px;
	font-size:10px;
}
#header img {
	float:left;
}
#topnav {
	text-transform: uppercase;
	float:right;
	margin-top:-5px;
}
#topnav ul {
	list-style-type:none;
	margin:0;
	text-align:right;
}
#topnav li {
	display:inline;	
	padding:2px 7px;
	border-right:1px solid #999;
}
#topnav li.last {
	border:none;
	padding-right:0;
}
#topnav a {
	color:#959C68;
	text-decoration:none;
	border:none;
}

/**
* Content
*/
#content {
	background-color:#E6E7D9;
	padding:0 35px 40px 35px;
}
#content img.banner {
	margin:0 0 16px -35px;
}
#content hr {
	color:#D3D3BB;
	background-color:#D3D3BB;
	height:2px;
	border:none;
}
p {
	line-height:1.5em;
	margin-bottom:20px;
}

/**
* Listings
*/
#listings {
	background-color:#FFF;
	margin:0 -35px 35px -35px;
	padding:30px 20px;
}
#listings .info, #listings .missing {
	width:460px;
}
#listings .left {
	float:left;
}
#listings .right {
	float:right;
}
#listings .missing {
	height:250px;
	border:1px solid green;
	text-align:center;
	line-height:250px;
	border:2px solid #999;
	color:#999;
	font-size:16px;
	margin-bottom:0;
}
#listings .missing a {
	color:#999;
}
#listings a.image {
	width:200px;
	height:200px;
	display:block;
	float:left;
	margin:0 15px 10px 0;
}
#listings img {
	margin:auto auto;
	border:none;
	display:block;
}
#listings p {
	margin-top:0;
}
#listings .contact {
	text-align:center;
	clear:left;
	width:200px;
	margin-bottom:0;
	color:#989A68;
}
#listings .contact a.name {
	color:#666632;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}
#listings .clear {
	clear:both;
	height:0;
	line-height:0;
}