* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 16px;
	width: 100%;
	background: #1a0703;
	background-image: url("/hunt/img/bg.jpg");
	background-position:center top;
}
a {
	color: #742500;
	outline: none;
	text-decoration: underline;
}

h1{
	font-size:18px;
	}


a:hover {
	text-decoration: none;
}

p {margin: 0 0 18px}
img {
	border: none;
}
input {vertical-align: middle}
#wrapper {
	width: 990px;
	padding-left:9px;
	padding-right:9px;
	margin: 0 auto;
	background-image: url("/hunt/img/content-back.jpg");
	background-repeat: repeat;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 434px;
	background-image: url("/hunt/img/head.jpg"); 
}

#huntmenu
{
	height: 20px;
	width: 100%;
	float: left;
	overflow: hidden;
	margin-right: -100%;
	margin-top:383px;	
	text-align:center;
	color: #f8c37c;
	font:15px "Times New Roman";
	
}

#huntmenu a {
	text-decoration: none;
	color: #f8c37c;
}
#huntmenu  a:hover {
   text-decoration: underline;
}


#mailbox
{
	height: 60px;
	width: 100px;
	position: relative;
	float: right;
	margin-top:250px;	
	text-align:center;
	color: #f8c37c;
	font:13px Verdana;
	cursor: pointer;	
}

#mainpagelink
{
	height: 75px;
	width: 250px;
	position: absolute;
	float: right;
	margin-top:50px;	
	margin-left:400px;	
	text-align:center;
	color: #f8c37c;
	font:13px Verdana;
	cursor: pointer;	
}

#livinglink
{
	height: 75px;
	width: 100px;
	position: absolute;
	float: right;
	margin-top:180px;	
	margin-left:500px;	
	text-align:center;
	color: #f8c37c;
	font:13px Verdana;
	cursor: pointer;	
}

#huntlink
{
	height: 200px;
	width: 500px;
	position: absolute;
	float: left;
	margin-top:170px;	
	margin-left:0px;	
	text-align:center;
	color: #f8c37c;
	font:13px Verdana;
	cursor: pointer;	
}

#serviceslink
{
	height: 150px;
	width: 200px;
	position: absolute;
	float: left;
	margin-top:170px;	
	margin-left:610px;	
	text-align:center;
	color: #f8c37c;
	font:13px Verdana;
	cursor: pointer;	
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	border-left: 0;
	border-right: 0;
	-height: 1%;
	padding:0;
	margin:0;
	overflow:hidden;

}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

#container {
	width: 100%;
	float: left;
	overflow: hidden;
	margin-right: -100%;
	overflow: hidden;
}
#content {
	padding-top: 4px;
	padding-left: 43px;
	padding-right: 115px;
	overflow: hidden;
	
}

#menu-stub {
	display: block;
	position:relative;	
	float:right;
	margin-top: 20px;
	height: 95px;
	width:180px;
	
}


#menu-right {
	display: block;
	position:relative;	
	float:right;
	margin-top: 0px;
	height: 223px;
	width:267px;
	background-image: url("/hunt/img/menu-right.png");
	
}

#menu-right-logo {
	height: 40px;
	width: 100%;
	overflow: hidden;
	margin-right: -100%;
	margin-top:39px;	
	padding-left:11px;
	cursor: pointer;
}

#menu-right-text {
	height: 20px;
	width: 100%;
	float: left;
	overflow: hidden;
	margin-right: -100%;
	margin-top:0px;	
	padding-left:11px;
	text-align:center;
	color: #742500;
	font:12px Verdana;
}
#menu-right-text  a{
	text-decoration: none;
	color: #742500;
}

#menu-right-text a:hover {
    text-decoration: underline;
}

#branch {
	display: block;
	position:relative;	
	float:left;
	margin-top: -25px;
	-margin-top: -17px;
	height: 51px;
	width:30px;
	
}





/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
	float: left;
	width: 71px;
	position: relative;
	left: -71px;
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
.sr {
	float: right;
	margin-right: -104px;
	width: 104px;
	position: relative;
	height: auto;
    min-height: 100%;
}


/* Footer
-----------------------------------------------------------------------------*/
#leaf {
	display: block;
	position:relative;	
	float:right;
	margin-top: -210px;
	height: 242px;
	width:104px;
}

#nuts {
	display: block;
	position:relative;	
	float:left;
	margin-top: -118px;
	height: 150px;
	width:71px;
}


#footer {
	height: 59px;
	background-image: url("/hunt/img/footer-back.png"); 
}

#copyright {
	height: 20px;
	width: 100%;
	float: left;
	overflow: hidden;
	margin-right: -100%;
	margin-top:8px;	
	-margin-top:4px;	
	text-align:center;
	color: #FFFFFF;
	font:12px Verdana;
	
}



