@charset "UTF-8";
/* CSS Document */
body {
	background-color: #CCC;
	margin: 0;
	text-align: center;
	font-size: 1em;
	color: #000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}
a {
	color: #000;
	letter-spacing: .1em;
	}
a:hover {
	color: #CCC;
	}
a.notice {
	color: #800;
	}
div#holder {
	margin: 0 auto;
	background-image: url(musicimages/bgfill.jpg);
	background-repeat: repeat;
	width: 774px;
	border-left: 2px solid #999;
	border-right: 2px solid #999;
	}
div#pagetop {
	background-image: url(musicimages/bgtoppanel25ht.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	margin: 0 auto;
	padding: 0;
	height: 48px;
	
	}
div#menuholder {
	margin: 0;
	text-align: center;
	}
ul#menu {
	display: inline;
	}
ul#menu li {
	display: inline;
	margin: 5px 20px 5px 0;
	border: 0px solid red;height: 35px;
	}
ul#menu li img {
	border: 0;
	}
ul#menu li a img {
	border-top: 1px solid #fff;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	border-left: 1px solid #fff;
}
ul#menu li a:hover img{
	border-top: 1px solid #999;
	border-right: 3px solid #666;
	border-bottom: 3px solid #666;
	border-left: 1px solid #999;
}
div#container {
	margin: 20px;
	padding-top: 1.5em;
	padding-bottom: 2em;
	}
div#container2 {
	width: 640px;
	margin: 20px;
	padding-top: 1em;
	padding-bottom: 1em;
	}
.flleft {
	float: left;
	margin-top: 0;
	border: 0px solid red;
	}
.flright {
	float: right;
	margin-top: 0;
	}
.content {
	margin-top: 3em;
	margin-left: 240px;
	border-left: 0px solid red;
	text-align: left;
	}
.content table tr td {
	text-align: center;
}
.cleaner {
	clear: both;
	height: 1px; margin: 0;
	}

div#footer {
	padding-bottom: 2em;
	margin-top: 10px;
	font-size: .75em;
	}
div#footer p {
	font-size: .8em;
	}
div#footer a {
	color: #000;
	letter-spacing: .1em;
	}
div#footer a:hover {
	color: #CCC;
	}
ul#image {
	margin:  8px 0 0 -35px;
	color: #7c9943;
	list-style-type: none;
	list-style-position: outside;
	}
ul#image li a {
	
	text-decoration: none;
	font-weight: bold;
	cursor: auto;
	}
ul#image li a:hover {
	text-decoration: none;
	font-weight: bold;
	cursor: auto;
	background-color: #FFF;
	}
ul#image li a.thumb1 span {
	display: none;
	text-decoration: none;
}
ul#image li a.thumb1:hover span {
   display: block;
   position: absolute; top: 220px; left: 5em; width: 800px;
   padding: 0px; 
   margin: 0px; 
   z-index: 100;
   text-align: left;
   border: 1px solid #000;
   text-decoration: none;
}
.fllt { float: left; margin-left: 10px; }
.flrt { float: right; margin-right: 60px; width: 400px;}
.holder { margin: 30px 0 0 200px; width: 300px;}
.small { font-size: 10px; }

img.performer {
	float: left;
	margin: 0 10px 10px 0;
	height: 150px;
	padding: 3px;
	border: 1px solid #CCC;
}
a:hover img.performer  {
	background-color: #CCC;
	border-color: black;
	}
.clearfloat { clear: both;}
div.tent {background-color: #999; padding: 5px; border: 1px solid #333;}
