@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: #801D08;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-image: url(2010back.jpg);
	background-position: center top;
}
.caption {
	font-size: 12px;
	color: #EEE0BD;
}
.oneColFixCtrHdr #container #mainContent h1 {
}
.oneColFixCtrHdr #container {
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(maincontentback.png);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-bottom: 0;
	border-top-width: medium;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #D9C26F;
	border-right-color: #D9C26F;
	border-bottom-color: #D9C26F;
	border-left-color: #D9C26F;
	background-position: center top;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-bottom: 0;
	width: 793px;
	height: 450px;
	background-image: url(2010head.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}
.oneColFixCtrHdr #container #header h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #F3EAC9;
	text-align: center;
	margin-top: 50px;
}
.oneColFixCtrHdr #header h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	font-size: 16px;
	color: #000;
	padding-top: 80px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 425px;
	margin: 0;
	line-height: 1.3em;
}
.oneColFixCtrHdr #mainContent {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 50px;
}
.oneColFixCtrHdr #footer {
	border: medium none #D5C370;
	background-image: url(2010footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 156px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #container #mainContent h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #E3D5AE;
	text-align: center;
}
.oneColFixCtrHdr #container #footer p a {
	color: #D3C49D;
}
.images {
	margin-bottom: 3px;
	border: thin solid #B77040;
}
.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 */
	color: #D7A23A;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
}
.pictureheadline {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	text-align: center;
}
.oneColFixCtrHdr #container #mainContent table a {
	color: #F29852;
}
