body {
  font-family: sans-serif;
  margin: 10px;
}


#page {
  position: relative;
}


#header {
  position: relative;
}

  /*#logo {
    background: url(logo.gif) no-repeat;
    float:  left;
    width:  57px;
    height: 62px;
  }*/

  #logo {
    background: url(logo.png) no-repeat;
    float:  left;
    width:  122px;
    height: 58px;
  }

  #site_title {
    display: block;
    float: left;
    width: 75px;
    font-family: serif;
    font-size: 16px;
    margin: 0;
    padding: 5px;
  }

  #page_title {
    background: #048 url(title_left.gif) no-repeat;
    color: #FFF;
    display: block;
    font-size: 48px;
    height: 57px;
    margin: 0 0 0 140px;
    padding: 7px 5px 6px 35px;
  }


#navigation {
  background-color: #048;
  color: #FFF;
  display: block;
  clear: left;
  float: left;
  width: 150px;
}

  #navigation a {
    color: #FFF;
  }

  #navigation ul {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 10px;
    z-index: 2;
  }

  #navigation h4 {
    margin: 10px 0;
    font-size: 12px;
  }

  #navigation h5 {
    margin: 5px 0;
    font-size: 10px;
  }


#content {
  background: #FFF url(menu_bg.gif) repeat-y;
  display: block;
  margin:  0;
  padding: 5px 10px 5px 165px;
}

  #content h3 {
    margin: 30px 0 0 0;
  }

  #content h4 {
    margin: 15px 0 0 0;
  }

  #content h5 {
    margin: 5px 0 0 0;
  }

  #content p {
    margin: 10px 0;
  }

  #content a {
    border: 1px solid #FFF;
    color: #048;
    text-decoration: none;
  }

  #content a:link,
  #content a:visited
  #content a:link img,
  #content a:visited img {
    border-bottom-color: #048;
  }

  #content a:hover,
  #content a:hover img {
    border-color: #048;
  }

  #content a:active,
  #content a:active img {
    background-color: #048;
    border-color: #048;
    color: #FFF;
  }

  #content a.bibref {
    font-family: monospace;
  }

  #content a.pageref,
  #content a.pageref:hover {
    border: 0 none #FFF;
    color: #000;
  }
  
  #content a img {
    border: 1px solid #FFF;
    margin: 0 -1px -4px -1px;
  }
  
  #content a.icon {
    border-width: 0;
    font-size: 1px;
  }

  #content #map {
    height: 600px;
    width: 100%;
  }

  #content #map a,
  #content #map a:link,
  #content #map a:visited,
  #content #map a:hover,
  #content #map a:active {
    border: 0 none #000;
    color: #000;
  }
  
  #content .bio {
    margin: 25px 0;
  }
  
  #content .bio h2 {
	display: inline;
    margin: 0;
  }


#footer {
  background: #048 url(footer_left.gif) no-repeat;
  color: #FFF;
  display: block;
  clear: left;
  height: 14px;
  margin: 0 0 0 140px;
  padding: 10px 5px 10px 25px;
}
  h6.copyright {
    margin: 0;
  }


#spare_style div {
  background-repeat: no-repeat;
  position: absolute;
  display: block;
}

  #ss_element_1 {
    background-image: url(title_right.gif);
    top:   0;
    right: 0;
    width:  35px;
    height: 70px;
  }

  #ss_element_2 {
    background-image: url(menu_top_left.gif);
    top:  70px;
    left:  0;
    width:  17px;
    height: 17px;
  }

  #ss_element_3 {
    background-image: url(menu_bottom_left.gif);
    bottom: 34px;
    left:    0;
    width:  17px;
    height: 17px;
  }

  #ss_element_4 {
    background-image: url(footer_right.gif);
    bottom:  0;
    right:   0;
    width:  17px;
    height: 34px;
  }

  #ss_element_5 {
    background-image: url(content_top_left.gif);
    top:     70px;
    left:   150px;
    width:   17px;
    height:  34px;
  }

  #ss_element_6 {
    background-image: url(content_bottom_left.gif);
    bottom:  34px;
    left:   150px;
    width:   17px;
    height:  17px;
  }


#map {
  width:  500px;
  height: 300px;
}