  * { font-family: Arial,Helvetica,sans-serif;
    }

  #logo {
    width: 30%;
    height: 160px;
    position: absolute;
    }

  #logo_bg { border-bottom: 3px solid rgb(245, 211, 0);
    position: absolute;
    height: 160px;
    width: 98%;
    }

  #navigation { position: absolute;
    background-color: rgb(229, 229, 229);
    height: 30px;
    left: 215px;
    top: 175px;
    width: 81%;
    z-index: 2;
    }

  #menu { 
    border-style: none;
    background-color: rgb(229, 229, 229);
    position: absolute;
    width: 200px;
    top: 175px;
    height: 75%;
    min-height: 400px;
    z-index: 1;
    }

  #menu_tab { 
    position: absolute;
    top: 100px;
    width: 92%;
    left: 4%;
    z-index: 2;
    }

  #back { 
    position: absolute;
    bottom: 5%;
    right: 10%;
    }
  #back a:link { text-decoration:none; color: rgb(229, 229, 229); }
  #back a:visited { text-decoration:none; color: rgb(229, 229, 229); }

  #search {
    position: absolute;
    width: 20%;
    bottom: 10px;
    height: 10%;
    left: 4%;
    }

  #navigation td { 
    font-style: italic;
    }

  #navigation td a { color: rgb(0, 0, 0);
    text-decoration: none;
    }

  #navigation td a:hover {
    font-weight: bold;
    color: rgb(255, 255, 255);
    }

  #menu_tab td { 
    font-style: italic;
    }

  #menu_tab td a { color: rgb(0, 0, 0);
    text-decoration: none;
    }

  #menu_tab td a:hover { 
    font-weight: bold;
    }

  #content { border-style: none;
    position: absolute;
    left: 220px;
    top: 215px;
    height: 69%;
    width: 79%;
    z-index: 5;
    }

  #company { font-size: smaller;
    position: absolute;
    line-height: 1.2em;
    left: 10px;
    right: 10px;
    bottom: 10px;
    height: 30%;
    overflow: visible;
    z-index: 5;
    }

