body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3d3d3d;
	background: #ffffff;
}
html, body {
	margin: 0;
	padding: 0px;
}
#page-container {
	width: 679px;
	margin: auto;
	background-color: #FFFFFF;
	background-image: url(../images/background.png);
	background-repeat: repeat-y;
}

#header {
	height: 343px;
	width: 679px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
}
#main {
	width: 549px;
	margin-right: 65px;
	margin-left: 65px;
}

#main p {
	line-height: 1.75em;
	padding-top: 0px;
	padding-bottom: 0px;
}

#footer {
	clear: both;
	height: 88px;
	background-image: url(../images/footer.png);
}
#navigation  {
	height: 29px;
	width: 601px;
	padding-left: 110px;
	padding-top: 296px;
}

#nav {
	list-style: none;
	display: inline;
	overflow: hidden;
}

#nav li {
	padding: 0;
	list-style: none;
	display: inline;
	margin: 0px;
}

#nav a {
	float: left;
	padding: 29px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height: /**/:29px; /* for IE5/Win only */
}

#nav a:hover {
	background-position: 0 -29px;
}

#nav a:active, #nav a.selected {
	background-position: 0 -58px;
}

#tradio a {
	width: 53px;
	background: url(../images/radio.png);
}

#tdownloads a {
	width: 89px;
	background: url(../images/downloads.png);
}

#tcalendar a {
	width: 77px;
	background: url(../images/calendar.png);
}

#tcontact a {
	width: 68px;
	background: url(../images/contact.png);
}

#tgallery a {
	width: 63px;
	background: url(../images/gallery.png);
}

#tmerchandise a {
	width: 100px;
	background: url(../images/merchandise.png);
}


/* CSS image mapping */

ul#linkmenu, #linkmenu li {
	padding: 0; margin: 0;
	list-style: none;
}

ul#linkmenu {
	float: left;
	height: 0; /* these two lines fix that extra whitespace problem on the layout */
}

#linkmenu li {
	font-family: Times New Roman, Times, Georgia, sans-serif !important; /* NOTICE THIS! */
	position: relative;
	width: 10px;
}

.n-simian {
	top: 50px; /* 29 pixels from the top */
	left: 100px; /* 66 pixels left from where it was inserted */
	font-size: 150pt;
}

.n-nsb {
	top: 25px;
	left: 25px;
	font-size: 25pt;
}

#linkmenu li a {
	text-decoration: none;
	background: none;
}
#linkmenu li a span {
	visibility: hidden;
}
#main a {
	text-decoration: none;
	color: #009900;
	font-weight: bold;
}
caption {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	height: 50px;
	width: 250px;
	margin: 0px;
	padding: 0px;
}
#djs {
	font-size: 11px;
	line-height: 1.6em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#djs #date {
	background-color: #666666;
	color: #FFFFFF;
}
#djs #venue {
	color: #FFFFFF;
	background-color: #666666;
}
#page-container #main #gallery {
	text-indent: 25px;
}

/* Lightbox code */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
#page-container #main #gallery img {
	padding-bottom: 25px;
}
