@media screen, projection {
  
  html {
    margin: 0px;
    padding: 0px;
    overflow: auto;
  }

  body {
    padding: 0px;
    margin: 0px;
    font-family: Georgia, serif;
    font-size: 0.8em;
    background-image: url('bodybg.png');
    background-repeat: repeat-x;
    background-position: 0px -30px;
    overflow: visible;
  }
  
  a {
    /*color: rgb(50,110,60);*/
    outline:none;
  }

  a:visited {
    /*color: rgb(40,100,80);*/
  }

  .gmnoprint {
    font-size: 11px;
    font-family: "lucida grande", Tahoma, Verdana, Arial, sans-serif;
  }
  
  img { border: 0; }

  #wrapper {
    position: relative;
    width: 728px;
    margin: 0px auto 3px auto;
    padding: 0px;
  }

  #head {
    background-color: transparent;
    margin: -1px 0px 0px 0px;
    padding: 0px;
    height: 262px;
    background-image: url('headbg.png'); 
    background-repeat: no-repeat;
    background-position: bottom center;
    border-top: 1px solid white;
    overflow: hidden;
  }
  
  #head a {
    display: block;
    text-align: center;
    font-style: italic;
    font-weight: normal;
    text-transform: lowercase;
    font-size: 60px;
    background-image: url('avlogo.gif');
    background-position: top center;
    background-repeat: no-repeat;
    padding: 100px 0px 0px 0px;
    height: 100px;
    margin: 62px 0px 0px 0px;
    overflow: hidden;
    color: white;
    text-decoration: none;
    /*border: 1px solid red;*/
  }
  
  #head a:hover {
    text-decoration: none;
  }
      
  #horizmenu {
    padding: 5px;
    margin: 0px 0px 2px 0px;
    /*background-color: rgb(80,140,90);*/
    line-height: 22px;
    text-align: center;
    color: white;
    font-weight: bold;
    font-family: "lucida grande", Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
  }

  #horizmenu a, #footer a {

  }

  #horizmenu a:hover, #footer a:hover {
    text-decoration: underline;
  }
  
  #googtop {
    /*border-bottom: 1px solid gray;*/
    margin: 0px 0px 5px 0px;
    padding: 0px;
    text-align: center;
    background-color: rgb(120,158,130);
  }
  
  #content, #wrapper h2 {
    margin: 0px;
    padding: 5px;
  }
  
  #footer {
    font-family: Verdana, tahoma, sans-serif;
    color: gray;
    margin: 40px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
    border-top: 1px solid #eee;
    text-align: center;
  }
  
  #footer a {
    color: gray;
    text-decoration: none;
  }
  
  #footer a:hover {
    color: #333;
    text-decoration: underline; 
  }
  
  
  
  .hidden {display: none; }
  

}

@media print {
  
}
