/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/brown_bk.jpg);
	background-repeat: repeat-x;
	background-color: #7A4F2C;
}
h1 {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	letter-spacing: 2px;
	text-align: center;
	font-weight: 200;
	padding-top: 60px;
}
h2 {
	color: #FFFFFF;
	font-size: 21px;
	display: block;
	font-weight: 200;
	letter-spacing: 2px;
}
h3 {
	color: #264156;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
}
h4 {
	color: #C88F3E;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 3px;
	text-align: right;
}
h5 {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	letter-spacing: 2px;
	text-align: center;
	font-weight: 200;
	padding-top: 30px;
}

#nav {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#nav ul {
	display: inline;
	text-align: center;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 776px;
}

#nav li {
	display: inline;
	width: 127px;
	float: left;
	height: 38px;
	list-style-type: none;
	line-height: 35px;
	margin: 0px;
	padding: 0px 1px 0px 0px;
}

#nav a {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	height: 38px;
	width: 127px;
	float: left;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #4D2404;
	letter-spacing: 2px;
}

#nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #264156;
	float: left;
	height: 38px;
	width: 127px;
}
#nav a.activepage {
	font-family: "Times New Roman", Times, serif;
	color: #C88F3E;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	height: 38px;
	width: 127px;
	float: left;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #4D2404;
	letter-spacing: 2px;
}

#nav a.activepage:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #264156;
	float: left;
	height: 38px;
	width: 127px;
}
.header {
	background-image: url(images/header_bk.jpg);
	background-repeat: repeat-x;
}
.stripe {
	background-image: url(images/stripe_bk.jpg);
	background-repeat: repeat-x;
	background-color: #5B3717;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #CCCCCC;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 18px;
	padding: 10px 10px 10px 20px;
	text-align: justify;
}

.content a {
	color: #FFFFFF;
	text-decoration: none;
}

.content a:hover {
	color: #C88F3E;
	text-decoration: none;
}
.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #57300F;
}
.imgborder {
	border: 2px solid #FFFFFF;
}

.linksmall{
	font-size: 11px;
	letter-spacing: 1px;
}
