/* CSS Document */
body {
	background-color: #FFFFFF;
	margin: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

#maindiv {
	width: 1020px;
	min-height: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 0px;
	overflow: none;
}

#splashimage {
	width: 1000px;
	height: 400px;
	overflow: none;	
	background-color: #FFFFFF;
}

#header {
	height: 120px;
	width: 1000px;
}

#logo {
	width: 210px;
	float: left;
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
}

#logo img {
	width: 200px;
}

#logotext {
	display: none;
	width: 155px;
	padding-top: 10px;
	float: left;
	text-align: left;
}

#imagespreloader {
	display: none;
}

#bottomboxes {
	width: 1000px;
	height: 204px;
	padding-bottom: 15px;
	padding-top:15px;
	border-bottom: 1px solid #666666;
	background-color: #FFFFFF;
}

#box-art, #box-sci, #box-gal, #box-new {
	float: left;
	width: 200px;
	height: 200px;
	text-align: center; 
	display:inline;
}

#box-art a, #box-sci a, #box-gal a, #box-new a {
	color: #666666;
}

#box-art a:hover, #box-sci a:hover, #box-gal a:hover, #box-new a:hover {
	color: white;
}

#box-art img, #box-sci img, #box-gal img, #box-new img {
	display: block;
	width: 200px;
	height: 200px;
}

#box-art {
	margin-left: 65px;
}

#box-gal {
	margin-left: 20px;
}

#box-sci {
	margin-left: 20px;
}

#box-new {
	margin-left: 20px;
}

#redbanner {
	width: 980px;
	background-color: #FFFFFF;
	border-top: 15px solid black;
	color: #000000;
	text-transform: uppercase;
	font-size: 14px; 
	font-family: arial;
	padding: 10px;
	overflow: auto;
}

#redbanner p {
	padding: 0px;
	margin: 0px;
}

#redbanner a {
	text-decoration: underline;
}

#redbanner a:hover {
	color: yellow;
}

#player {
	width: 400px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	padding: 10px;
	border: 1px solid #000000;
	text-align: center;
}

#content1, #content2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	text-align: justify;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #990000;
}

#content  {
	width: 980px;
	color: #999; /*999*/
	font-family: Arial;
	font-size: 12px; /*14px*/
	line-height: 18px; /*20*/
	text-align: left;
	padding: 10px;
	overflow: auto;
	float: left;
}

#content a {
	color: #FF0000;
	text-decoration: underline;
}

#content a:hover {
	color: #000000;
}

#content img {
	max-width: 960px;
}

h1 {
	font-family: Arial, helvetica, sans-serif;
	font-size: 24px;
	line-height: 26px;
	font-weight: normal;
	color: #990000;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: Arial, helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	color: #990000;
	margin: 0px;
	padding: 0px;
}

#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	width: 980px;
	clear: both;
	text-align: center;
	bottom: 0px;
	position: relative;
	padding: 10px;
}

#copyright a {
	color: #666666;
	text-decoration: none;
}

#copyright a:hover {
	color: #CC0000;
}

/*New Navigation tabs*/

#navigationarea {
	width: 700px;
	float: right;
	text-align: left;
	padding-top: 30px;
	padding-right: 10px;
	color: #000000;
	font-family: Arial, Helvetica;
	font-size: 14px;
	line-height: 20px;
	font-weight: 100;
}

#navigationarea a {
	color: #666666;
}

#navigationarea a:hover {
	color: #CC0000;
}


