* {
		margin:0;
		padding:0;
		}

	html, body {
		height:100%;
		}

	body {
	text-align: center;
	background-image: url(../images/splashbg.jpg);
	background-repeat: no-repeat;
		}

	#distance {
	width:1px;
	height:50%;
	margin-bottom:-7.75em; /* half of container's height */
	float:left;
		}

	#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:100px;
	width:700px;
	clear:left;
		}


#nav {
	float: left;
	width: 250px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3E638C;
	margin-right: 50px;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#nav  a  {
	color: #003366;
	text-decoration: none;
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
}
#nav a:hover {
	color: #990000;
}
#logo {
	padding-left: 30px;
	padding-top: 35px;
}
#logo img {
	margin-top: 30px;
}




#flash {
	float: left;
}

