@charset "utf-8";

.oneColFixCtrHdr #container {
	background: ccf; /* this overrides the text-align: center on the body element. */
	width: 780px;
	border: solid #039 20pz;
	color: #039;
	font-size: 16px;
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 5%;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding: 10px 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(FadedHorses-1.jpg);
	font-family: Arial, Helvetica, sans-serif;
	width: 780px;
	border-top: solid #039 20px;
	border-right: solid #039 20px;
	border-left: solid #039 20px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px;
}
.oneColFixCtrHdr #mainContent {
	background-color: #CCF;
	font-family: Tahoma, Geneva, sans-serif;
	width: 780px;
	border-top-color: #039;
	border-top-width: medium;
	border-top-style: solid;
	font-size: 16px;
	border-left: solid #039 20px;
	border-right: solid #039 20px;
	border-bottom: solid #039 20px;
	padding: 20px;
	color: #039;
	text-align: left;
}
.oneColFixCtrHdr #footer {
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	color: #039;
	line-height: normal;
}
.oneColFixCtrHdr #footer p {
	color: fff;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	margin: 0px;
}
