body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: small;
	color: #8a8581;
	background-color: #000;
	margin: 0;
	padding: 0;
}

*{
	margin: 0;
	padding: 0;
}

#box{
	position: absolute;
	width: 761px;
        height: 600px;
        margin: 0;
	padding: 0;
}

#leftside{
	float: left; 
}

#mainpic{
position: absolute;
	width: 328px;
	height: 538px;
	background: url(images/mainpic.gif) no-repeat;
}

#header{
position: absolute;
	width: 433px;
	height: 19px;
	background: url(images/header.gif) no-repeat;
}

#rightside{
position: absolute;
left: 328px;
top: 20px;
	float: right; 
}

#top{
	width: 433px;
        height: 16px;
	background: url(images/top.gif) no-repeat;
}


/* --NAVIGATION --*/

#nav{
	position: absolute;
	width: 433px;
	height: 77px;
	top: 0px;
        left: 0px;
	background: url(images/nav.gif) no-repeat;
}

#menu{
	width: 433px;
	padding: 0px;
margin-left: 0px;
}

#menu li{
	padding: 0px 0px;
	display: block;
	float: left;
}

#menu li a span{
	display: none;
}

ul#menu li.info a{
	width: 67px;
	height: 70px;
	display: block;
	margin: 0px 0px 0px 0px;
	background-image: url(images/info.gif);
}

ul#menu li.info a:hover{
	display: block;
	background-image: url(images/info2.gif);
}

ul#menu li.fans a{
	width: 62px;
	height: 70px;
	display: block;
	margin: 0px 0px 0px 0px;
	background-image: url(images/fans.gif);
}

ul#menu li.fans a:hover{
	display: block;
	background-image: url(images/fans2.gif);
}

ul#menu li.join a{
	width: 66px;
	height: 70px;
	display: block;
	margin: 0px 0px 0px 0px;
	background-image: url(images/join.gif);
}

ul#menu li.join a:hover{
	display: block;
	background-image: url(images/join2.gif);
}

ul#menu li.extra a{
	width: 77px;
	height: 70px;
	display: block;
	margin: 0px 0px 0px 0px;
	background-image: url(images/extra.gif);
}

ul#menu li.extra a:hover{
	display: block;
	background-image: url(images/extra2.gif);
}

ul#menu li.shrine a{
	width: 90px;
	height: 70px;
	display: block;
	margin: 0px 0px 0px 0px;
	background-image: url(images/shrine.gif);
}

ul#menu li.shrine a:hover{
	display: block;
	background-image: url(images/shrine2.gif);
}

ul#menu li.index a{
	width: 71px;
	height: 70px;
	display: block;
	margin: 0px 0px 0px 0px;	
	background-image: url(images/main.gif);
}

ul#menu li.index a:hover{
	display: block;
	background-image: url(images/main2.gif);
}

/* -- CONTENT --*/

#content{
	width: 433px;
	background: url(images/content.gif) repeat-y;
}

#contentmain{
	width: 433px;
	text-align: left;
	padding: 60px 0px 0px 30px;
}

#contentmain ul{
padding-left: 20px;
}

#contentmain li{
list-style: circle;
}

#stats{
	width: 200px;
	color: #655c5b;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 85%;
	padding: 0px 0px 5px 0px;
    margin: 0px 0px 10px 80px;
	text-align: center;
	background-color: #281e1d;
}

#extra{
	width: 415px;
	text-align: center;
	padding: 0px 0px 0px 25px;
}

#footer{
	width: 433px;
	height: 29px;
	margin: 0px 0px 0px 0px;
	background: url(images/footer.gif) no-repeat;
}

#footercontent{
    width: 352px;
    height: 45px;
	color: #5c5251;
	font-size: 70%;
    padding: 3px 0px 0px 0px;
 margin: 20px 0px 0px 30px;
	text-align: center;
	background-color: #262626;
}

#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: 24px;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	color: #DCD5C0;
	margin: 0px 0px 0px 0px;
	padding: 25px 0px 0px 50px;
}

p{
padding: 10px 0px 10px 0px;
}

#contentmain a{
	cursor: help;
    color: #373737;
	text-decoration: none;
background-color: #171717;
}

#contentmain a:hover{
	cursor: help;
    color: #6e5145;
    background-color: #252525;
	text-decoration: none;
}

a img{
	border: none;
	padding: 5px 2px 0px 0px;
}