@charset "utf-8";
.oneColElsCtr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #59566B;
	background-image: url(../images/reverse_gradient.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: repeat-x;
}

.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position: relative;
	background-repeat: no-repeat;
}
.oneColElsCtr #container #mainContent a:link {
	color: #CC9900;
	text-decoration: underline;
}
.oneColElsCtr #container #mainContent a:hover {
	color: #CCCC99;
}
.oneColElsCtr #container #mainContent a:visited {
	color: #CCCCCC;
}


#banner {
	background-image: url(../images/banner.jpg);
	height: 250px;
	background-position: 0px 0px;
	width: 900px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFE840;
	line-height: 0.8;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFCCFF;
}

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: 12pt;
	background-color: #B14332;
	background-image: url(../images/gradient.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #FFFFFF;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFED40;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFEC48;
	text-align: center;
}
#footer a:link {
	color: #CCCCCC;
	}
#footer a:hover {
	color: #66CC00;
	text-decoration: underline;
	}
	#footer a:visited {
	color: #FFED40;
	}
