@charset "UTF-8";
/* CSS Document */

a {
	color: #cb5c32;
	text-decoration: none;
}
a:hover {
	color: #6e281d;
	text-decoration: underline;
}
.align-right {
	float: right;
	text-align: right;
}
body {
	background: url(images/background.jpg) fixed;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
.box {
	border: thin #775e45 solid;
	padding: 20px;
	text-align: center;
}
.center {
	text-align: center;
}
#container {
	background-color: #ffffff;
	border: solid 3px #37130d;
	margin: 0 auto 10px auto;
	padding: 0;
	width: 905px;
}
#content {
	margin: 0 0 0 10px;
	padding: 10px;
	width: 60%
}
div.counter {
	color: #ffffff;
	font-family: "Academy Engraved LET", "Apple Chancery", "Arial Rounded MT Bold", fantasy;
	font-size: 16px;
	padding: 20px;
	text-align: right;
}
#footer {
	background: #d4c9c0;
	clear: both;
	color: #544647;
	margin: 10px 18px;
	padding: 10px;
}
#footer a {
	color: #978878;
	text-decoration: none;
}
#footer a:hover {
	color: #544647;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	list-style-type: none;
	padding-left: 25px;
}
#footer p, #footer li {
	color: #544647;
	line-height: 130%;
}
.footer-align-right {
	float: right;
	text-align: right;
	width: 40%;
}
.footer-align-left {
	float: left;
	text-align: left;
	width: 58%;
}
.footer-center {
	clear: both;
	text-align: center;
}
h1 {
	color: #775e45;
	font-size: 1.6em;
	font-weight: 400;
	letter-spacing: -1px;
	line-height: 120%;
}
h2 {
	color: #923127;
	font-size: 1.4em;
	font-weight: 500;
	letter-spacing: -1px;
}
h3 {
	color: #999999;
	font-size: 1.2em;
	font-weight: 500;
	line-height: 130%;
}
h4 {
	color: #37130d;
	font-size: 1em;
	font-weight: 500;
	line-height: 120%;
}
#header {
	clear: both;
	margin: 25px auto 10px auto;
	padding: 0;
	width: 940px;
}
.hidden {
	display: none;
}
img {
	border: none;
}
.image-left {
	float: left;
	padding-right: 10px;
}
.image-right {
	float: right;
	margin: 20px;
	padding-left: 20px;
}
p, li, td {
	color: #37130d;
}
#rightsidebar {
	float: right;
	margin-right: 30px;
	padding: 10px;
	width: 30%;
}
#rightsidebar div {
	background-color: #eeaf50;
	margin-bottom: 10px;
	padding: 10px;
	width: 100%;
}
strong {
	font-size: 12px;
	font-weight: 600;
}
.smaller {
	font-size: smaller;
}
#topnav {
	clear: both;
	margin: 30px auto 10px auto;
	width: 940px;
}
#topnav a {
	color: #ffffff;
	padding: 10px 15px;
}
#topnav a:hover {
	color: #cb5c32;
	text-decoration: none;
}
#topnav ul {
	margin-bottom: -1px;
}
#topnav ul li {
	background: #37130d;
	display: inline;
	font-size: 13px;
	list-style-type: none;
	padding: 10px;
}
ul {
	list-style-type: square;
	padding-left: 15px;
}