body { 
	font-family: verdana;
	font-size: 12px;
	text-align: center;
	background: #000;
	margin-top: 0;
	padding-top: 0;
}
#page {
	width: 771px;
	margin: 0 auto 20px auto;
	text-align: left;
	background: url(/images/pagebg.jpg) no-repeat #f2f2ba;
	position: relative;
}
#content {
	padding: 160px 300px 20px 20px;
}

a, a:link {
	color: #a00;
}
a:hover {
	color: #f44;
}

#nav {
	position: absolute;
	top: 105px;
	right: 20px;
	width: 170px;
	padding: 15px;
/*
	background: #fff;
	border: 1px solid #ae9d78;
*/
}
#nav ul {
	margin: 10px 0 20px 0;
	padding: 4px 0 0 0;
}
#nav li {
	list-style-type: none;
	margin-bottom: 15px;
}
#nav a, menu a:link {
	display: block;
	padding: 4px 8px;
	margin: 0;
	background: #55431d;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#nav a:hover, #home #mhome a, #buyers #mbuyers a, #sellers #msellers a, #land #mland a, #resources #mresources a, #contact #mcontact a {
	background: #600;
	border-left: 5px solid #000;
	margin-left: -5px;
}

h2 {
	font-family: verdana;
	font-size: 8pt;
	color: #900;
	letter-spacing: 5px;
	text-transform: lowercase;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding-bottom: 1px;
	margin-bottom: 4px;
}
