@charset "utf-8";
body {
	background: #666666; /* 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;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
.oneColFixCtr #container {
	width: 1080px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin: 0;
	background-color: #FFFFFF;
	background-image: url(../Zodiac%20background.jpg);
}
.oneColFixCtr #mainContent {
	margin-left: 100px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-right: 200px;
}
a:hover {
	color: #FF6600;
}