body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #e7a646;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {text-decoration: underline; color: #000000;}
a:visited {text-decoration: underline; color: #000000;}
a:hover {text-decoration: underline; color: #000000;}
a:active {text-decoration: underline; color: #000000;}

.aboveHeader {
	background-color: #5c5e5c;
	margin: auto;
	clear: both;
	height: 13px;
}
.header {
	background-image: url(../images/header-bg.jpg);
	background-position: center;
	height: 93px;
	background-repeat: no-repeat;
	background-color: #ffffff;
}
.pw {
	margin: auto;
	padding: 0px;
	text-align: left;
	width: 1000px;
}
.header ul {
	list-style-type: none;
	clear: both;
	padding-top: 50px;
	padding-left: 550px;
	margin: 0px;
}
.header li {
	margin: 0px;
	padding: 0px;
	display: inline;
	float: left;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
}
.header li a {
	display: block;
	width: 76px;
	height: 38px;
	text-align: center;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 2px;
	padding-left: 2px;
	font-family: Arial, Verdana;
}
.header li a:link {text-decoration: none; color: #ffffff;}
.header li a:visited {text-decoration: none; color: #ffffff;}
.header li a:hover {background-color: #5c5e5c; text-decoration: none; color: #ffffff;}
.header li a:active {text-decoration: none; color: #ffffff;}

.header li a.hi:link {background-color: #5c5e5c; text-decoration: none; color: #ffffff;}
.header li a.hi:visited {background-color: #5c5e5c; text-decoration: none; color: #ffffff;}
.header li a.hi:hover {background-color: #5c5e5c; text-decoration: none; color: #ffffff;}
.header li a.hi:active {background-color: #5c5e5c; text-decoration: none; color: #ffffff;}


.imgHeader {
	background-color: #5c5e5c;
	clear: both;
	height: 152px;
}
.imgHeader img {
	border-style: none;
	margin-left: 5px;
	margin-right: 6px;
	margin-top: 11px;
	width: 130px;
	height: 130px;
}

.content {
	margin: auto;
	clear: both;
	width: 1000px;
	padding: 15px;
}
.littleSpacer {
	background-color: #5c5e5c;
	margin: auto;
	clear: both;
	height: 4px;
	font-size: 1px;
	line-height: 1px;
}
.sponsors {
	text-align: center;
	margin: auto;
	clear: both;
	height: 72px;
	background-color: #FFFFFF;
}
.sponsors img {
	border-style: none;
	margin-left: 20px;
	margin-right: 20px;
}
.footer {
	font-size: 10px;
	margin: auto;
	padding: 7px;
	clear: both;
	width: 1000px;
	text-align: center;
}
.footer a:link {text-decoration: none; color: #825c24;}
.footer a:visited {text-decoration: none; color: #825c24;}
.footer a:hover {text-decoration: underline; color: #825c24;}
.footer a:active {text-decoration: none; color: #825c24;}

.photoList h2 {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0px;
	margin-top: 17px;
}
.photoList h2 a:link {color: #000000; text-decoration: none;}
.photoList h2 a:visited {color: #000000; text-decoration: none;}
.photoList h2 a:hover {color: #000000; text-decoration: none;}
.photoList h2 a:active {color: #000000; text-decoration: none;}

.photoList img {
	border-style: none;
}

.photoList .photoSeries {
	width: 910px;
	height: auto;
	border: 2px solid #1e051b;
	margin-top: 5px;
}
.photoList .photoSeries img {
	width: 130px;
	height: 130px;
}

.comments {
	margin-bottom: 5px;
}

.comments h1 {
	font-size: 17px;
	text-transform: uppercase;
}

.comments label {
	width: 80px;
	float: left;
	display: block;
	clear: both;
	font-size: 11px;
}
.comments input, textarea {
	width: 400px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 3px;
	background-color: transparent;
	border: 1px solid #5C5E5C;
}
.comments input#code {
	text-transform: uppercase;
	width: 100px;
}
.comments .cb {
	clear: both;
	width: 500px;
	margin-bottom: 3px;
}

.comments .comment {
	clear: both;
	display: block;
	font-size: 11px;
	margin-bottom: 10px;
	padding-bottom: 7px;
	border-bottom: 1px solid #5C5E5C;
	width: 650px;
}

.comments .comment .txt {
	float: right;
	width: 490px;
	clear: right;
}
.comments .comment .author {
	float: left;
	width: 150px;
	clear: left;
}
