* {
	padding: 0;
	margin: 0;
}

body {
	background: #6D471C;
	/*margin-top: 20px;*/
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	/*font-size: 1.2em;*/
}

a {
	text-decoration: none;
	color: #94963C;
}

a:hover {
	border-bottom: 1px solid #fff;
	background: #94963C;
	color: #fff;
}

p {
	margin-bottom: 1em;
	font-size: .8em;
	line-height: 1.7em;
}

h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3, h4, h5 {
	margin-bottom: .3em;
}

ul h5 {
	font-size: 1em;
	margin-top: 1em;
}

#content h4 {
	color: #7D8234;
}

#stage {
	margin: 0 auto;
	width: 820px;
}

#ads-left, #ads-right {
	/*background-color: red;*/
	width: 160px;
	/*margin-top: 200px;*/
}

#ads-left {
	float: left;
}

#ads-right {
	float: right;
}

#content-stage {
	background: #fff;
	margin-left: 185px;
	width: 450px;
}

#content {
	padding: 15px 15px 15px 15px;
}

#content ul {
	padding-left: 3em;
	font-size: .8em;
	margin-bottom: 1.2em;
	line-height: 1.7em;
}

#content ul ul {
	font-size: 1em;
}

#content ul.no-style {
	list-style: none;
	padding: 0;
}

#content ul ul.indent {
	padding-left: 1em;
	font-size: .8em;
}

#nav {
	padding: 10px 15px 10px 15px;
	font-size: .9em;
	background-color: #7D8234;
	margin-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	/*font-weight: bold;*/
}

#nav a {
	color: #fff;
}

#nav ol, #hot-links ol {
	list-style: none;
}

#nav li {
	display: inline;
	margin-right: 15px;
}

#nav .subnav {
	margin-top: 10px;
	font-size: .9em;
}

#nav .subnav li {
	margin-right: 8px;
}

.banner {
	background: url(../images/banner.gif) no-repeat;
	height: 200px;
	width:820px;
	/*margin-bottom: 20px;*/
	display:table-cell;
	vertical-align:bottom;
}

#weather {
	padding:7px 0 7px 15px;
	color:#fff;
	font-size:.9em;
	background:#7D8234;
	margin-bottom:1px;
}

#hot-links {
	float:right;
	width:140px;
	padding:10px 10px 0 0;
	text-align:right;
	font-size: .8em;
	color:white;
	background: #7D8234;
}

#hot-links a {
	text-decoration: none;
	color: #FFF;
}

.hot-links-nav li {
	margin-bottom: 2px;
}

#footer {
	text-align: center;
	color: #fff;
	font-size:.8em;
	clear:both;
	padding-top: 20px;
	margin-bottom: 30px;
}

table {
	font-size: .8em;
	line-height: 1.7em;
}

.minilink {
	font-size:.8em;
	font-weight:normal;
}