body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(/img/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #666666;
	background-color: #C2B99E;
}
.frame {
	width: 770px;
	background-color: #FFFFFF;
}
.top {
	background-image: url(/img/header.jpg);
	margin: 0px;
	padding: 0px;
	height: 125px;
	background-repeat: no-repeat;
}

#navbar{
	clear: both;
	background: url(/img/nav.jpg) top left no-repeat;
	height: 35px;
	width: 770px;
	position: relative;
	text-align: left;
}

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

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

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

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

#home   					{ left: 0px; width: 117px; }
#about  					{ left: 117px; width: 142px; }
#homes  					{ left: 259px; width: 177px; }
#subdivisions				{ left: 436px; width: 166px; }
#contact				    { left: 602px; width: 168px; }

#home a:hover   			{ background: url(/img/nav.jpg) -0px -35px no-repeat; }
#about a:hover      		{ background: url(/img/nav.jpg) -117px -35px no-repeat; }
#homes a:hover    	   	{ background: url(/img/nav.jpg) -259px -35px no-repeat; }
#subdivisions a:hover   		{ background: url(/img/nav.jpg) -436px -35px no-repeat; }
#contact a:hover   		{ background: url(/img/nav.jpg) -602px -35px no-repeat; }

.homecontent {
	margin: 0px;
	padding: 0px;
	width: 770px;
	background-image: url(/img/mainbg.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.rightcontent {
	float: right;
	width: 435px;
	text-align: left;
}
.leftcontent {
	float: left;
	width: 335px;
}
.footer {
	clear: both;
	padding: 5px;
	font-size: 10px;
	color: #999999;
	background-color: #EFEFEF;
}
.bottom {
	background-color: #999999;
	clear: both;
	vertical-align: top;
	color: #FFFFFF;
	line-height: 110%;
	padding: 5px;
}
.text {
	padding: 10px;
}
h1 {
	color: #333333;
	margin: 0px;
	padding: 0px;
}
a {
	color: #006699;
}
.tarion {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	text-align: right;
	padding-right: 10px;
	clear: both;
}
.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 10px;
	padding-top: 3px;
	background-color: #DCDCDC;
}

