@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/h_bg.jpg);
	background-repeat: repeat-x;
	background-color: #312921;
	background-position: top;
	}

#wrapper {
	height: 1050px;
	}

#main {
	margin: 0 auto;
	width: 869px;
	}

.navBg {
	background-position: top;
	background-image: url(../images/h_navBg.jpg);
	background-repeat: no-repeat;
	height: 55px;
	width: 869px;
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #fffff6;
	}
	

.navStyles li {
	display: inline;
	list-style: none;
	margin: 0 5px;
	}

.recordStyles li {
	text-align: left;
	margin-top: 10px;
	list-style: none;
	font-family: tahoma;
	font-size: 10px;
	color: #fff;
	}

.footer {
	margin: 0 auto;
	background: #322b21 url(../images/h_footer.jpg) no-repeat bottom;
	width: 744px;
	height: 44px;
	font-family: Tahoma;
	font-size: 9px;
	color: #fff;
	text-align: center;
	padding-top: 0px;
	}
	
a.topNav:link { text-decoration: none; color:#fffff6; }
a.topNav:active { text-decoration: none; color:#fffff6; }
a.topNav:visited { text-decoration: none; color:#fffff6; }
a.topNav:hover { text-decoration: underline; color:#fff; }
