@charset "UTF-8";
div, h1, h2, h3, h4, h5, h6, p, pre, address, blockquote, span, ul, ol, li, dl, dd, dt, img {
	margin: 0px;
	padding: 0px;
}
img {
	border-style: none;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #000 url(assets/images/bg.png) no-repeat fixed left top;
}
p {
	line-height: 1.5em;
	margin-bottom: 1.5em;
	text-align: left;
}
ul {
	color: #8B5B31;
	padding-left: 20px;
	list-style: square outside;
	margin-bottom: 1.5em;
}
h1 {
	margin-top: 20px;
}
#wrapper {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	border: 1px solid #CA7F21;
}
#top {
	background: #cc7f18;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 25px;
	color: #FFF;
	height: 25px;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: .3em;
}
#logo {
	height: 152px;
	background: #3B140B url(assets/images/logo.jpg) no-repeat center center;
}
#slideshow {
	height: 200px;
}
#nav {
	background: url(assets/images/nav-bg.png) repeat-x;
	height: 36px;
	text-align: center;
}
#content {
	color: #391109;
	background: #e0d6c1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px 35px;
}
#bottompic {
	background: url(assets/images/bottompic1.jpg) no-repeat;
	height: 230px;
}
#footer {
	color: #FFF;
	background: #B57135;
	height: 95px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 30px;
}
.footerinfo {
	text-align: center;
}
#footer a {
	color: #FFF;
}
.headings {
	margin-top: 20px;
}
.tableMainHeadings {
	color: #FFF;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	background: #230D0E;
}
.tableFooter {
	color: #FFF;
	text-align: center;
}
.tableBorder td{
	border: 1px solid #230D0E;
	padding: 5px;
}
#slideshowholder {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: 400px;
	width: 550px;
}
#wrapper #footer p {
	text-align: center;
}
