/* Layout */

body {
	margin: 0px;
	text-align: center;
	background-image: url(../layout/LodgeCreek_09.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-color: #292826;
}
.header1 {
	background-image: url(../layout/LodgeCreek_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
}
.header2 {
	background-image: url(../layout/LodgeCreek_02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 101px;
}
.header3 {

	background-image: url(../layout/LodgeCreek_03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 151px;
}
.header4 {


	background-image: url(../layout/LodgeCreek_04.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 48px;
}
.content {
	background-image: url(../layout/LodgeCreek_05.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	height: 100%;
	width: 650px;
	padding-bottom: 20px;
}
.navbar {
	background-image: url(../layout/LodgeCreek_06.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	height: 100%;
	width: 170px;
}
.botcap {
	background-image: url(../layout/LodgeCreek_07.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 45px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #A38772;
	text-align: center;
	background-image: url(../layout/LodgeCreek_08.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 28px;
}

/* Content */

.navlink {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: right;
	padding-right: 30px;
	padding-bottom: 10px;
	text-decoration: none;
}
.navlink a:link {
	color: #89613D;
	text-decoration: none;
}
.navlink a:active {
	color: #89613D;
	text-decoration: none;
}
.navlink a:visited {
	color: #89613D;
	text-decoration: none;
}
.navlink a:hover {
	color: #FFFFFF;
	padding-right: 5px;
	text-decoration: none;
	border-right-width: 5px;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
}
.galleryimage {
	border: 5px solid #4F3E2A;
}
.formfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A38772;
	background-color: #302B27;
	border: 1px solid #89613D;
}
.formtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A38772;
}
a:link {
	color: #A38772;
	text-decoration: underline;
}
a:active {
	color: #A38772;
	text-decoration: underline;
}
a:visited {
	color: #A38772;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* fonts */

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #89613D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #543530;
	padding-bottom: 10px;
	margin-right: 40px;
}
h2 {
	font-size: 18px;
	color: #A38772;
	font-weight: normal;
	font-style: italic;
}
h3 {
	font-size: 14px;
	color: #89613D;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A38772;
	padding-right: 60px;
	text-align: justify;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A38772;
}
.bucknames {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A38772;
	text-align: center;
}
