body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: small;
	color: #766868;
	background-color: #fff;
	margin: 0;
	padding: 0;
}

*{
	margin: 0;
	padding: 0;
}

#box{
	width: 674px;
    margin: 0 auto;
	padding: 0;
}

#header{
	width: 674px;
	height: 410px;
	background: url(images/header.jpg) no-repeat;
}


/* --NAVIGATION --*/

#nav{
	position: relative;
	width: 674px;
	height: 33px;
	padding: 0px 0px 0px 60px;
	background: url(images/nav.jpg) no-repeat;
}

#menu{
	width: 674px;
	padding: 0px;
margin-left: 70px;
}

#menu li{
	padding: 0px 0px;
	display: block;
	float: left;
}

#menu li a span{
	display: none;
}

ul#menu li.info a{
	width: 62px;
	height: 33px;
	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: 66px;
	height: 33px;
	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: 57px;
	height: 33px;
	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: 115px;
	height: 33px;
	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: 79px;
	height: 33px;
	display: block;
	margin: 0px 0px 0px 0px;
	background-image: url(images/site.jpg);
}

ul#menu li.site a:hover{
	display: block;
	background-image: url(images/site2.jpg);
}

ul#menu li.index a{
	width: 66px;
	height: 33px;
	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: 674px;
	background: url(images/content.jpg) repeat-y;
}

#contentmain{
	width: 574px;
	text-align: left;
	padding: 0px 0px 0px 50px;
}

#contentmain ul{
padding-left: 20px;
}

#contentmain li{
list-style: circle;
}

#stats{
	width: 240px;
	color: #766868;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 85%;
	padding: 5px 0px 5px 0px;
    margin: 0px 0px 10px 170px;
	text-align: center;
	background-color: #e2e0e0;
}

#extra{
	width: 674px;
	text-align: center;
	padding: 0px 0px 0px 0px;
}

#footer{
	width: 674px;
	height: 84px;
	margin: 0px 0px 0px 0px;
	background: url(images/footer.jpg) no-repeat;
}

#footercontent{
color: #f4f2f2;
    width: 674px;
	font-size: 70%;
    padding: 10px 0px 0px 15px;
 margin: 0px 0px 0px 0px;
	text-align: center;
}

#footercontent a{
	color: #e1e0e0;
	text-align: center;
	text-decoration: none;
}

#footercontent a:hover{
	color: #d8cfcf;
	text-align: center;
	text-decoration: none;
}

/* -- CONTENT STYLE --*/

h1{
	font-family: "Tebuchet Ms", Verdana, sans-serif;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	color: #f4f2f2;
	margin: 0px 0px 0px 95px;
	padding: 1px 0px 0px 0px;
	height: 27px;
	width: 392px;
text-align: center;
	background: url(images/head.jpg) no-repeat;
}

p{
padding: 10px 0px 10px 0px;
}

#contentmain a{
	cursor: help;
    color: #58322F;
	text-decoration: none;
background-color: #d9d9d9;
}

#contentmain a:hover{
	cursor: help;
    color: #58322F;
    background-color: #CDC9C2;
	text-decoration: none;
}

a img{
	border: none;
	padding: 2px;
}