@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #9F694F;
}
.oneColFixCtrHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #E5DDCF;
}
.oneColFixCtrHdr #header {
	background-image: url(head.jpg);
	background-repeat: no-repeat;
	height: 250px;
	padding-top: 0;
	padding-bottom: 0;
}
.oneColFixCtrHdr #header h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 500px;
	text-align: right;
	line-height: 1.3em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.oneColFixCtrHdr #container #header #navigator {
	margin-top: 95px;
	background-color: #000;
}
.oneColFixCtrHdr #mainContent {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #container #mainContent h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #EB4C0F;
	font-weight: bold;
}
.oneColFixCtrHdr #container #mainContent h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.oneColFixCtrHdr #footer {
	padding: 10px;
	background-color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #E4DDCF;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.winnertable {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.images {
	border: 2px solid #986B50;
	margin-bottom: 3px;
}
#slideshow {
	float: right;
	width: 350px;
	margin-right: 5px;
	margin-left: 50px;
	margin-top: 50px;
	background-color: #E4DDCF;
}
.oneColFixCtrHdr #container #footer a {
	color: #E4DDCF;
}
#address {
	float: right;
	width: 250px;
	margin-right: 5px;
	margin-left: 50px;
	margin-top: 50px;
	background-color: #E4DDCF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	padding: 10px;
	border: thin solid #986B50;
	text-align: center;
}
