body {
	margin: 0px;
	padding: 0px;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #585858;
	line-height: 160%;
	background-color: #AC985B;
}
.content {
	padding: 12px;
}
.office {
	font-size: 14px;
	color: #2651AA;
}
.listed {
	color: #A48608;
	font-weight: bold;
}

.diamond {
	color: #2651AA;
}
.rightcontent {
	width: 200px;
	float: right;
	text-align: left;
}
.leftcontent {
	width: 490px;
	float: left;
	text-align: left;
}
.footer {
	height: 50px;
	width: 718px;
	clear: both;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #91804D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	text-align: left;
	line-height: 25px;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #6E6343;
}


h1 {
	font-size: 32px;
	color: #2651AA;
	line-height: 102%;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
}
h2 {
	font-size: 24px;
	line-height: 100%;
	font-weight: bold;
	color: #2651AA;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}




.frame {
	background-image: url(img/contentbg.jpg);
	margin: 0px;
	width: 728px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.header {
	padding: 0px;
	height: 334px;
	width: 760px;
	margin: 0px;
}
.navframe {
	padding-left: 0px;
	height: 46px;
	width: 718px;
}
#mainnav {
	clear: both;
	background: url(img/nav.jpg) top left no-repeat; height: 46px; 
    position: relative;
}

#mainnav { background: url(img/nav.jpg) no-repeat left top; }

#mainnav ul {
	background: url(img/nav.jpg) top left no-repeat; height: 46px; 
	position: relative;
	padding-left: 0px;
}

#mainnav li { 
	list-style: none; 
	display: inline;
	top: 0;
	position: absolute;
}

#mainnav li, #mainnav a {
	height: 46px; 
	display: block;
	text-decoration: none;
}

#mainnav a 					{ text-indent: -9999px; }

#home   					{ left: 0px; width: 108px; }
#about  					{ left: 108px; width: 134px; }
#services  					{ left: 242px; width: 113px; }
#gallery					{ left: 355px; width: 129px; }
#news						{ left: 484px; width: 110px; }
#contact					{ left: 594px; width: 124px; }

#home a:hover   			{ background: url(img/nav.jpg) -0px -46px no-repeat; }
#about a:hover      		{ background: url(img/nav.jpg) -108px -46px no-repeat; }
#services a:hover       	{ background: url(img/nav.jpg) -242px -46px no-repeat; }
#gallery a:hover 			{ background: url(img/nav.jpg) -355px -46px no-repeat; }
#news a:hover 				{ background: url(img/nav.jpg) -484px -46px no-repeat; }
#contact a:hover			{ background: url(img/nav.jpg) -594px -46px no-repeat; }

ul {
	margin: 0px;
	padding: 0px;
}
