@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: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #260000;
}
.oneColFixCtrHdr #container {
	width: 800px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #header1 {
	background-color: #260000;
	height: 100px;
}
.oneColFixCtrHdr  #header2 {
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #mainContent {
	background-color: #FFFFFF;
	text-align: center;
}
.oneColFixCtrHdr #mainContent p {
	margin: 0;
	top: 420px;
	font-size: 0.7em;
	color: #B60B19;
	font-style: normal;
	line-height: 2.5em;
	letter-spacing: 0.1em;
}
.oneColFixCtrHdr  #footer1 {
	padding: 0 10px;
	background-color: #FFFFFF;
	border-top-width: 4px;
	border-top-style: dotted;
	border-top-color: #260000;
}
.oneColFixCtrHdr  #footer1  p {
	margin: 0;
	text-align: right;
	vertical-align: middle;
	font-size: 0.7em;
	letter-spacing: 0.1em;
	line-height: 2.5em;
	font-weight: bold;
}
.oneColFixCtrHdr #container #footer1 a {
	text-decoration: none;
	color: #871119;
	font-weight: normal;
}
.oneColFixCtrHdr #footer2 {
	background-color: #260000;
	height: 100px;
}
