html,body{
	margin:0;
	padding:0;
	height: 100%;
}
body{font: 90% Arial, Helvetica, sans-serif;text-align:center; background: #330033;}
h1 {
	color: white;
	margin-bottom: 0;
	letter-spacing: 3px;
	font-size: 1.5em;
}
h2 {
	color: white;
	margin: 10px 0 0 0;
	letter-spacing: 2px;
	font-size: 90%;
}
h3 {color: #330033; margin: 10px 10px 0 10px;}
p {margin:10px; color: #330033;}
ul {
	color: #330033;
	line-height: 90%;
	margin-top: 0px;
}
a {
	color: #330033;
}
a:hover {
	background-color: #856685;
	color: #FFFFFF;
}
div#header {
	height: 158px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #330033;
	background-image: url(images/logo.gif);
}


	
div#container{width:760px;margin:0 auto; text-align: left; min-height: 100%;     height: 100%;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: auto;
	}
	
html>body #container {
    height: auto;
	}
div#content{
	float:right;
	width:590px;
}
div#wrapper{
	margin: auto;
}
div#parablock {
	background-color: #FFFFFF;
	border: 3px solid #856685;
	clear: left;
}
div#playerblock {
	background-color: #FFFFFF;
	border: 3px solid #856685;
	clear: left;
	text-align: center;
	padding: 5px;
}
.photo {
	float: right;
	border: 2px solid #856685;
	margin: 5px;
}

table {border-collapse: collapse;}
th, td{
	text-align: left;
	color: #330033;
	padding: 0.2em 1em;
	border-bottom: 1px solid #D6CCD6;
}

td.disc{
	text-align: right;
	white-space: nowrap;
}
tr.schedule td {
	font-size: 90%;
	line-height: 2.5em;
}

#map {
	margin: 0 auto;
	width: 580px;
	height: 300px;

}
div#map p {color: #330033; text-align: center; font-style: italic;}
div#map a {font-weight: bold;}
p.location {line-height: 0.5;}
p.formfoot {
	text-align: center;
	font-style: italic;
	font-size: 80%;
}
.video {text-align: center; z-index: 1;}
div#nav{float:left;	width:161px; background-image: url(images/trebleclef.gif);	background-repeat: no-repeat; background-position: left top;}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 161px;
	height: 310px;
	z-index: 1000;
	}
	
	#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 1em;
	margin-bottom : 0;
	width: 161px;
	}
	
	#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 160px;
	top:0;
	background-color: #330033;
	z-index: 1000;
	height: auto;
	}
	#nav li ul li {border: 1px solid #856685;}
	#nav li a {
	width: 10em;
	w\idth : 10em;
	display : block;
	color : #FFFFFF;
	font-weight : bold;
	text-decoration : none;
	padding : 8px 0 8px 10px;
	background-image: url(images/menuarrow.gif);
	background-repeat: no-repeat;
	background-position: 0% 25%;
	letter-spacing: 3px;
	font-size: 15px;
	}
	
	#nav li a:hover {
	color : #330033;
	background-color : #856685;
	background-image: url(images/menuarrowover.gif);
	background-repeat: no-repeat;
	background-position: 0% 25%;
	}
	#nav ul li ul a, #nav ul li ul a:hover {background-image: none;}
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
#nav span.comment {margin: 0;  padding: 5px 0 0;  background: transparent none repeat scroll 0%; color: #444444; font-size: 11px; letter-spacing: 0; visibility: hidden;}
#nav a:hover span.comment {
	background: transparent none repeat scroll 0%;
	color: #ffffff;
	letter-spacing: 0;
	visibility: visible;
	font-size: 11px;
	font-style: italic;
}
div#footer{
	clear:both;
	width:590px;
	float: right;
	font-size: 85%;
}

div#footer p{
	padding: 0;
	text-align: center;
	color: #DDD5DD;
}
div#footer a{color: #FFF; text-decoration: underline;}
div#footer a:hover {color: #856685; background: #330033;}
div#footer sup {text-decoration: none;}
form fieldset{
	font-family:Arial, Helvetica, sans-serif;
	margin:0 auto;
	width:450px;
	position:relative;
	display:block;
	padding: 0px 10px 10px 10px;
	border: 0;
}

form fieldset legend{
	border: none;
	color:#330033;
	font-weight:bold;
	text-align:left;
	padding:5px 5px;
	position:relative;
	margin-bottom: 5px;
	background-color: #E8E3E8;
	
}

label{
	color:#330033;
	font-weight:bold;
	display:block;
	float:left;
	width:100px;
	text-align:right;
	margin:2px 5px 5px 5px;
	padding-top: 2px;
	white-space: nowrap;
}

input{
	
	width:200px;
	margin:2px 0px 5px 5px;	
	border-width: 1px;
	border-style: solid;
	border-color:#330033;	
	color:#330033;
	font-family:Arial, Helvetica, sans-serif;	
	padding:1px 2px;
}
textarea{
	margin:2px 0px 0px 5px;
	border-width: 1px;
	border-style: solid;
	border-color:#330033;
	color:#330033;
	font-family:Arial, Helvetica, sans-serif;
	padding:1px 2px;
	overflow: auto;
	width: 200px;
}
.riffraff {
	display: none;
}
input:focus, textarea:focus{
	background-color: #E8E3E8;
}
.button{
	background-color:#330033;
	border-width:2px;
	border-style:solid;
	border-color:#330033;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	width:100px;
	padding:2px;
	margin:0px auto;
	color: #FFFFFF;
}
.addbutton {
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	border: 1px solid #330033;
	background-color:#330033;
	display: block;
	width:125px;
	padding: 3px;
	margin: 5px auto;
	color: #FFFFFF;
	text-align: center;
}
a.addbutton:link {text-align: center; text-decoration: none;}
a.addbutton:hover {background: #DDD5DD; color:#330033;}
ul.info {
	margin: 5px auto;
	border: 1px solid #330033;
	list-style-type: none;
	padding: 10px 10px 5px 10px;
	background-color: #E8E3E8;
	width: 300px;

}
ul.info li {
	margin-bottom: 0.5em;
	font-weight: bold;
}
