body,td,th {                                                                     
  color: #FFF0B0;                                                                
}                                                                                
body {
  background-color: #000000;
  font-family: Arial, Helvetica, sans-serif;
}
a:link {
  color: #AA1100;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
  color: #901000;
}
a:hover {
  text-decoration: underline;
  color: #901000;
}
a:active {
  text-decoration: none;
  color: #901000;
}
.subheader {
  color: #F0C040;
  font-style: italic;
}
.notation {
  font-size: x-small;
  font-style: italic;
}
.important {
  color: #FF0000;
  font-style: italic;
}
.error {
  color: #ff0000;
  font-style: italic;
}
.warning {
  color: #ff00ff;
  font-style: italic;
}

.schedule {
	color: #F0C040;
	font-size: x-small;
}

.schedule_text {
	color: #701000;
	font-size: x-small;
}

.boxed {
	border: thin solid;
	width: 580px;
	height: auto;
	padding: 0px;
	z-index: 3;
	margin-left: 50px;
	margin-top: 5px;
	margin-bottom: 5px;
}

a.tooltip{
    position: relative; /*this is the key*/
    z-index: 24; 
		background-color: #ccc;
    color: #000;
    text-decoration: none
}

a.tooltip:hover {
	z-index: 25; 
	background-color: #ff0
}

a.tooltip span {
	display: none
}

a.tooltip:hover span{
	display:block;
	position:absolute;
	top:-13em;
	left:2em;
	width:20em;
	border:1px solid #0cf;
	background-color:#ecdc93;
	color:#000;
	text-align: left;
	height: auto;
}

.trackKey {
	color:#000000; 
	font-weight:bold;
}

/* Main Site layout */
#Barrel {
	position:absolute; 
	left:0; top:0; width:180px; height:238px; 
	z-index:2; 
	background-image: url(images/barrel.gif); 
	layer-background-image: url(images/barrel.gif); 
	border: 1px none #000000; 
	overflow: hidden; 
	visibility: visible;
}

#Title {
	position:absolute; 
	left:180px; top:0px; width:736px; height:267px; 
	z-index:2; 
	background-image: url(images/title.jpg); 
	layer-background-image: url(images/title.jpg); 
	border: 1px none #000000; 
	overflow: hidden; 
	visibility: visible;
}

#Menubar {
	position:absolute;
	left:0px;
	top:238px;
	width:180px;
	height:735px;
	z-index:2;
	border: 1px none #000000;
	overflow: hidden;
	visibility: visible;
}

.Content {
	position:absolute; 
	left:181px; top:268px; width:736px; height:auto; 
	z-index:2; 
	background-color: #000000; 
	layer-background-color: #000000; 
	border: 1px none #000000; 
	visibility: visible;
}

.WideContent {
	position:absolute; 
	overflow:hidden;
	left:181px; top:268px; width:936px; height:auto; 
	z-index:2; 
	background-color: #000000; 
	layer-background-color: #000000; 
	border: 1px none #000000; 
	visibility: visible;
}

/* Layout within Content div */
.Header {
	position:relative; 
	left:0; top:0; width:520px; height:43px; 
	z-index:3; 
	overflow: hidden; 
	border: 1px none #000000;
}

#ContentPane {
	position:relative; 
	left:0px; top:0px; width:735; 
	height:auto; 
	z-index:3; 
	visibility: inherit;
}

.WideContentPane {
	position:relative; 
	overflow: hidden;
	left:0px; top:0px; width:935; 
	height:auto; 
	z-index:3; 
	visibility: inherit;
}

#ContentFooter {
	position:relative; 
	left:0; top:0; width:520px; height:43px; 
	z-index:3; 
	overflow: hidden; 
	background-image: url(images/heading-blank.gif); 
	layer-background-image: url(images/heading-blank.gif); 
	border: 1px none #000000;
}

/* Headers */
#news {
	background-image: url(images/heading-news.gif); 
	layer-background-image: url(images/heading-news.gif); 
}

#about {
	background-image: url(images/heading-about.gif); 
	layer-background-image: url(images/heading-about.gif); 
}

#art {
	background-image: url(images/heading-art.gif); 
	layer-background-image: url(images/heading-art.gif); 
}

#dealers {
	background-image: url(images/heading-dealers.gif); 
	layer-background-image: url(images/heading-dealers.gif); 
}

#events {
	background-image: url(images/heading-events.gif); 
	layer-background-image: url(images/heading-events.gif); 
}

#forums {
	background-image: url(images/heading-forums.gif); 
	layer-background-image: url(images/heading-forums.gif); 
}
#guests {
	background-image: url(images/heading-guests.gif); 
	layer-background-image: url(images/heading-guests.gif); 
}
#charities {
	background-image: url(images/heading-charities.gif); 
	layer-background-image: url(images/heading-charities.gif); 
}
#hotel {
	background-image: url(images/heading-hotel.gif); 
	layer-background-image: url(images/heading-hotel.gif); 
}
#policies {
	background-image: url(images/heading-policies.gif); 
	layer-background-image: url(images/heading-policies.gif); 
}
#registration {
	background-image: url(images/heading-reg.gif); 
	layer-background-image: url(images/heading-reg.gif); 
}
#constore {
	background-image: url(images/heading-store.gif); 
	layer-background-image: url(images/heading-store.gif); 
}
