* { behavior: url(iepngfix.htc); 
margin: 0;
padding:  0;}

a, img, a img {
	border: 0;
	text-decoration: none;
}

a:active {
outline: none;
}

a:focus {
-moz-outline-style: none;
}

html {
	background-color: #000;
}

body.header {
	background-color: #000;
	color: #FFF;
	margin: 0;
	padding: 0;
}

#header {
	background: url(../images/cave_header.gif) 0 15px no-repeat;
	margin: 0 auto;
	width: 860px;
	height: 225px;
	padding: 0;
}

#logotype {
	float: right;
	position: relative;
	top: 15px;
	right: 105px;
}

#wrapper {
	margin: 0 auto;
	width: 860px;
	padding: 0;
}

#mp3_player {
	float: right;
	position: relative;
	top: 180px;
	right: -80px;
}

#slider {
	background:	url(../images/splash_news_bg.png) 0 0 no-repeat;
	float: left;
	position: relative;
	top: 30px;
	width: 640px;
	height: 240px;
}

img.news {
	float: left;
	margin: 0 20px 0 0;
	border: 1px solid #433A36;
}

div.panel h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	margin:	0 0 0 0;
	letter-spacing: .02em;
	color: #FFF;
}

div.panel p {
	font-weight: normal;
	font-family: Arial, Verdana, sans-serif;
	font-size:	14px;
	line-height: 1.6em;
	color: #B0B0B0;
}

div.panel p a {
	color: #FFF;
}

div.panel p a:hover {
	text-decoration: underline;
}

div.panel p a span.more {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #FF5301;
	font-size: 16px;
	text-decoration: none;
}

div.panel p a:hover span.more {
	text-decoration: underline;
}

.scroll {
	
	clear:		left;
	height:		240px;
	overflow-x:	hidden;
	overflow-y:	auto;
	position:	relative;
	width:		620px;
}

.scrollContainer div.panel {
	height:		200px;
	padding:	20px;
	width:		580px;
}

.scrollButtons {
	cursor:		pointer;
	position:	absolute;
}

.scrollButtons.left {
	top:	15px;
	right:	15px;
}

.scrollButtons.right {
	top: 211px;
	right: 15px;
}

.hide {
	display: none;
}

#bannerContainer {
	height: 240px;
	width: 205px;
	float: left;
	position: relative;
	top: 28px;
	left: 13px;
}

#photo_scroller {
	float: left;
	position: relative;
	top: 60px;
	left: 0;
}

#footer {
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	color: #999;
	width: 860px;
	float: left;
	position: relative;
	padding-bottom: 15px;
	top: 65px;
	left: 0;
	clear: both;
	text-align: center;	
}

