li a, li a:hover { text-decoration: none; }

ul#index_main-links {
  height: 90px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  overflow: visible;
}

@media screen and (min-width: 1049px) {
  ul#index_main-links {
    position: absolute;
    left: 300px;
    right: 0;
    top: -110px;
    margin-left: -1em;
  }
}

@media screen and (max-width: 440px) {
  ul#index_main-links { position: static; height: auto; }
  ul#index_main-links li { width: 100% !important; position: static; }
}

#index_main-links li {
  margin: 0;
  padding: 0;
  height: 87px;
  vertical-align: middle;
  display: block;
  list-style-type: none;
  position: absolute;
  width: 33%;
}

#index_main-links a {
  font-family: "times new roman", serif;
  font-style: italic;
  font-weight: bold;
  display: block;
  text-align: center;
  vertical-align: middle;
}

#index_main-links li a:hover {
  background-color: #f5f5ff;
}

h2 a { text-decoration: none; }
h2 a:hover { text-decoration: underline; }

#body div { min-height: 100px; }

/* Move that first image around a bit */
img#d2oubpour { margin-top: -1em; margin-left: -55px; }

