@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;
}
.oneColElsCtr #container #mainContent p2 {
	padding-right: 150px;
	padding-left: 150px;
}
.oneColElsCtr #container {
	width: 950px;
	margin: 0 auto;
	text-align: center;
	border-top-width: medium;
	border-top-style: none;
	background-color: #f6f5e4;
	background-repeat: no-repeat;
}
.oneColElsCtr #footer {
	background-color: #666666;
	font-family: "Courier New", Courier, monospace;
}
.oneColElsCtr #footer a:link {
	color: #000000;
	text-decoration: underline;
}
a:link   {
	color: #EA2F1C;
	text-decoration: none;
}
a:hover {
	color: #FFCC00;
}
a:visited {
	color: #880000;
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
