@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.redheads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #dd0000;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.twoColFixLtHdr #container {
	width: 795px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	background-color: #000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #summerheader {
	height: 135px;
	background-color: #000000;
	background-image: url(images/summer-header.jpg);
	background-position: 0px 10px;
	background-repeat: no-repeat;
}
.twoColFixLtHdr #winterheader {
	height: 135px;
	background-color: #000000;
	background-image: url(images/winter-header.jpg);
	background-position: 0px 10px;
	background-repeat: no-repeat;
}
.twoColFixLtHdr #container #footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 25px;
	margin-bottom: 0;
	margin-left: 25px;
	padding: 0px;
	text-align: center;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #DD0000;
} 
.twoColFixLtHdr #container #footer p a {
	color: #000;
}

