﻿body	{
	margin:0;
	font-family:"Tempus Sans ITC", tahoma, arial;
	font-size:x-large;
	background:black;
}

h1	{
	font-size:150%;
	text-align:center;
}


#images{
	margin:10px;

}


#indexwrap	{
	background-color:black;
	color:#FFFFCC;
}


#serviceswrap	{
	background-color:black;
	color:#FFFFCC;
	z-index:0;
}


#biowrap	{
	background-color:black;
	color:#FFFFCC;
	z-index:0;
}


#schedulewrap	{
	background-color:black;
	color:#FFFFCC;
	z-index:0;
}


#guestswrap	{
	background-color:black;
	color:#FFFFCC;
	z-index:0;
}


#header {
	background:#6DB33E;
	border-top: thin solid #000000;
	border-bottom: thin solid #000000;
	height: 135px;
	width:100%;
	color:black;
}


#menu {
	background:url(images/navx.jpg);
	background-repeat: repeat-x;
	border-bottom: thin solid #000000;
	height:33px;
	min-width:990px;
	width:100%;
}


#main	{
	background:black;
	height:auto;
	min-width:990px;
}


#content {
	background:#000000;
	border:thin solid #000000;
	color:#EEEEEE;
	float:left;
	height:auto;
	margin-left:15px;
	margin-top:25px;
	width:65%;
}

#leftcol {
	background:#000000;
	border:thin solid #000000;
	color:#EEEEEE;
	float:left;
	height:auto;
	margin-left:15px;
	margin-top:25px;
	width:48%;
}


#contentwide {
	background:#000000;
	color:#EEEEEE;
	float:left;
	height:auto;
	margin-top:25px;
	width:100%;
}


#sidebar {
	background:#000000;
	border:thin solid #000000;
	float:right;
	height:auto;
	margin-right:15px;
	margin-top:25px;
	width:30%;
}


#rightcol {
	background:#000000;
	border:thin solid #000000;
	float:right;
	height:auto;
	margin-right:15px;
	margin-top:25px;
	width:48%;
}


#footer {
	background:black;
	clear:both;
	color:#FFFFCC;
	font-size:small;
	padding:3px;
	text-align:left;
}



.musicTitle 
{font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:16px;
}

#MusicTable
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
width:100%;
border-collapse:collapse;
}
#MusicTable td, #MusicTable th 
{
font-size:12px;
border:1px solid #6DB33E;
padding:3px 7px 2px 7px;
color:#ffffff;
}
#MusicTable th 
{
font-size:14px;
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color:#6DB33E;
color:#000000;
}
#musicTable tr.alt td 
{
color:#000000;
background-color:#6DB33E;
}
