@charset "UTF-8";
* {
		margin:0;
		padding:0;
		}

	html, body {
		height:100%;
		}
body {
	background-color:#000000;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center; /* horizontal centering for IE Win quirks */
	background-repeat: repeat-x;
	background-image: url(images/bg.gif);
	background-position: center top;
}

#distance { 
	width:1px;
	height:50%;
	margin-bottom:-300px; /* half of container's height */
	float:left;
}

#container {
	margin:0px auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:600px;
	width:800px;
	clear:left;
}	
#noflash {
	width: 760px;
	margin: auto;
	padding: 20px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #E67A20;
	font-size: 32px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#wrapper {
	height: 600px;
	width: 800px;
}
.footer {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #23267B;
	font-size: 12px;
}
#header {
	height: 89px;
	width: 800px;
	background-color: #17498D;
}
.nav_vline {
	color: #FF9900;
	margin-right: 2px;
	margin-left: 2px;
}
a:link {
	text-decoration: none;
	color: #E67A20;
	font-weight: bold;
}
img.screenshot      {
	float: right;
	padding-left: 20px;
}
a:visited {
	text-decoration: none;
	color: #E67A20;
}
a:hover {
	text-decoration: underline;
	color: #E67A20;
}
a:active {
	text-decoration: none;
	color: #E67A20;
}
#footer {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #23267B;
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
	width: 790px;
	background-color: #00A3CE;
	padding: 5px;
}
#foot {
	background-image: url(images/bg-blue.gif);
	background-repeat: repeat-y;
	background-position: left top;
	height: 45px;
	width: 800px;
	background-color: #17498D;
}
#content {
	background-color: #FFFFFF;
	background-image: url(images/bg-white.gif);
	background-repeat: repeat-y;
	background-position: left top;
	height: 466px;
	width: 800px;
}
hr {
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	font-size: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
}
