@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
	background-color: #000000;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
}
.oneColElsCtr #container {
	width: 803px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 3px solid #FFFFFF;
	text-align: center;
}
.oneColElsCtr #mainContent {
	padding: 0 0px; 
}
.oneColElsCtr #middle {
	background-color: #FECCFF;
}
#footer {
   font-size: 11px;
   height: 179px;
   background-image: url(footer.jpg);
   font-family:Verdana, Arial, Helvetica, sans-serif
}