a {
  color: #005500;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}


body {
  font: 13px/1.5 Georgia, Times, "Times New Roman", serif;
  margin: 0pt;
}

#menu {
  width: 24%;
  float: left;
}


#body {
  width: 76%;
  float: right;
}

#inner-body {
  margin: 20px;
}

#logo {
  text-align: center;
}

#menu ul {
  border: solid 1px #009900;
  background-color: #eeffee;
  list-style-type: none;
  margin: 10px;
  padding: 10px;
}

#menu li {
  margin: 0px;
  padding: 0px;
  margin-bottom: 15px;
}


