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


/* --- Layout --- */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

.tFix { behavior: url('css/iepngfix.htc') }

body {
	background: url(../images/bg.jpg) repeat-x center 100px #000;
	color: #fff;
	font: 12px Helvetica, Arial, sans-serif;
}

#wrapper {
	position: absolute;
	top: 100px;
	left: 50%;
	width: 900px;
	height: 330px;
	margin-left: -450px;
}

#aurora {
	position: absolute;
	top: 100px;
	background: url(../images/bg.jpg) repeat-x center top;
	width: 100%; height: 316px;
	opacity: 0;-moz-opacity:0;filter:alpha(opacity=0);
}

#logo {
	position: absolute;
	left: 615px;
	top: 90px;
}
#logo img { behavior: url('css/iepngfix.htc'); }

#vertLine {
	position: absolute;
	right: 300px; top: 16px;
	width: 1px; height: 279px;
	background-color: #FFF;
	opacity: 0.5;-moz-opacity:0.5;filter:alpha(opacity=50); 
}

#content {
	background: url(../images/content_bg.png) top left no-repeat transparent;
	width: 479px; height: 279px;
	position: absolute;
	left: 95px; top: 12px;
	padding: 5px;
	opacity: 0;-moz-opacity:0;filter:alpha(opacity=0);
}

#contentTitle {
	width: 25px; height: 279px;
	position: absolute;
	left: 67px; top: 12px;
	opacity: 0;-moz-opacity:0;filter:alpha(opacity=0);
}
#contentTitle img {
	behavior: url('css/iepngfix.htc');
	height: 279px;
	width: 25px;
}

#contentText {
	width: 474px; height: 263px;
	overflow: hidden;
	position: absolute;
	left: 95px; top: 12px;
	padding: 10px;
	opacity: 0;-moz-opacity:0;filter:alpha(opacity=0);
}

#contentText.scroller {
	overflow-y: scroll;
	width: 462px;
	height: 260px;
	top: 16px;
}

#nav {
	position: absolute;
	bottom: -10px;
	right: 0;
	height: 20px;
	text-align: right;
}

#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	color: #fff;
	padding: 0 10px 0 10px;
	text-decoration: none;
	letter-spacing: -1px;
	font-size: 12px;
	line-height: 20px;
}
#nav a:hover {color: #0CF}
#nav a:active {color: #0CC}

#nav a.currentPage {color: #0CC}

#navCover {
	position: absolute;
	width: 100%;
	height: 20px;
	color: #CCC;
	background-color: #000;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 5px;
	text-align: center;
	z-index: 100;
	opacity: 0.9;-moz-opacity:0.9;filter:alpha(opacity=90); 
}

#footer {
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
	color: #777;
	font: 10px/14px Helvetica, Arial, sans-serif;
}

#footer a {color: #777}


/* --- Type --- */
a:link, a:visited {color: #FFF}
a:hover, a:active {color: #0CF}

p {
	font: 12px/15px Helvetica, Arial, sans-serif;
	margin: 0 0 15px 0;
}

h1 { display: none;}

ul, ol {
	font: 12px/18px Helvetica, Arial, sans-serif;
	margin: 0 0 15px 30px;
}