*{
	margin:0;
	padding:0;
}

a, a:link, a:visited, a:focus, a:hover, a:active{
	text-decoration: underline;
	color:#d2b337;
}

body{
	background:#000 url("layout/bg.gif") repeat;
	font-size:90%;
}

#container{
	font-size:1em;
	background-color:#000;
	border:4px double #666;
	width:700px;
	position:absolute;
	left:50%;
	margin-left:-350px;
	font-family:"myriad",arial,helvetica;
	margin-top:20px;
	color:#d2b337;
}

p{
	margin:0;
	line-height:25px;
}

.title {
	font-family: Arial, Verdana, Times New Roman;
	font-size: 18px;
	font-weight: normal;
	color: #d2b334;
	text-decoration:underline;
}

/*---------Body stuff-----------------*/
#header{
	width:700px;
	height:190px;
	border-bottom:4px double #666;
	background-color:#000;
	position:relative;
	z-index:1;
}

#header h1{
	width:700px;
	height:190px;
	background:url("header.jpg") top left no-repeat #000;
	text-indent:-1000em;
}

/*-----news section------*/
#top_bar{
	height:25px;
	width:700px;
	border-bottom:4px double #666;
}

#top_bar h4{
	position:relative;
	display:block;
	height:25px;
	float:left;
	line-height:25px;
	margin-left:10px;
}

#top_bar #news{
	position:relative;
	display:block;
	height:25px;
	line-height:25px;
	font-size:.8em;
	margin:0;
	overflow:hidden;
	padding-left:10px;
	/*margin-left:10px; --- only firefox registers a margin here ----- */
}

#top_bar #news dt.title{
	display:inline;
	float:left;
	font-weight:bold;
	margin-right:2px;
}

#top_bar #news dd.desc{
	display:inline;
	float:left;
	margin-right:5px;
	color:#847499;
}


/*-----Main Body----*/
#page_header{
	width:500px;
	margin-left:150px;
	margin-top:-200px;
	margin-bottom:10px;
}
#page_header h3{
	width:500px;
}

#main_wrapper{
	width:500px;
	min-height:212px;
	margin-left:160px;
	margin-top:0px;
	position:relative;
}
#main{
	width:500px;
	background:url("layout/main_bg.gif") repeat-y left #000;
}
#main_top{
	width:500px;
	height:42px;
	background:url("layout/main_top_bg.gif") no-repeat top left #000;
}
#main_bottom{
	width:500px;
	height:42px;
	background: url("layout/main_bottom_bg.gif") no-repeat bottom left #000;
}

#content{
	color:#847499;
	margin:0 40px 0;
}

#content ul{
	list-style-position:inside;
}


#left_bar{
	width:125px;
}

#footer{
	width:700px;
	height:30px;
	margin-top:20px;
	text-align:center;
}



/*----------Navigation--------------*/
.menu{
	list-style:none;
}

.menu li a{
	display:inline;
	text-decoration:none;
}

ul#gen_nav{
	width:420px;
	float:right;
	height:20px;
	border-bottom:4px double #666;
	border-left:4px double #666;
	background-color:#000;
	font-size:.9em;
	position:relative;
	z-index:2;
}

ul#gen_nav li{
	float:right;
	margin-right:10px;
	line-height:20px;
}

#gen_nav a:hover{
	display:block;
	border-bottom:4px double #fff;
}

ul#arena_nav{
	width:125px;
	border-right:4px double #666;
	border-bottom:4px double #666;
	margin-top:-4px;
	font-size:.9em;
}

#arena_nav li{
	display:block;
	width:125px;
	height:20px;
	line-height:20px;
	margin:1px 0;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	text-align:right;
}

#arena_nav li.first{
	margin-top:-4px;
	border-top:4px double #666;
}
#arena_nav li.last{
	border-top:1px solid #666;
	border-bottom:none;
}

#arena_nav a{
	display:inline;
	margin-right:10px;
}

#arena_nav a:hover{
	display:block;
	border-right:4px double #fff;
	padding-right:10px;
	margin-right:-4px;
}


/*------IE Hacks------------*/
* html #header{
	margin-top:-24px;
}

* html ul#gen_nav{
	margin-right:-8px;
}

* html ul#arena_nav li.first{
	margin-top:0;
}

* html ul#arena_nav a:hover{
	border:none;
	color:#847499;
	padding:0;
	margin-right:10px;
	display:inline
}

* html ul#gen_nav a:hover{
	border:none;
	color:#847499;	
}
