@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(animation.gif);
	background-color: transparent;
	color: #000000;
	font-size: 10px;
	font-family:geneva, helvetica, "Lucida Sans", verdana, arial, sans-serif;
}

strong {
	font-family: helvetica, "Lucida Sans", verdana, arial, sans-serif;
	font-weight: bold;
	}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFCC;
	text-decoration: none;
}
a:active {
	color: #9966FF;
	text-decoration: none;
}

p {
	line-height: 1.5em;
	margin: 1.2em 0;
}

h1 {
	font-size: 14px;
	font-family: helvetica, "Lucida Sans", verdana, arial, sans-serif; 
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #000000;
	padding: 5px 10px 3px 10px;
	display: inline;
}

h2 {
	font-family: helvetica, "Lucida Sans", verdana, arial, sans-serif;
	font-size: 10px;
	display: inline;
	color: #FFFFFF;
	background-color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	padding: 3px;
}

ol, ul {
	line-height: 1.5em;
	list-style-type: none;
}

li {
	background-color: #000000;
	margin-bottom: 0.2em;
}

img, a img {
	border: 0px;
}

del, del * {
	text-decoration: line-through;
}

/********************************************************************************/
/*STRUCTURE AND POSITIONING*/
/********************************************************************************/

#wrapper {
	width: 1250px;
	height: auto;
	background-color: transparent;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#nav {
	width: 400px;
	height: 600px;
	float: left;
	position: static;
	background-image: url(starsflight1.gif);
	background-repeat: no-repeat;
	z-index: 1;
	margin-top: 50px;
}

#content {
	background-color: transparent;
	width: auto;
	height: auto;
	float: left;
	position: relative;
	margin-top: 25px;
	z-index: 2;
}

#footer {
	clear: both;
	bottom: 0px;
	background-color: transparent;
	margin: 0;
	padding: 0;
	z-index: 3;
}

/********************************************************************************/
/*NAV*/
/********************************************************************************/

#nav .left {
	font-family: helvetica, "Lucida Sans", verdana, arial, sans-serif;
	width: 200px;
	height: 600px;
	/*position: inherit;*/
	top: 0px;
	left: 0px;
	z-index: 2;
	/*background-image: url(floaty1.gif);*/
	background-repeat: no-repeat;
	float:left;
}

#nav .right {
	width: 200px;
	height: 600px;
	/*position: inherit;*/
	top: 0px;
	left: 200px;
	z-index: 2;
	/*background-image: url(floaty1.gif);*/
	background-repeat: no-repeat;
	float: right;
}

#nav .left ul {
	position: absolute;
	width: 14em;
	height: auto;
	top: 50px;
	left: 20px;
	background-color: transparent;
}

#nav .right ul {
	position: absolute;
	width: 14em;
	height: auto;
	top: 50px;
	left: 178px;
	background-color: transparent;
}

#nav li {
	background-color: #000000;
	/*background-color: transparent;*/
	text-transform: uppercase;
	font-weight: bold;
	padding: 3px;
	width: auto;
}

#nav .right li {
	font-weight: normal;
	text-transform: lowercase;
}

#nav #currentpage a {
	color: #9966FF;
	text-decoration: none;
}

/********************************************************************************/
/*CONTENT*/
/********************************************************************************/

#content p {
	color: #FFFFFF;
	background-color: #000000;
	display: block;
	font-style: italic;
	width: 500px;
	line-height: 1.5;
	padding: 3px 5px 1px 5px;
}

#content ul {
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 15px;
}

#content li {
	color: #FFFFFF;
	background-color: #000000;
	text-transform: lowercase;
	font-weight: normal;
	padding: 3px;
	width: 504px;
}

#player p {
	color:#FFFFCC;
	font-size: 14px;
	font-weight: bold;
	z-index: 0;
}


.video {
	text-align: center;
}

/**********************************************************************************/
/*FOOTER*/
/********************************************************************************/


/********************************************************************************/
/*404*/
/********************************************************************************/


/********************************************************************************/
/*SCROLLBAR*/
/********************************************************************************/

#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 840px;
/*min-height: 300px;*/
height: 510px;
/*overflow: auto;*/
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: transparent;
padding: 5px;
padding-left: 0px;
padding-top: 0px;
}

/*#mycustomscroll:after {
clear: both;
display: block;
overflow: auto;}*/

.gallery {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
background-color: transparent;
white-space: nowrap;
height: auto;
width: auto;
position: relative;
display: inline; 
float: left;
padding: 5px;
padding-left: 0px;
padding-top: 0px;
/*overflow: auto;*/
}

.gallery img{
vertical-align: middle;
}

.gallery .thumbs img{
vertical-align: middle;
padding: 5px;
padding-left: 0px;
padding-top: 0px;
}

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 10px;
background-color: transparent;
}
.vscrollerbar {
width: 10px;
background-color: black;
}
.hscrollerbase {
height: 10px;
background-color: transparent;
}
.hscrollerbar {
height: 10px;
background-color: black;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}