@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: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100.01%;
	background-color: #FFF;
	background-image: url(images/beigegrad_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
* {
	margin: 0px;
	padding: 0px;
	background-position: bottom;
}
.oneColFixCtrHdr #container {
	width: 525px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 0px;
	height: 500px;
	padding-top: 10px;
}
h1 {
	font-size: 1.5em;
}
.oneColFixCtrHdr #mainContent {
	font-size: 0.88em;
	background-position: center top;
	background-attachment: scroll;
	background-image: url(images/splash_bg.png);
	background-repeat: no-repeat;
	padding: 0px;
	height: 500px;
	width: 525px;
}
.oneColFixCtrHdr #container #mainContent div a img{
	margin-top: 140px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline: none;
}
.oneColFixCtrHdr #copyright {
	font-size: 0.8em;
	color: #333;
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 20;
}
a:link {
	color: #099;
	text-decoration: none;
}
a:visited {
	color: #099;
	text-decoration: none;
}
a:hover {
	color: #F90;
	text-decoration: none;
}
a:active {
	color: #F90;
	text-decoration: none;
}
