*{
	margin:0;
	padding:0;
}

a:link {
font-family: arial, helvetica, sans-serif;
color: #605e5e;
text-decoration: none;
}
a:visited {
font-family: arial, helvetica, sans-serif;
color: #605e5e;
text-decoration: none;
}
a:active {
font-family: arial, helvetica, sans-serif;
color: #605e5e;
text-decoration: none;
}
a:hover {
font-family: arial, helvetica, sans-serif;
color: #605e5e;
text-decoration: none;
}

a.menu:link {
font-family: arial, helvetica, sans-serif;
color: #000000;
text-decoration: none;
font-weight: bold;
font-size: 20px;
}
a.menu:visited {
font-family: arial, helvetica, sans-serif;
color: #000000;
text-decoration: none;
font-weight: bold;
font-size: 20px;
}
a.menu:active {
font-family: arial, helvetica, sans-serif;
color: #000000;
text-decoration: none;
font-weight: bold;
font-size: 20px;
}
a.menu:hover {
font-family: arial, helvetica, sans-serif;
color: #666666;
text-decoration: none;
font-weight: bold;
font-size: 20px;

}

body{
	background:#ffffff;
	font-size:90%;
}

#container{
	font-size:1em;
	background-color:#ffffff;
	border:0px double #26451e;/*border around the edge*/
	width:980px;
	position:absolute;
	left:50%;
	margin-left:-485px;
	font-family:"myriad",arial,helvetica;
	margin-top:10px;
	color:#d2b337;
}

.footertext {
font-family: arial, helvetica, sans-serif;
font-size: 14px;
color: #000000;
margin:10px 10px 10px 10px;
}

.cursivetext {
font-family: Comic Sans MS, arial, helvetica, sans-serif;
font-size: 16px;
color: #000000;
margin:10px 10px 10px 10px;
}

p{
	margin:0px;
	line-height:15px;a
	color: #000;
}

.title {
	font-family: Arial, Verdana, Times New Roman;
	font-size: 24px;
	font-weight: normal;
	color: #666666;
}

/*---------Body stuff-----------------*/
#header{
	width:980px;
	height:140px;
	border-bottom:0px double #000;/*line under header image*/
	background-color:#000;
	position:relative;
	z-index:1;
}

#header h1{
	width:980px;
	height:140px;
	background:url("./images/top3.jpg") top left no-repeat #fff;
	text-indent:-1000em;
}

#menu_bar{
	height:37px;
	width:980px;
	padding-top:7px;
	background:url("./images/menubar.jpg") top left no-repeat #fff;
	padding-left:20px;
	/*border-bottom:4px double #666;*/
}

/*-----news section------*/
#top_bar{
	height:25px;
	width:959px;
	/*border-bottom:4px double #666;*/
}

#top_bar h4{
	position:relative;
	display:block;
	height:25px;
	float:left;
	line-height:25px;
	margin-left:10px;
}



/*-----Main Body----*/
#page_header{
	width:980px;
	margin-left:225px;
	margin-top:-340px;/*move text up and down in content area*/
	margin-bottom:10px;
	color:#a50b1a;
}
#page_header h3{
	width:980px;
}

#main_wrapper{
	width:980px;
	min-height:250px;
	margin-left:225px;
	margin-top:0px;
	position:relative;
}

/*#main{
	width:709px;
	background:url("layout/main_bg.gif") repeat-y left #000;
}
#main_top{
	width:709px;
	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:#000;
	margin:0px 0px 0px 0px;
}

#content ul{
	list-style-position:inside;
}



#footer{
	width:980px;
	height:130px;
	font-size: 11px;
	/*margin-top:20px;*/
	/*text-align:center;*/
	background:url("./images/footer.gif");

}

#checklist{
list-style-image: url(images/minitree.gif);

}

#checklist li{
margin: 7px 0;
}

/*------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;
}


/**************************************************
	    classes
	**************************************************/
	.clear {
		clear:both;
	}
	.floatleft {
		float:left;
	}
	.floatright {
		float:right;
	}
	.marginbottom {
		margin:0 0 10px;
	}
	.marginleft {
		margin:0 0 0 20px;
	}
	.marginright {
		margin:0 10px 0 0;
	}
	.margintop {
		margin:10px 0 0;
	}
