@charset "UTF-8";
/* CSS Document */
body {
	margin:0;
	background-image:url(../interface/bgstar01.gif);
	background-repeat:repeat;
	background-color: #000;
	
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fefef4;
	}
	
h1 {
	font-size:1.8em;
	font-weight:normal;
	}
	
#mast {
	margin:0 auto;
	margin-top: 55px;
	width: 861px;
	height: 43px;
	background-image:url(../interface/logotag.png);
	background-repeat:no-repeat;
	}
	
#main {
	margin:0 auto;
	margin-top: 25px;
	width:950px;
	height:531px;
	}
	
/*	Content section background images */
.bg_demon {
	background-image:url(../interface/bg_demon.png);
	background-position:right;
	background-repeat:no-repeat;
	}
	
.bg_discl {
	background-image:url(../interface/bg_discl.png);
	background-position:right;
	background-repeat:no-repeat;
	}
	
.bg_disco {
	background-image:url(../interface/bg_disc.png);
	background-position:right;
	background-repeat:no-repeat;
	}
	
#globalnav {
	margin: 20px 0 0 22px;
	padding:20px 0 0 4px;
	width: 142px;
	height: 486px;
	background-image:url(../interface/globalnavbg.png);
	background-repeat:no-repeat;
	float:left;
	}
	
#globalnav img {
	border:none;
	margin-bottom:13px;
	}
	
#globalnav li {
	margin:5px 0 0 -20px;
	}
	
#globalnav li a {
	width:115px;
	}
	
#globalnav li a:link, #globalnav a:visited {
	color: #fefef4;
	text-decoration:underline;
	}
	
#globalnav li a:hover {
	color: #fefef4;
	background-color: #2d4a6d;
	text-decoration:none;
	}
	
#globalnav li a:active {
	color: #fefef4;
	text-decoration:underline;
	}
	
#globalnav a {
	display:block;
	}
	
#content {
	margin:40px 50px 0 20px;
	width: 710px;
	height: 480px;
	
/*	position:relative;
	top:50px;
	right:100px;
*/	
	float:right;
	}

#content p {
	font-size: 1em;
	font-weight:lighter;
	}
	
#content a:link, #content a:visited {
	color: #fefef4;
	text-decoration:underline;
	}
	
#content a:hover {
	color: #fefef4;
	background-color: #2d4a6d;
	text-decoration:none;
	}
	
#content a:active {
	color: #fefef4;
	text-decoration:underline;
	}

#content_swf {
	/*margin:25px 22px 0 0;*/
	
	position:relative;
	top:23px;
	right:26px;
	
	width: 760px;
	height: 460px;
	float:right;
	}

#footnote {
	font-size:.7em;
	font-weight:normal;
	margin: 8px 5px 0 10px;
	
	position:relative;
	top:-8px;
	}
	
#footer {
	margin: 0 auto;
	margin-top: 10px;
	width: 882px;
	
	text-align:center;
	}
	
#footer p {
	font-size: .8em;
	}
	
/*	Index.html */
#ind_nav {
	margin: 0 auto;
	margin-top:25px;
	width: 806px;
	height: 51px;
	}
	
#ind_smoke {
	margin: 0 auto;
	margin-top: 20px;
	width: 882px;
	height: 481px;
	
	background-image:url(../interface/smoke.png);
	background-repeat:no-repeat;
	}
	
#ind_vid {
	margin: 0 auto;
	position:relative;
	top: 75px;
	width: 445px;
	height: 338px;
	}
	
#ind_footer {
	margin: 0 auto;
	margin-top: 10px;
	width: 882px;
	
	border-top: 1px solid #817575;
	text-align:center;
	}
	
#ind_footer p {
	font-size: .8em;
	}