@charset "utf-8";

/* CSS Document */

/* IE6 behavior fixes */

body {
	behavior: url(csshover.htc);
	}

/* End of IE6 behavior fixes */

html, body {
	margin: 0;
}

body {
	background-color: #000;
	color: #FFFFCC;
}

body, input, select, option {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	}

p {
	line-height: 1.6em;
	margin: 0;
}

td {
	border-bottom: 1px solid #FFF;
	padding: 0.8em 0;
}

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

a:visited {
	color: #996633;
	text-decoration: none;
}

a:hover {
	color: #CCCC33;
	text-decoration: underline;
}

a:active {
	color: #996633;
	text-decoration: none;
}

#container {
	margin: 1em auto 0 auto;
	width: 1000px;
}

#header {
	height: 150px;
}

#menu {
	float: left;
	padding-top: 20px;
	width: 150px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul li {
	clear: left;
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin-bottom: 7px;
	padding: 0;
	width: 120px;
}

#menu ul li.selected {
	color: #666;
	padding-left: 1em;
	}

#menu a, #menu a:visited, #menu a:active {
	color: #609698;
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 0.5em 0 0.5em;
	width: 120px;	
}

#menu a:hover {
	background-color: #FFF;
	color: #000;
	text-decoration: none;
}

#content {
	float: left;
	padding: 20px 20px 40px 20px;
	width: 810px;
	}

#footer {
	color: #666;
	clear: both;
	font-size: 9px;
	padding: 0 0 2em 150px;
	text-align: center;
}

.heading {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 1em;
}

.subHeading {
	color: #996633;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 1em;
}

.subHeadingListen {
	color: #996633;
	font-size: 14px;
	font-weight: bold;
}


#repertoire {
	padding: 2em 0 2em 0;
	}
