/*This is the splash style sheet of the site.*/
body {
              background-color: #ffffff;
	color: #1e1e1e;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 1em; 
	margin: 0em; }
#container {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	position: relative; }
#header {}
#content {
	position: relative;
	width: 950px; }
#bg {
	width: 950px;
	background-image: url(images/splash.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 650px;
	position: relative; }
#nav {
	width: 65px;
	height: 25px;
	top: 590px;
	left: 795px; }
#nav a {
	background: url(images/enter.png) 0 0 no-repeat;
	width: 65px;
	height: 25px;
	position: relative;
	top: 590px;
	left: 795px;
	display: block;
	text-indent: -1000px;
	overflow: hidden; }
#nav a:hover, a:active, a:visited { 
	background-position: 0 -25px; }
ul {}
li {}
h3.enter { }
h3.enter span { }
#main-text {}
.title {}
h2 {}
p {}
.footer {
	font-size: .6em;
	text-decoration: none;
	text-align: center;
	padding: 0px;
	position: relative;
	top: -25px; }
a {}
a:link {
	color: #1e1e1e;
	text-decoration: none; }
a:visited {}
a:hover {
	color: #0d77be; }
a:active {
	color: #0d77be; }