* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
html, body {
	height:100%;
}
li {
	margin-left: 20px;
}
body {
	background-color: #000000;
	color: #FFFFFF;
}
table {
  border-collapse: collapse;
} 
.wrap {
	position: relative;
	margin: 0 auto; /*center hack*/
	width: 900px;
	height: 700px;
	text-align: left;
	clear:left;
}
.wrapper {
	background: url(logo.png) no-repeat;
	width: 100%;
	height: 100%;
}
.splash {
	position: absolute;
	top: 200px;
	left: 400px;
	width: 370px;
	height: 370px;
	background: url(splash.png) top left no-repeat;
}
.splash_text {
	position: absolute;
	top: 145px;
	left: 133px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	line-height: 30px;
}
.splash_text a {
	color: #FFFFFF;
	text-decoration: none;
}
.vertical { 
	width: 1px;
	height: 50%;
	margin-bottom: -350px;
	float: left;
}
.header {
	height: 130px;
	margin-top: 20px;
	margin-left: 150px;
	overflow: hidden;
}
.bottom
{
	position: absolute;
	top: 660px;
	width: 100%;
	background: url(footer.png) no-repeat top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	padding-top: 40px;
}
.bottom a {
	color: #FFFFFF;
	text-decoration: none;
}
.bottom a:hover {
	color: #0000FF;
}
.content {
	width: 680px;
	height: 380px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	padding-right: 20px;
	float: right;
	scrollbar-base-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-track-color: #000000;
	overflow: auto;
	overflow-x: hidden;
}
.content a
{
	color: #FFFFFF;
	text-decoration: none;
}
.content a:hover
{
	color: #0000FF;
}
.content p
{
	padding-top: 1em;
}
.footer
{
	float: right;
	width: 680px;
	overflow: hidden;
	color: #FFFFFF;
	margin-top: 30px;
	padding-right: 20px;
}
.scroller
{
	height: 90px;
	width: 100%;
	overflow: auto;
	scrollbar-base-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-track-color: #000000;	
}
.thumbs img
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 60px;
}
.thumbs a:hover img
{
}
#theText
{
	display: block;
}
#theImage
{
	visibility: hidden;
	width: 100%; 
	height: 380px;
	position: relative;
	background: no-repeat bottom right;
}
#theTitle
{
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	letter-spacing: -.25px; 
	background-color: #000000; 
	padding-bottom: 10px;
	padding-right: 10px;
	position: absolute;
}
.menu
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	width: 100%;
	font-size: 13px;
}
.menu td
{
	vertical-align: top;
	padding-right: 20px;
	white-space: nowrap;
	font-weight: bold;
}
span.menu1, a.menu1
{
	color: #FFFFFF;
	text-decoration: none;
}
span.menu2, a.menu2
{
	color: #CC9966;
	text-decoration: none;
	line-height: 20px;
}
span.menu3, a.menu3
{
	color: #FF3333;
	text-decoration: none;
}
a.menu1:hover, a.menu2:hover, a.menu3:hover, .splash_text a:hover
{
	color: #0000FF;
}
.content TH {
	padding: 5px;
}

