body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: small;
	color: #464544;
	background: url(images/dpbg.gif) repeat-x top right #D2D0CA;
	margin: 0;
	padding: 0;
}

*{
	margin: 0;
	padding: 0;
}

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

#header{
	width: 647px;
	height: 320px;
	background: url(images/header.jpg) no-repeat;
}


/* --NAVIGATION --*/

#nav{
	position: relative;
	width: 375px;
	height: 76px;
	top: 294px;
    left: 325px;
}

#menu{
	width: 375px;
	padding: 0px;
}

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

#menu li a span{
	display: none;
}

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

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

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

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

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

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

/* -- CONTENT --*/

#top{
	width: 647px;
	height: 194px;
	background: url(images/top.jpg) no-repeat;
}

#topcontent{
padding: 25px 0px 10px 110px;
	
}

#content{
	width: 647px;
}

#contentmain{
	width: 576px;
	text-align: left;
	padding: 5px 0px 10px 80px;
}

#stats{
	width: 240px;
	color: #666A62;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 85%;
	padding: 5px 0px 5px 0px;
    margin: 20px 0px 10px 110px;
	text-align: center;
	background-color: #DADCD8;
}

#extra{
	margin: 0px 0px 0px 27px;
	padding: 30px 0px 5px 0px;
	text-align: center;
	background: url(images/extra.jpg) no-repeat;
}

#extracontent{
	width: 436px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	text-align: center;
}

#footer{
	width: 647px;
	height: 75px;
	margin: 0px 0px 0px 0px;
}

#footercontent{
    width: 436px;
	color: #ACA292;
	font-size: 70%;
    padding: 0px 0px 0px 20px;
	text-align: center;
}

#footercontent a{
	width: 562px; 
	color: #b3adad;
	text-align: center;
	text-decoration: none;
}

#footercontent a:hover{
	width: 562px; 
	color: #d8cfcf;
	text-align: center;
	text-decoration: none;
}

/* -- CONTENT STYLE --*/

h1{
	font-family: "Tebuchet Ms", Verdana, sans-serif;
	font-size: 26px;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	color: #898783;
	margin: 0px 0px 0px 0px;
	padding: 40px 0px 0px 30px;
	height: 80px;
	width: 313px;
	background: url(images/head.gif) no-repeat;
}

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

a{
	cursor: help;
    color: #58322F;
	text-decoration: none;
background-color: #E1DFD9;
}

a:hover{
	cursor: help;
    color: #E9E8E4;
    background-color: #666A62;
	text-decoration: none;
}

a img{
	border: none;
}