@charset "utf-8";
/* CSS Document */

body, html {
	margin: 0px auto;
	padding: 0px;
	background: #000000;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #ececec;
}
h1 {
	font-weight: bold;
	color: #999999;
	font-size: 16px;
}
#horizon {
	color: #FFFFFF;
	background-color: transparent;
	text-align: left;
	position: absolute;
	display: block;
	height: 1px;
	width: 100%;
	overflow: visible;
	visibility: visible;
	left: 0px;
	top: 50%;
}
#container {
	background: #999999;
	position: absolute;
	width: 800px;
	height: 600px;
	margin-left: -400px;
	left: 50%;
	top: -300px;
	border: 1px none #333333;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 100%;
	background: #000000 url(images/header.gif);
}
#navbar {
	position: absolute;
	height: 20px;
	width: 400px;
	top: 70px;
	right: 50px;
	font: bold 14px Geneva, Arial, Helvetica, sans-serif;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
	list-style: url(none) none;
}
#navbar li {
	white-space: nowrap;
	float: left;
}
#navbar a {
	text-align: right;
	display: block;
	height: 20px;
	width: 100px;
}
#navbar a:link, #navbar a:visited {
	color: #ececec;
	text-decoration: none;
}
#navbar a:hover, #navbar a:active {
	color: #FF99CC;
}
#content {
	height: 480px;
	width: 100%;
	background: #000000;
}
#slideshowWrapper {
	background: #000000;
	position: absolute;
	height: 450px;
	width: 750px;
	left: 25px;
	top: 110px;
}

#footer {
	height: 20px;
	width: 100%;
	background: #000000;
	position: relative;
}
#footerText {
	position: absolute;
	height: 15px;
	width: 200px;
	right: 50px;
	top: 2px;
}
