/* Generated by KompoZer */
body {
  color: black;
  background-color: #e1d0bf;
}
#Container {
  margin: 0 auto;
  width: 800px;
  text-align: center;
}
h1 {
  text-align: center;
}
ul#navigation {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}
ul#navigation li {
  display: inline;
}
ul#navigation a {
  border-bottom: 1px solid black;
  padding: 0.2em 0.5em;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 50%;
  display: block;
  text-decoration: none;
  color: black;
  text-align: left;
  font-size: large;
}
ul#navigation a:hover {
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 50%;
  text-align: right;
  color: black;
}
#Header {
}
#Content {
  float: left;
  width: 600px;
  margin-left: 20px;
}
#Menu {
  float: left;
  display: inline;
  width: 90px;
  margin-left: 20px;
}
#Footer {
  background-color: #99BDE0;
  margin-top: 50px;
  clear: both;
  text-align: center;
  font-size: 70%;
}
