@charset "utf-8";
body {
	background-image: url(images/background.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 1.2;		
}

/*--TEXT STYLES--*/
p {
	font-size: 14px;
}
.nav_headers {
	font-family: Tahoma;
	font-size: 20pt;
	color: #96723d;
	font-weight: normal;
	text-align:center;
}

/*--DIV STYLES--*/
#container {
	width: 978px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	position: relative;
	z-index: 5;	
}
#header {
	background-image:url(images/top_banner.gif);
	background-repeat:no-repeat;
	height:102px;
	padding: 0px;
	position: relative;
	z-index: 6;	
}
#middle {
	background-color: #59342e;
	border: 3px solid #96723d;
	float: left;
	padding: 0px;
	width: 937px;
	position: absolute;
	z-index: 6;	
}
#sideimages {
	float: right;
	padding: 0px;
	position: relative;
	z-index: 7;	
}
#centerinfo {
	margin: 0px;
	left: 200px;
	width: 477px;
	height: 520px;
	position: absolute;
	overflow: auto;
	z-index: 8;
}
#nav {
	float: left;
	width: 181px;
	position: relative;
	z-index: 8;
}
#fan_sites {
	height: 39px;
	width: 181px;
	background-color: #f3ece1;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #96723d;
	border-right-color: #96723d;
	border-bottom-color: #96723d;
	border-left-color: #96723d;
	position: relative;	
	z-index: 9;
}
#header_others {
	height: 39px;
	width: 181px;
	background-color: #f3ece1;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #96723d;
	border-right-color: #96723d;
	border-bottom-color: #96723d;
	border-left-color: #96723d;
	position: relative;
	z-index: 9;
}
#nav_sites {
	background-image:url(images/tp_bg.png);
	width: 184px;
	position: relative;
	z-index: 10;	
}
#footer {
	font-size: 10px;
	text-align:center;
	width: 978px;
	top: 660px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	position: relative;
	z-index: 6;		
}
#eXTReMe {
	z-index: 10;
	float:right;
	top: 475px;
	position: relative;
	z-index: 7;			
}	

/*--LINKS--*/
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #96723d;
}