      /*
          #7D91A6; LIGHT BLUE
          #445464; DARK BLUE
          #2B3541; VERY DARK BLUE
          #371300; DARK MAROON
      */


      html, body {
        font-family: 'Garamond', Times, serif;
        color: white;
        background-color: #2B3541;	
        margin: 5px 0px 5px 0px;   
        width: 1200px;
      }

      #container {
        width: 100%;
        height: 100%;
      }

      #left {
        float: left;
        width: 260px;
      }


      #middle {
        float: left;
        border: 1px solid #445464;
        width: 625px;
        height: auto;
        text-align: center;
      }

      #right {
        float: left;
        width: 200px;
      }

      #header {
        width: 240px;
        padding: 10px;
      }
 

      #first {
        font-size: 3em;
        line-height: .9em;
        margin-left: 5px;
        margin-top: 20px;
        letter-spacing: 8px;
      }
     
      #last {
        font-size: 4.5em;
        line-height: .9em;
        margin-left: 40px;
        margin-top: 0px;
        letter-spacing: 4px;
        
      }

      #instrument {
        font-size: 3em;
        line-height: .9em;
        margin-top: 0px;
        text-align: right;
	   color: #7D91A6;
        font-style: italic;
        letter-spacing: 4px;
      }

      #menu {
        margin-top: 50px;
        width: 250px;
        text-align: right;       
      }

      #menu a, #menu a:active, #menu a:visited {
        text-decoration: none;
        color: white;
        background-color: transparent;
      }

      a, a:active, a:hover, a:visited {
        color: #7D91A6;
      }

      #menu a:hover {
        color: #7D91A6;
      }

      .selection {
        font-size: 1.5em;
        margin-bottom: 8px;
      }

      #top {
        background-color: black;
        height: auto;
        text-align: left;
        border-bottom: 1px solid #445464;
        width: 610px;
        padding-left: 15px;
      }

      #main {
        width: 580px;
        padding: 20px;
        text-align: left;
      }


      #pagetitle {
        color: #7D91A6;
        font-size: 2em;
        text-align: right;
        width: 610px;
      }

      p {
        text-indent: 25px; 
        line-height: 1.2em;
      }

      .record {
        clear: both; 
        margin-bottom: 15px;
        margin-left: 25px;
        display: block; 
        float: left; 
        width: 550px;
        border: 1px dashed #7D91A6; 
        padding: 5px;

      }

      .record .title {
        font-weight: bold;
        margin-bottom: 5px;         
      }

      .L-Pic {
        float: left;
      }

      .L-Data {
        float: left;
        margin-left: 10px; 
        vertical-align: top;
        width: 430px;
      }

      .R-Pic {
        float: right;
      }

      .R-Data {
        float: left;
        margin-right: 10px; 
        vertical-align: top;
        width: 430px;
      }

     .R-Data .title {
       text-align: right;
     }

     .R-Data div {
       width: 100%;  
       text-align: right;
     }

.initiallyhidden {
  visibility: hidden;
  display: none;
  height: 0pt;
  margin-top: 0px;
}

.submenu {
  font-size: .9em;
  margin-top: 0px;
}


#copyright {
  margin-top: 4px;
  font-size: .7em;
  text-align: center;
 }

#copyright a {
  text-decoration: none; 
  color: white;
}

.link_category {
  margin-top: 10px;
  margin-left: 20px;
  font-weight: bold;
  font-size: 14pt;
}

.link {
  margin-left: 30px;
}

.arrangement {
  margin-bottom: 10px;
  margin-left: 25px;
}
