﻿body {
	background-position: bottom;
	margin: 0px;
	background-color: #000000;
	color: #A0A0A5;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 10pt;
	background-image: url('images/fire.jpg');
	background-repeat: repeat-x;
}

a {
	color: #AA8F43;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

p {
	font-size: 10pt;
	margin-top: 0px;
	margin-bottom: 15px;
}
h1 {
	font-family: "Palatino Linotype";
	font-size: 18pt;
	line-height: 20px;
	color: #D6BC5F;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-top: 0px;
}

h2 {
	font-size: 12pt;
	margin-bottom: 5px;
	color: #E1E1E1;
}

h4 {
	font-size: 12pt;
	margin-bottom: 0px;
	display:inline;
	color: #E1E1E1;
}

ul {
	margin-left: 18px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 10pt;
	font-style: italic;
	padding-left: 0px;
}

li {
}

ol {
	
}
input, select{
	margin-bottom:10px; 
}
.bottomPageLinks {
	font-size: 10pt;
	margin-bottom: 5px;
	color: #E1E1E1;
}

.gallery{
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: 14px;
	float: right;
	text-align: right;
	background-color: #202022;
}
.gallery img{
	border: 2px solid #38383D;
	padding: 1px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 6px;
}

.pSep {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #38383D;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#siteWrapper {
	background-image: url('images/nav-tile.jpg');
	background-repeat: repeat-x;
	background-position: center 159px;
}
#infoHeader {
	padding: 8px;
	text-align: left;
	font-weight: bold;
}

#bodyWrapper {
	width: 852px;
	margin-right: auto;
	margin-left: auto;
	background-color: #202022;
}
#contentWrapper{
}
#contentLeft{
	float: left;
}
#contentRight{
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#navWrapper {
	height: 40px;
	font-weight: bold;
	background-image: url('images/nav-back.jpg');
	background-repeat: no-repeat;
	color: #FFFFFF;
}
#navWrapper a {
	text-decoration: none;
	color: #FFFFFF;
}
#navWrapper a:hover {
	color: #D6BC5F;
}
#navWrapper ul {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
}

.navWidth {
	width: 110px;
	text-align: center;
}
.navSep {
	width: 1px;
	background-image: url('images/nav-sep.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}

#footerWrapper {
	text-align: center;
	margin-top: 20px;
	color: #AA8F43;
	font-weight: bold;
	font-size: 9pt;
	line-height: 18px;
	padding-bottom: 30px;
}
#footerWrapper a {
	color: #AA8F43;
	text-decoration: none;
}
#footerWrapper a:hover {
	text-decoration: underline;
}

