html {
	font: small/1.4 "Lucida Grande", Tahoma, sans-serif;
}

body {
	margin: 0;
	padding: 0;
	font-size: 92%;
	background-color: #000;
}

p {
	margin: 0;
	padding: 0.2em 0em 0.2em 0.5em;
}


#container {
	margin: 0;
	padding: 0;
	width: 1050px;
	margin: 0;
	background-color: #000;


}


#banner {
	height: 96px;
	background-color: #000;
	margin: 0;
	padding: 0;

}


#nav {
	margin: 0;
	padding: 0;
	width: 170px;
	background: #000;
	border-right: 1px solid #7B4925;
	border-bottom: 1px solid #7B4925;
	float: left;

}

#nav p {
	padding: 0 0 0 5px;
	text-decoration: none;
	font-weight: bold;
	line-height: 2.0;
	color: #FFF;
	background: #7B4925;

}


#nav ul {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	list-style-type: none;

}


#nav li {
	padding: 0 0 0 0px;
	text-decoration: none;
	list-style-type: none;
	font-weight: bold;
	line-height: 2.0;
}



#nav a {
	display: block; /* to increase clickable area as a’s default
	to inline */
	/* padding: 1px 0px 1px 15px; */
	padding: 0.1em 0em 0.1em 1.5em;
	font-weight: normal;
	line-height: 1.8;
	color: #FFF;
	background: #000;
	text-decoration: none;

}

#nav a:hover {
	color: #000;
	background: #E7AE24;
}



#content {
	margin-left: 170px;
	height: 4000px;
	background-color: #000;
	padding-top: 5px;

}


#footer {
	height: 500px;
	background-repeat: no-repeat;
	background-position: bottom center;
	clear: both;

}

#footer p {
	color: #999;

}
#container #nav h3 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	line-height: 1.5;
}
#introtext {
	font-size: 120%;
	color: #E7AE24;
	background-color: transparent;
	text-align: left;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 70px;
	margin-left: 200px;
	line-height: 1.4;
}

