   body {
         color: #191970;
         background: silver;
         text-align: center;
         }
 
   div.main {
             width: 896px;
             padding: 8px;
             background: white;
             text-align: left;
             margin: auto;
             }

   div.menu {
             z-index: 5;
             }

   div.images {
               z-index: -5;
               }
 
   div.player {
               z-index: -3;
               }

   hr {height: 1px; color: #191970; margin: 0px;}
   p {text-align: justify;}
 
   td.logotext {
                color: #191970;
                font-size: 3.2em;
                font-weight: bold;
                font-style: italic;
                }
 
   #nav, #nav ul {
                  float: left;
                  width: 880px;
                  padding: 0px;
                  margin: 0px;
                  list-style: none;
                  background: silver;
                  border-top: 1px solid #191970;
                  border-right: 0px;
                  border-bottom: 0px;
                  border-left: 1px solid #191970;
                  color: #191970;
                  }
 
   #nav a {
           display: block;
           width: 212px;
           text-decoration: none;
           padding: 1px 4px;
           margin: 0px;
           border: 0px;
           color: #191970;
           font-weight: bold;
           text-align: center;
           height: 2.5em;
           }
 
   #nav li ul a {
                 font-weight: normal;
                 text-align: left;
                 height: auto;
                 }
 
   #nav li {
            float: left;
            width: 219px;
            padding: 0px;
            margin: 0px;
            border-top: 0px;
            border-right: 1px solid #191970;
            border-bottom: 1px solid #191970;
            border-left: 0px;
            color: #191970;
            }
 
   #nav li ul {
               position: absolute;
               left: -999em;
               width: 219px;
               padding: 0px;
               margin: 0px;
               border-top: 1px solid #191970;
               border-right: 0px;
               border-bottom: 0px;
               border-left: 1px solid #191970;
               color: #191970;
               }
 
   #nav li:hover ul, #nav li.sfhover ul {
                                         left: auto;
                                         }
 
   #nav a:hover {
                 background: #191970;
                 color: white;
                 font-weight: normal;
                 }
 
 
   #content {
             clear: left;
             }
 
   td.footer {
              background-color: #191970;
              text-align: center;
              font-size: smaller;
              color: white;
              }
