body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif
}
a {
	text-decoration: none;
}
a:link, a:visited {
	color: #FF6600
}
a:hover {
	text-decoration: underline;
	color: #FFCC00
}
h1 {
	font-size: 140%;
	font-weight: bold;
	text-align: center;
	color: #FF6600;
}

h2 {
	font-size: 120%;
	font-weight: bold;
	color: #FF9900;
}

h3 {
	font-size: 110%;
	font-weight: bold;
	color: #CCFF00;
}
h4 {
	font-size: 110%;
	font-weight: bold;
	color: #FFCC00;
	text-align: center
}
h5 {
	font-size: 90%;
	color: #FF9900;
	text-align: center;
}

#capTop {
	width: 904px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../assets/capTop.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#capBot {
	background-image: url(../assets/capBot.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 904px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	height: 185px;
	background-image: url(assets/logo.jpg);
	background-position: left top;
	width: 902px;
	margin: 10px auto 10px auto;
	position: relative;
	background-repeat: no-repeat;
}

#menuNav {
	height: 60px;
	float: right;
	width: 580px;
	text-align: center;
	font-size: 85%;
	position: absolute;
	top: 118px;
	left: 320px;
}
#menuNav li {
	list-style-type: none;
	display: inline;
}
#menuNav a {
	line-height: 2;
}


#container {
	width: 902px;
	background-color: #333333;
	border-width: 0px 1px 1px 1px;
	border-style: none solid none solid;
	border-color: #FF9900 #FF9900 #FF9900 #FF9900;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#navMenu {
	width: 200px;
	float: left;
	clear: both;
}
#content {
	color: #CCCCCC;
	padding-top: 1px;
	padding-right: 25px;
	padding-bottom: 1px;
	padding-left: 25px;
}

#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1.5;
}
#content li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#indexHouse {
	text-align: center;
}


#picMountains {
	background-image: url(../assets/pic_mountains.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 200px;
	padding-right: 10px;
	float: left;
}
#picAgents {
	background-image: url(../assets/agents.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 242px;
	width: 350px;
	margin-left: 10px;
}
#picDowntown {
	background-image: url(../assets/pic_downtown.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 154px;
	width: 204px;
	border: 1px solid #CCFF00;
	margin-right: 10px;
}
#picRiver {
	background-image: url(../assets/pic_river.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 202px;
	width: 267px;
	padding-left: -10px;
	border: 1px solid #CCFF00;
}
.area {
	margin-right: 10px;
	border: 1px solid #CCFF00;
	height: 150px;
	width: 200px;
	float: left;
}


#footer {
	height: 60px;
	text-align: center;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6;
	color: #999999;
	width: 902px;
	margin: 0 auto 10px auto;
	padding: 8px 0px 4px 0px;
}

#footer a:link, #footer a:visited {
	color: #999999;
}

#footer a:hover {
	color: #FF6600;
	text-decoration: underline;
}
