@charset "utf-8";
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: #D4AF37;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #F00;
}
.oneColFixCtr #container {
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	border: 12px groove #C41818;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000;
	background-image: url(pagephotos/frame3.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#mainContent h1 {
	font-size: 18px;
	color: #FB4A54;
}
#mainContent table tr td div a {
	color: #F30;
}


.oneColFixCtr #mainContent {
	padding-top: 0;
	padding-right: 160px;
	padding-bottom: 0;
	padding-left: 60px;
	color: #D4AF37;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.footerclass {
	font-size: 12px;
	text-align: center;
}
#mainContent .footerclass a {
	color: #96C;
}

