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

body {
	background-image: url(images/woodrepeat.jpg);
	background-color: #462710;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.pageWrapper {
padding: 10px;
height:100%;
overflow:inherit;
}

.contentWrapper {
width: 959px;
margin-left: auto ;
margin-right: auto ;
overflow: hidden;
min-height:100%;
}

.NavigationPanel {

}

#logo {
	float: left;
	position:absolute;
	padding-left: 80px;
	padding-top: 0px;
	width: 232px;
	height: 273px;
	margin-top: -15px;
	z-index: 1;
}
.clearer { clear: both; line-height: 0; height: 0; }

.sociallinks {
	float: right;
	padding-bottom: 5px;

}

.contentbody {
padding-left: 30px;
padding-right: 30px;
padding-top: 75px;
padding-bottom: 30px;
width: 899px;
min-height: 370px;
background-color: #243f27;
}

.interiorcopy {
 color: #FFFFFF;
 font-size: 12px;
 line-height: 18px;
 font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", sans-serif;
 }
 
  .interiorcopy a:link {
	color: #FFCC66;
	text-decoration: none;
}
.interiorcopy a:visited {
  color: #FFCC66;
  text-decoration: none;
}
.interiorcopy a:hover {
  color: #FFCC66;
  text-decoration: underline;
}

.interiorcopy a:active {
  color: #FFCC66;
  text-decoration: underline;
}

h1 {
width: 899px;
border-bottom: #999999 solid thin;
padding-bottom: 5px;
}
