/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

body{
	text-align: center;
	color: #a78b4b;
	font-size: 12px;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000;
}

a{
	color: #43392C;
	text-decoration: none;
	font-weight: bold;
}

a img, a:hover img{
	border: none;
}

h1, h2, h3{
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1{
	margin-bottom: 20px;
}

h2{
	margin-bottom: 10px;
}

h3{
	margin: 20px 0 5px 0;
	font-style: italic;
	color: #CB9734;
}


p{
clear: both;
margin: 20px 0;
line-height: 200%;
}

li{
	list-style: none;
}


/*------------------------------------
----------HEADER STYLES---------------
------------------------------------*/

#header{
	width: 1024px;
	margin: 0 auto;
	text-align: left;
	color: #fff;
	
}

#top_frame{
	position: absolute;
	top: 0;
	width: 1024px;
	height: 89px;
	z-index: 30;
	background: url(../_img/top_frame.png) top center no-repeat transparent;
}

#arch{
	position: absolute;
	top: 50px;
	width: 1024px;
	height: 146px;
	z-index: 20;
	background: url(../_img/arch.png) top center no-repeat transparent;
}

#logo{
	position: absolute;
	top: 10px;
	width: 271px;
	height: 194px;
	margin-left: 10px;
	z-index: 40;
}

#gears{
	position: absolute;
	top: 70px;
	width: 126px;
	height: 117px;
	margin-left: 740px;
	z-index: 40;
	background: url(../_img/gears.png) top left no-repeat transparent;
}

#gauge{
	position: absolute;
	top: 71px;
	width: 138px;
	height: 133px;
	margin-left: 867px;
	z-index: 40;
	background: url(../_img/gauge.png) top left no-repeat transparent;
}

/*------------------------------------
----------NAVIGATION STYLES---------------
------------------------------------*/

#nav_bg{
	position: absolute;
	top: 93px;
	z-index: 15;
	width: 1024px;
	height: 103px;
	background: url(../_img/nav.png) top center repeat-x #0F0A02;
}

#nav{
	position: absolute;
	top: 135px;
	z-index: 45;
	font-size: 16px;
	font-family: Georgia, Geneva, Arial, Sans-Serif;
}
#nav ul{
	margin: 0px 0 0 273px;
}

#nav li{
	float: left;
	list-style: none;
	margin: 0px 15px;
}

#nav a{
	padding-bottom: 5px;
	text-transform: uppercase;
}

#nav a:hover{
	background: url(../_img/nav_rollover.png) bottom center no-repeat transparent;
}

.active{
	background: url(../_img/nav_rollover.png) bottom center no-repeat transparent;
}


/*------------------------------------
------------CONTENT STYLES------------
------------------------------------*/

#l_art{
	width: 136px;
	height: 532px;
	float: left;
	background: url(../_img/art_left.png) top center no-repeat #0F0A02;
}

#r_art{
	width: 136px;
	height: 532px;
	float: left;
	background: url(../_img/art_right.png) top center no-repeat #0F0A02;
}

#container{
	width: 1024px;
	margin: 196px auto 0 auto;
	text-align: left;
	clear: both;
	background: url(../_img/bg.png) top center repeat-y #0F0A02;
}

#content{
	width: 732px;
	padding: 20px 10px;
	float: left;
}

/*------------------------------------
------GAME.PHP UNIQUE STYLES----------
------------------------------------*/

#game p{
	margin:  0 0 10px 20px;
}

/*------------------------------------
------MEDIA.PHP UNIQUE STYLES---------
------------------------------------*/

.subnav{
	width: 100%;
	text-align: center;
	margin: 20px 0;
}

.subnav li{
	display: inline;
	margin: 0 10px;
}

.subnav a{
	font-size: 14px;
	text-decoration: underline;
	color: #CB9734;
}

.subnav a:hover{
	color: #CDC15A;
}

.media_grp{
	clear: both;
	margin: 25px 0 0 0;
	padding: 10px 20px;
}

.media_unit{
	width: 200px;
	height: 200px;
	float: left;
	margin: 0 30px 50px 0;
}

.media_unit h3{
	margin: 5px 0 0 0;
	color: #A78B4B;
	font-style: normal;
}

.media_movie{
	float: left;
	display: block;
	margin-left: 10%;
	margin-right: 10%;
}

.media_movie h3{
	margin: 5px 0 0 0;
	color: #A78B4B;
	font-style: normal;
}



.media_unit span{
	text-decoration: underline;
	color: #CB9734;
}

/*------------------------------------
------CSGS.PHP UNIQUE STYLES----------
------------------------------------*/

#about span{
	color: #CB9734;
}

#about a{
	text-decoration: underline;
	color: #CB9734;
}

#about a:hover{
	color: #43392C;
}

#about li{
	margin: 10px 0 0 20px;
}

/*------------------------------------
------TEAM.PHP UNIQUE STYLES----------
------------------------------------*/

#credits{
	text-align: center;
}

#credits p{
	margin: 0;
	line-height: 150%;
}

/*------------------------------------
------APCG.PHP UNIQUE STYLES----------
------------------------------------*/

/*------------------------------------
------FOOTER STYLES----------
------------------------------------*/

#footer{
	width: 1024px;
	height: 100px;
	clear: both;
	background: url(../_img/footer.png) bottom no-repeat transparent;
}