			body {
				background-color: #000000; 
				color: #fffcfd;
			}
	
			a#nocolor {
				color:#FFFCFD;
			
			}
			
			a#nocolor:hover {
				color:pink;
			}
			
			a {
				color:lightblue;
			}
			
			a:hover {
				color:pink;
			}
			
			a#home {
					display:block;
    				width: 78px;
    				height: 41px;
    				background-image: url(images/Home.jpg);
    				margin: 0 auto;
			}
			
			a#home:hover {
   				 background-image: url(images/Home-over.jpg);
			}
	
			a#aboutus {
					display:block;
    				width: 110px;
    				height: 41px;
    				background-image: url(images/aboutus.jpg);
    				margin: 0 auto;
			}
			
			a#aboutus:hover {
   				 background-image: url(images/aboutus-over.jpg);
			}
			
			
			a#repertoire {
					display:block;
    				width: 119px;
    				height: 41px;
    				background-image: url(images/repertoire.jpg);
    				margin: 0 auto;
			}
			
			a#repertoire:hover {
   				 background-image: url(images/repertoire-over.jpg);
			}
			
			a#gallery {
					display:block;
    				width: 155px;
    				height: 41px;
    				background-image: url(images/mediagallery.jpg);
    				margin: 0 auto;
			}
			
			a#gallery:hover {
   				 background-image: url(images/mediagallery-over.jpg);
			}
			
			a#press {
					display:block;
    				width: 78px;
    				height: 41px;
    				background-image: url(images/press.jpg);
    				margin: 0 auto;
			}
			
			a#press:hover {
   				 background-image: url(images/press-over.jpg);
			}
			
			
			a#calendar {
					display:block;
    				width: 93px;
    				height: 41px;
    				background-image: url(images/calendar.jpg);
    				margin: 0 auto;
			}
			
			a#calendar:hover {
   				 background-image: url(images/calendar-over.jpg);
			}
			
				
			a#contact {
					display:block;
    				width: 85px;
    				height: 41px;
    				background-image: url(images/contact.jpg);
    				margin: 0 auto;
			}
			
			a#contact:hover {
   				 background-image: url(images/contact-over.jpg);
			}
			
			a .alt { display: none; }
	
	
			.navbar {
			
				vertical-align:top;
				margin: 0px;
				
			}
	
			.navbar li {
			
				display:inline;
				float:left;
				margin: 0px 3px 0px 3px;
			}
	
			#outer {
				width: 780px;
			}
			
			#inner {
				width: 760px;
			}
	
	
			#content {
				float:clear;
				background-image:url('images/topgrad.gif');
				background-repeat:repeat-x;
				background-position:0px -4px;
				background-color:white;
				color:black;
				padding:0px 8px 1px 8px;
				margin-bottom:0px;
				
			}

			#content a {
				color:#248;
			}
			
			#content a:hover {
				color:#934468;
			}
	
			#sectionheading {
				padding-top: 0.2in; 
				color: #0b2c0a;
			}

			#bottomborder {
				background-image: url('images/botgrad.gif'); 
				background-repeat: repeat-x; 
				height: 0.9in;
			}
			
			#thumbnails_div {
				width:230px;
				height:344px;
				overflow:scroll; 
			}
			
			#thumbnails_div p {
				vertical-align:top;
				font-size:75%;
				font-weight:bold;
				margin: 0px 0px 1px 0px;
				padding: 4px 0px 4px 4px;
				background-color:rgb(201,141,185);
				color:#336699;
			
			}
			
			#thumbnails_div p:hover {
				color:#994466;
				background-color:#ffcccc;
				
			
			}

			
			
			#thumbnails_div img {
				vertical-align:middle;
				padding: 0px 0px 4px 0px;
			
			}
			
			#show_div {
				line-height: 20px; 
				margin-bottom: 0px; 
				margin-top: 0px; 
				padding-bottom: 0pt; 
				padding-top: 0pt; 
				margin-left:3px; 
				text-align: center; 
				line-height: 344px;
				border:1px gray solid;
				font-size:14pt;
				color:#224488;
				background-color:#ffffff;
				height:344px;
				width:425px;
			}
			
			.media_heading {
				width:230px;
				background-color:#994466;
				color:white;
				font-size:1.2em;
				padding:10px 0px 10px 10px;
				margin:0px; 
			}
			
						
			#songlist_div {
				width:230px;
				height:80px;
				overflow:scroll; 
			}
			
			#songlist_div p {
				vertical-align:top;
				font-size:75%;
				font-weight:bold;
				margin: 0px 0px 1px 0px;
				padding: 4px 0px 4px 4px;
				background-color:rgb(201,141,185);
				color:#336699;
			
			}
			
			#songlist_div p:hover {
				color:#994466;
				background-color:#ffcccc;
				
			
			}
			
			#song_div { 
				margin-bottom: 0px; 
				margin-top: 0px; 
				padding-bottom: 0pt; 
				padding-top: 0pt; 
				margin-left:3px; 
				text-align: center; 
				line-height: 80px;
				border:1px gray solid;
				font-size:14pt;
				color:#224488;
				background-color:#ffffff;
				height:80px;
				width:425px;
			}
			
			.submenu {
				font-size:1.2em;
				font-style:italic;
			}