body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: small;
	color: #fffde9;
	background-color: #100e0a;
	margin: 0;
	padding: 0;
}

*{
	margin: 0;
	padding: 0;
}

#box{
	width: 997px;
    margin: 0;
	padding: 0;
}

#header{
	width: 997px;
	height: 431px;
	background: url(images/header.jpg) no-repeat top left;
}


/* --NAVIGATION --*/

#nav{
	position: relative;
	width: 600px;
	height: 28px;
top: 405px;
	padding: 0px 0px 0px 10px;
}

#menu{
	width: 600px;
	padding: 0px;
	margin: 0px;
}

#menu li{
	padding: 0px 0px;
	display: block;
	float: left;
}

#menu li a span{
	display: none;
}

ul#menu li.info a{
	width: 76px;
	height: 29px;
	display: block;
	margin: 0px 0px 0px 0px;
	background-image: url(images/info.jpg);
}

ul#menu li.info a:hover{
	display: block;
	background-image: url(images/info2.jpg);
}

ul#menu li.fans a{
	width: 76px;
	height: 29px;
	display: block;
	margin: 0px 0px 0px 0px;
	background-image: url(images/fans.jpg);
}

ul#menu li.fans a:hover{
	display: block;
	background-image: url(images/fans2.jpg);
}

ul#menu li.join a{
	width: 69px;
	height: 29px;
	display: block;
	margin: 0px 0px 0px 0px;
	background-image: url(images/join.jpg);
}

ul#menu li.join a:hover{
	display: block;
	background-image: url(images/join2.jpg);
}

ul#menu li.codes a{
	width: 97px;
	height: 29px;
	display: block;
	margin: 0px 0px 0px 0px;
	background-image: url(images/codes.jpg);
}

ul#menu li.codes a:hover{
	display: block;
	background-image: url(images/codes2.jpg);
}

ul#menu li.site a{
	width: 103px;
	height: 29px;
	display: block;
	margin: 0px 0px 0px 0px;
	background-image: url(images/extra.jpg);
}

ul#menu li.site a:hover{
	display: block;
	background-image: url(images/extra2.jpg);
}

ul#menu li.index a{
	width: 93px;
	height: 29px;
	display: block;
	margin: 0px 0px 0px 0px;	
	background-image: url(images/home.jpg);
}

ul#menu li.index a:hover{
	display: block;
	background-image: url(images/home2.jpg);
}

/* -- CONTENT --*/

#content{
	width: 997px;
}

#contentmain{
	width: 760px;
	text-align: left;
	padding: 10px 0px 0px 150px;
}

#contentmain ul{
padding-left: 20px;
}

#contentmain li{
list-style: circle;
}


#important
{
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #fffde9;
	font-size: 85%;
	padding: 0px 5px 0px 5px;
   margin: 10px 0px 10px 150px;
	text-align: center;
	width: 460px;
	background-color: #201318;
}
#important a
{
	cursor: help;
    color: #88867a;
	text-decoration: none;
}
#important a:hover
{
	cursor: help;
    color: #1a141d;
	text-decoration: none;
	background-color: #88867a;
}
#bottom{
	width: 997px;
	height: 104px;
	margin: 0px 0px 0px 0px;
	background: url(images/bottom.jpg) no-repeat;
}

#footer{
	width: 997px;
	height: 111px;
	margin: 0px 0px 0px 0px;
	background: url(images/footer.jpg) no-repeat;
}

#footercontent{
color: #fffde9;
    width: 800px;
	font-size: 70%;
    padding: 70px 0px 0px 0px;
 margin: 0px 0px 0px 150px;
	text-align: center;
}


/* -- CONTENT STYLE --*/

p{
padding: 10px 0px 10px 0px;
}

#stats i{
    color: #ede73f;
}

#stats b{
    color: #d44646;
}

a{
	cursor: help;
    color: #88867a;
	text-decoration: none;
}

a:hover{
	cursor: help;
    color: #1a141d;
	text-decoration: none;
	background-color: #88867a;
}

a img{
	border: none;
	padding: 2px;
}

h1
{
background : #110e09 url(images/h1.gif) no-repeat;
color : #e8e6cd;
padding-left: 80px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
  margin: 0px;
  height:56px;
font : 20pt georgia;
font-weight: none;
font-variant: small-caps;
}

h2 { font-family: arial; 
font-size: 10pt;
font-weight: none;
  font-style: italic;
   letter-spacing: 5;
  text-align: left;
  padding: 0px 0px 0px 100px;
  margin: 0px;
color: #88867a;
text-align: left;}

h3 { 
color: #fff;
font-family: Century Gothic, Verdana, Courier New; 

  font-size: 15px; 

  text-align: left;


  letter-spacing: 10;

  text-transform: uppercase;

  font-weight: normal;}