body {
  font-family: Helvetica, Geneva, Arial,
        SunSans-Regular, sans-serif;
  color: #380040;
  font-weight: bold;
  background: #380040;
    }
/*--------------------------------------------------------HEADER---------------------------------------*/    
#header {
	overflow: hidden;
background: url(http://www.highlystrung.org/main/pages/bach.GIF);
position: absolute;
top: 1em;
left: 10%;
right: 10%;

}

#header h1 {
font-family: Helvetica, Geneva, Arial,
        SunSans-Regular, sans-serif;
text-align: center; }
 
#header ul {
  list-style-type: none;
	text-align: center;
  padding: 0;
  margin: 0;
   }
  
#header ul li {
	display: inline;
  background: transparent;
  line-height: 3em;
  margin: 0.5em;
  padding: 0.3em;
  border-right: 0.3em solid #380040;
  border-left: 0.3em solid #380040;
  border-top: 0.3em solid #380040;
  border-bottom: 0.3em solid #380040 }


#header a {
  text-decoration: none }
#header a:link {
  color: purple }
#header a:visited {
  color: purple }
#header a:hover {
	color: blue }
/*-------------------------------------------------FOOTER----------------------------------------------------*/	
#footer {
	overflow: hidden;
	background: url(http://www.highlystrung.org/main/pages/bach.GIF);
	position: absolute;
	bottom: 1em;
	left: 10%;
	right: 10%;

}
	
/*-------------------------------------------------PHOTO-----------------------------------------------------*/	
#photo {

	float: right;
	position: relative;
	width: 200px;
	height: auto;

	}
	
#photo img {
	width: 200px;
	height: auto;
		}	
/*----------------------------------------------------BODY----------------------------------------------------*/	
#body {
	background: url(http://www.highlystrung.org/main/pages/bach.GIF);
	
   position:absolute;
left: 10%;
right: 10%;
top: 10em;
bottom: 7em;
text-align: justify;
overflow: auto;
padding-left: 0.5em;
padding-right: 0.5em;
padding-top: 0.5em;
padding-bottom: 0.5em;

          }

#body h2  {
    text-align: center;
    color: purple;
	      }
	
#body h3  {
	margin-left: 4em;
	color: purple;
		}	

	
#body ul {
  list-style-type: square;
	text-align: left;
  padding: 0;
  margin-left: 2em;
   }
  
#body ul li {
  background: transparent;
  margin: 0.5em;
  padding: 0.3em;
			 }
#body table {
	
}
			
#body table th {
	padding: 0;
	text-align: right;
}		
#body table td {
	text-align: left;
}	
#body table h3 {
	text-align: center;
	color: purple;
}


#body a {
  text-decoration: none }
#body a:link {
  color: purple }
#body a:visited {
  color: purple }
#body a:hover {
	color: purple }


