#menu {
  position: absolute;
  top: 5em;
  left: 0em;
  width: 10em;
  height: 14em;
  padding-left: 1em;
  padding-top: 2em;
  padding-right: 1em;
  margin-left: 0em;
  margin-top: 0em;
  margin-bottom: 0em;
  margin-right: 0em;
}

#menu a {
  color: #fff;
  background-color: #f00;
  text-decoration: none;
  font-style: italic;
  font-weight: bold;
  border: 2px solid #a00;
  width:100%;
  text-align: center;
  float: left;
  font-family: default;
  font-size: medium;
  margin-bottom: 0.4em;
}

#menu a:hover {
  color: #ff0;
}

#menu a.logo {
  background-color: white;
  border: none;
  margin-top: 1em;
}

#header {
  position: absolute;
  top: 5em;
  left: 12em;
  height: 14em;
  padding-left: 1em;
  padding-top: 1em;
  padding-right: 1em;
}

#main {
  position: absolute;
  top: 20em;
  left: 0px;
  padding-left: 20px;
  padding-top: 20px;
  padding-right: 20px;
}

h1 {
  background-color: #00f;
  color: #ff0;
  text-align: center;
  border-top: 2px solid #009;
  border-bottom: 2px solid #009;        
}

a {
  color: #00f;
  text-decoration: none;
  font-weight: bold;
  font-family: times;
  font-size: large;
}

a:hover {
  color: #f00;
}

ul {
  list-style-type: square;
}

li {
  margin-left: 1em;
}

p.section {
  border-top: thin solid black;
}

