body{
	background-color: #464c56;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size:11px;
	border-color: #FFFFFF;
}

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFB300;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
h1 {
	font-size: 14px;
	color: #2c2d2e;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 11px;
	color: #2c2d2e;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
}

h4 {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
#banner{
	height: 14px;
	background-repeat: no-repeat;
	width: 100%;
	background-color: #543521;
	background: #543521;
}
#wrapper{
	width: 900px;
	background-color: #7E8F97;
	margin: 0px auto 10px 0px;
	border: 0px solid #000000;
	text-align: left;
	height: 600px;
}

#nav{
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}

#nav ul{
	padding: 0;
	margin: 0;
	background: #677881 url("../images/nav_back.gif") repeat-x;
}

#nav ul li{
	display: inline;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

#nav ul li a{
	color: #FFFFFF;
	text-decoration: none;
	background: #677881;
	border-right: 1px solid #4F5C63;
	border-left: 1px solid #4F5C63;
	font: 100% "Century Gothic", Arial, sans-serif;
	padding: 0px 40px 12px 10px;
} 

/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 100%;
	min-height: 200px;
	height: 200px;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 150% Arial,sans-serif;
	color: #000000;
	padding: 0px 0px 5px 0px;
}

.feature img{
	float: right;
	padding: 0px 0px 10px 10px;
}


#nav ul li a:hover, #nav ul li a:focus{
background-color: #7E8F98;
}

#footer{
color: #FFFFFF;
}

#footer p{
	padding: 10px 0px 0px 70px;
	margin: 0;
	font-size: 11px;
	bottom: auto;
	vertical-align: bottom;
	background: bottom;
}

