/* CSS Basic - Trebor Music */


/*
#633c7a - dk prpl
#49635e - green
#f2b974 - orange
*/


a:link { text-decoration: underline; color: #633c7a; } 
a:visited  { text-decoration: underline; color:#633c7a; } 
a:hover { text-decoration: underline; color:#49635e; }  
a:active { text-decoration: underline; color:#49635e; } 

* {
	margin: 0;
	padding: 0;
	}
	
body {
	background: #000;
	text-align: center;
	color: #333;
	text-align: left;
	font: 100.01% Arial, Helvetica, sans-serif;
}


h1 { /*for screen readers*/
    text-indent: -9999px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

h1 a { /*for visual browsers*/	
   display: block;    
   background: url(../images/banner.jpg) no-repeat;
   float: right;
   width: 643px;
   height: 173px;
}


h2 { /*page headers*/
	font: 160% 'Trebuchet MS', Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #633c7a;
	padding-bottom: 5px;
	margin-bottom: 20px;
	color: #49635e;
}


p {
	margin: 0;
	padding: 0;
    font-size:80%;
	color: #333;
	line-height: 150%;
	padding-bottom: 15px;
	overflow: hidden;
}

p.copy {
	font-size: 80%;
	font-style: italic;
}

p.listen {
	font-size: 85%;
	margin-top: -10px;
	padding-bottom: 5px;
}


p.access { /*skip nav*/
	display: none;
}



	
	
	





