/* CSS Document */
body  {
	background-image: url(http://mozartsocietyofamerica.org/images/msahome-v2.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: top center;
	background-color:#000000;

}
/*nav style - the text block*/
.nav a, .nav a:visited {
  display:block;
  list-style-type: none;
  width:15em; 
  padding:0em 0;
  color:#fff; 
  text-indent:0.2em;
 /* background-color:#000; */
  text-decoration:none;
  margin:0.2em 0; 
  border-left:0.5em solid #9ab; 
  }