body {
	background-color: #47001e;
}

div {
	text-align: center;
}

div#body_content {
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background: #260613;
	width: 700px;
	color: #969696;
	border: #560d2b 2px solid; 
}

div#header {
	background: url(image/title.png) no-repeat 50% 50%;
	height: 90px;
	position: relative;
	top: 0px;
	z-index: 10; 
}

div#body {
	background: url(image/background.jpg) no-repeat 50% 50%;
	height: 480px;
	position: relative;
	border: #81f8f6 0px solid;
	z-index: 10;
}

#body a:link { color: #cccccc; text-decoration: none; }
#body a:visited { color: #cccccc; text-decoration: none; } 
#body a:hover { color: #ffffff; text-decoration: none; background: #47001e; }

a.links {
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 18px;
	opacity: 1.00;
	text-transform: none;
}

div#photos {
	border: none;
	height: 300px;
	left: 200px;
	opacity: 1.00;
	position: absolute;
	top: 90px;
	width: 300px;
	z-index: 1; 
}

div#footer {
	height: 50px;
	position: relative;
	border-top: #560d2b 1px solid;
	z-index: 11;
}

div#footer table {
	font-family: verdana;
	font-size: 10px;
	color: #cccccc;
	font-weight: 800;
	height: 50px;
	width: 100%;
	margin: auto;
}

#footer a:link { color: #cccccc; text-decoration: none; }
#footer a:visited { color: #cccccc; text-decoration: none; } 
#footer a:hover { background-color: #47001e; color: white; text-decoration: none; }

/***************MENU CSS*****************/
	#menu li ul li {
		position: relative;
		left: -41px;
		top: 0px;
	}
	#menu li {
		list-style-type: none;
		border: #47001e solid 1px;
		float: left;
		width: 86px;
		padding: 0px;
		background-color: #260613;
		text-align: center;
		font-size:70%;
		font-family: verdana;
		font-weight: 900;
	}
	#menu a {
		display: block;
		color: #cccccc;
		text-decoration: none;
		padding: 5px;
		background: url(image/flames_red_smaller.gif) repeat-x 0 -50px;
	}
	#menu a:hover {
		background-color: #77001e;
		background: url(image/flames_red_smaller.gif) repeat-x 0 -15px;
		color: white;
		padding: 5px;
	}
	#menu li ul {
		display: none;
	}
	#menu li:hover > ul {
		display: block;
	}
	.submenu li {
		clear: both;
	}		
	.submenu a {
		font-size: 1.4em;
	}

div#menu {
	border-bottom: #560d2b 0px solid;
	border-top: #560d2b 0px solid;
	height: 30px;
	position: relative;
	z-index: 100;
}

li#current {
	color: #cccccc;
	text-decoration: underline;
	background-color: #47001e;
	font-weight: 500;
	float:left;
	padding: 5px 0px 5px 0px;
}

div#slidetabsmenu {
	position: relative;
	top: -15px;
}
		


/*aabdc3*/
