 @charset "UTF-8";


* {margin: 0; padding: 0;}


/* Basic
- - - - - - - - - - - - */
body {
	margin: 0;
	padding: 0;
	background: #f1f2e9 url(images/bg_body.gif) top left repeat;	
	font: 12px "Times New Roman", Georgia, serif;
		}

p {
	margin: 20px 0 20px 0;
	}


img
	{border-style: none;}
	
a:link {
	color: #a67034;
	text-decoration: none;
	font-weight: bold;
	}

a:visited {
	color: #a67034;
	text-decoration: none;
	}
	
a:hover	{
	text-decoration: none;
	}

#nav {
	position: absolute;
	width: 640px;
	height: 20px;
	left: 165px;
	top: 155px;
	}

#nav * {
	margin: 0;
	padding: 0;
	}	
	
#nav ul {
	list-style: none;
	}	
	
#nav ul li {
	display: inline;
	padding-right: 20px;
	}

#nav ul li#foxcreek {		
	padding-right: 0;
	padding-left: 208px;
	}

#nav ul li#foxcreek a {
	font-size: 12px;
	}

#nav a {
	font: 14px "Times New Roman", Georgia, serif;
	color: #fff;
	font-weight: bold;
	}	
	
#nav a:hover {
	color: #d2d59b;
	}

#nav ul li .current {
	color: #d2d59b;
	}


	
h1 {
	color: #405321;
	font: 16px "Times New Roman", Georgia, serif;
	font-weight: bold;
}

h2 {
	color: #fff;
	font: 12px "Times New Roman", Georgia, serif;
	font-weight: bold;
	text-transform: uppercase;
	display: inline;
	margin-right: 20px;
}

h3 {
	color: #fff;
	font: 12px "Times New Roman", Georgia, serif;
	font-weight: normal;
	display: inline;
}


#wrapper {
	width: 825px;
	background: #d4d7b8;
	margin-top: 67px;
	margin-left: auto;
	margin-right: auto;
	border-style: none;
	}
	
#header {
	width: 825px;
	height: 176px;
	position: relative;
	background: #d4d7b8 url(images/header.jpg) top left no-repeat;
	}
	
#body {
	width: 575px;
	padding: 50px 85px 20px 165px;
	background: #d4d7b8 url(images/bg_content.jpg) top left repeat-y;
	}
	
#footer {
	width: 825px;
	height: 26px;
	font: 10px "Times New Roman", Georgia, serif;
	padding-top: 10px;
	background: #d4d7b8 url(images/bg_footer.jpg) top left repeat;
	text-align: center;
	}


	
