body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: small;
	color: #545346;
	background-color: #590A2C;
	margin: 0;
	padding: 0;
}

*{
	margin: 0;
	padding: 0;
}

#box{
	width: 730px;
    margin: 0 auto;
	padding: 0;
}

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


/* --NAVIGATION --*/

#nav{
	position: relative;
	width: 730px;
	height: 32px;
	top: 357px;
	background: url(../images/nav.jpg) no-repeat;
}

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

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

#menu li a span{
	display: none;
}

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

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

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

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

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

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

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

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

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

ul#menu li.site a:hover{
	width: 63px;
	height: 32px;
	display: block;
	background-image: url(../images/site2.jpg);
}

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

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

/* -- CONTENT --*/

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

#content{
	width: 730px;
	background: url(../images/content.jpg) repeat-y;
}

#contentmain{
	width: 655px;
	text-align: left;
	padding: 0px 0px 0px 37px;
}

#stats{
	width: 270px;
	color: #361E13;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 90%;
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 220px;
	text-align: center;
	background: url(../images/statbg.jpg) no-repeat;
}

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

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

#footercontent{
	color: #ACA292;
	font-size: 80%;
    padding: 10px 0px 0px 0px;
	text-align: center;
}

#footercontent a{
	color: #A48C7B;
	text-align: center;
	text-decoration: none;
}

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

/* -- CONTENT STYLE --*/

h1{
	font-family: "Tebuchet Ms", Verdana, sans-serif;
	font-size: 36px;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	color: #CFCDB9;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 50px;
	height: 63px;
	width: 446px;
	background: url(../images/head.jpg) no-repeat;
}

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

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

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

a img{
	border: none;
}