body {
	font-family: "Book Antiqua", Palatino, "Trebuchet MS", Arial, sans-serif;
	font-size: small;
	color: #362b26;
background-color: #433333;
background-image: url(images/bg.jpg);
background-repeat: repeat-x;
background-attachment: fixed;
background-position: top left;
	margin: 0;
	padding: 0;
}

*{
	margin: 0;
	padding: 0;
}

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

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


/* --NAVIGATION --*/

#nav{
	position: absolute;
	width: 87px;
	top: 321px;
        margin: 0;
	padding: 0;
	left: 450px;
}

#menu{
	width: 87px;
	padding-left: 0px;
}

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

#menu li a span{
	display: none;
}

ul#menu li.info a{
	width: 65px;
	height: 22px;
	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: 65px;
	height: 22px;
	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: 65px;
	height: 22px;
	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: 65px;
	height: 22px;
	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: 65px;
	height: 22px;
	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: 65px;
	height: 22px;
	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{
position: absolute;
top: 80px;
left: 530px;
	width: 510px;
}

#contentmain{
	width: 510px;
	height: 382px;
        margin: 0px 0px 0px 0px;
	padding: 0;
	overflow: auto;
}

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

#contentmain li{
list-style: circle;
}

#stats{
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #3d322c;
	font-size: 85%;
	padding: 0px 0px 0px 0px;
        margin: 0px 0px 10px 50px;
	text-align: center;
	width: 440px;
	background-color: #f38479;
}

#extra{
position: absolute;
top: 500px;
left: 67px;
	width: 510px;
	text-align: center;
	padding: 0px 0px 0px 0px;
}

#footer{
position: absolute;
top: 390px;
left: 0px;
	width: 768px;
	margin: 0px 0px 0px 0px;

}

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

#footercontent a{
	color: #ffffff;
}

#footercontent a:hover{
	color: #fbebb6;
}

/* -- CONTENT STYLE --*/

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

i{
	color: #d4685c;
}

b{
	color: #e44d3a;
}

a{
	cursor: help;
	color: #362b26;
	text-decoration: none;

}

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

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


#stats b{
	color: #821b06;
}

#stats i{
	color: #066c82;
}

#stats a{
	color: #6b2e25;
}