@charset "UTF-8";
/* universal */

body {
	background-image:url(../images/bg.jpg);
	margin: 0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10pt;
	color:#000;
	border: none;
	
}

.artistname {
	font-size: 14pt;
	font-weight: bold;
	letter-spacing: 4px;
}

a:link {
	color:#9A7F52;
	text-decoration: none;
}

a:visited {
	color:#907041;
	text-decoration: overline;
}

a:hover {
	color:#AF1C00;
	text-decoration:overline;
	font-weight: bold;
	-webkit-shadow: ;
}

/* main-div layers */

#headnav {
	background-image:url(../images/HEADNAVBG.png);
	z-index: 9011; /*ITS OVER 9000 */
	position: fixed;
	width: 100%;
	height: 50px;
	}

#navigation {
	text-align:center;
}

#navigation li {
	margin: 0 5 0 5;
}

#container {
	margin: auto;
	width: 960px;
	}

#content {
	width: 960px;
	height: 773px;
	background-image:url(../images/header2.png);
}

#textbox {
	width:500px;
	height: 300px;
	position: relative;
	overflow-y: scroll;
	overflow-x: hidden;
	z-index: 1;
	left: 520px;
	top: 200px;
}

#picnav
	{
	background-image:url(../images/picnav.png);
	position: relative;
	z-index: 2;
	top: 225px;
	width:916px;
	height: 272px;
	margin: auto;
	}
	
/* js tabs */

.ui-tabs { 
			position: fixed; 
			zoom: 1; 
			background-image:url(../images/HEADNAVBG.png); 
			z-index: 9011;
			text-align: center;
			width: 100%;
			font-size: 10pt;
		} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { 
			margin: auto; 
			display:inline;
				      }
.ui-tabs .ui-tabs-nav li { 	
			display:inline;
			list-style: none; 
			position: relative; 
			top: 0px; 
			margin: 0px 20px 0 20px; 
			border-bottom: 0 !important; 
			padding: 0; 
			white-space: nowrap;
			z-index: 9011;
			width: 400px;
			}
.ui-tabs .ui-tabs-nav li a { 
			padding: .5em 1em; 
			text-decoration: none;
			}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { 
			margin-bottom: 3px; 
			padding-bottom: 1px;
			}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { 
			display: block; 
			border-width: 0; 
			padding: 20px 1px 0 0; 
			background: none;
	}
.ui-tabs .ui-tabs-hide { display: none !important; }

/* gallery */

ul, li {
	margin: 5px 20px 5px 0px;
	height: 118px;
	width: 80px;
	
}

.gallery {
	position: relative;
	width: 800px;
	margin: auto;
	top: 0px;
}

.gallerydiv {
	position: relative;
	top: -15px;
	left: -30px;
	z-index: 5;
}

.prev {
	float: left;
	margin: 0 0 0 0;
	position:relative;
	z-index: 3;
	left: 24px;
	top: 8px;
}

.next {
	margin: 0 0 0 0;
	position:relative;
	z-index: 6;
	left: 780px;
	top: 148px;
}

