@charset "utf-8";

#banner{
width:100%;
margin:auto;
margin-top:10px;
}

body {
	background-color: #000000;
	background-image: url(trim_images/stars_bg.jpg);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	text-align:center;
	color:#fff;
}


#headerWrapper{
	margin:auto;
	width:950px;
}
img {behavior: url(iepngfix.htc);}
#header{
	width:902px;
	background-image:url(trim_images/header_bg.jpg);
	background-repeat:no-repeat;
	background-position:right;
	text-align:left;
	border-bottom:solid 1px #5a6970;
}
img{
	border:0px;
	behavior: url(wp-content/themes/Quadro/iepngfix.htc);
}
#left{
	width:176px;
	float:left;
}
#logo{
	width:290px;
	float:left;
}
#mainNav{
	list-style:none;
	margin:0px;
	padding:0px;


}
#mainNav li{
	display:block;
	float:left;
	padding:0px;
	margin:0px;
	height:29px;
}
#mainNav li a{
	text-transform:uppercase;
	font: 11px Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#878f92;
}
#mainNav li a:hover{
	text-decoration:underline;
}
#nav{
	height:29px;
}
#page{
	width:900px;
	border:solid 1px #5a6970;
	border-top:0px;
	text-align:left;
	margin:auto;


}



#storyMenu{
	width:121px;
	margin-left:75px;
	background-color:#000000;
	border: solid 1px #5a6970;
}
#storyMenu ul{
	list-style-type:none;
	list-style-image:none;
	margin:0px 10px 10px 10px;
	padding:0px;

}
#storyMenu ul li{
	list-style-type:none;

}
#storyMenu a{
	color:#5a6970;
	text-decoration:none;
	font:bold 12px Arial, Helvetica, sans-serif;
}
#storyMenu a:hover{
	color:#8fa6b1;

}
#storyMenuHide{
	position:absolute;
	top:116px;
	left:0px;
	width:100%;
	text-align:center;
	z-index:10;
	display:none;

}
#storyMenuPos{
	width:900px;
	text-align:left;
	margin:auto;
	

}




