body {
	font-family: "Book Antiqua", Palatino, "Trebuchet MS", Arial, sans-serif;
	font-size: small;
	color: #574e49;
background-color: #473930;
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{
position: absolute;
top: 0px;
right: 0px;
	width: 991px;
	height: 547px;
    margin: 0;
	padding: 0;
}

#left{
float: right;
	width: 487px;
	height: 547px;
	background: url(images/rightpic.jpg) no-repeat;
}


/* --NAVIGATION --*/

#nav{
	position: absolute;
	width: 487px;
	top: 11px;
        margin: 0;
	padding: 0;
	right: 420px;
}

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

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

#menu li a span{
	display: none;
}

ul#menu li.info a{
	width: 55px;
	height: 36px;
	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: 68px;
	height: 36px;
	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: 62px;
	height: 36px;
	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: 99px;
	height: 36px;
	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: 50px;
	height: 36px;
	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: 41px;
	height: 26px;
	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: 53px;
right: 480px;
	width: 510px;
}

#contentmain{
	width: 510px;
	height: 375px;
        margin: 0px 0px 50px 0px;
	padding: 0;
	left: 420px;
	overflow: auto;
}

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

#contentmain li{
list-style: circle;
}

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

#extra{
position: absolute;
top: 540px;
right: 467px;
	width: 510px;
	text-align: center;
	padding: 0px 0px 0px 0px;
}

#footer{
	width: 524px;
	margin: 0px 0px 0px 0px;

}

#footercontent{
position: absolute;
top: 408px;
color: #695f57;
    width: 487px;
	font-size: 70%;
    padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 20px;
	text-align: center;
}


/* -- CONTENT STYLE --*/

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

i{
	color: #fd8d4d;
}

b{
	color: #e44d3a;
}

a{
	cursor: help;
	color: #4e3f44;
	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;
}