body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #FF0000;
	background-color: #660204;
}
.oneColElsCtr #container {
	width: 1000px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	height: 1000px;
	margin-top: 100px;
}
h3 {
	font-size: 18px;
	color: #000000;
}

.oneColElsCtr #mainContent {
	padding: 20px;
	background: url(../images/bgd4.jpg) no-repeat;
	position: relative;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #FF0000;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000000;
	text-align: center;
}
a:visited {
	color: #000000;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
a:link {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

