html,body {
  margin: 0;
  padding: 0;
  }

body {
  font: 76% arial,sans-serif;
  text-align: center;
  background: #70822E;
  }

p {
  margin:0 10px 10px;
  }

a.nav {
  display: block;
  color: #ffffff;
  padding: 10px;
  }

a {
  color: #ffffff;
}

div#header h1 {
  font-family: times new roman;
  height: 80px;
  line-height: 80px;
  margin: 0;
  padding-left: 10px;
  background: #143D55;
  color: #70822E;
  }

div#container {
  text-align: right;
  }

div#content p {
  line-height: 1.4;
  }

div#navigation {
  background: #70822e;
  min-height: 350px;
  text-align: right;
  }

div#navigation a {
  font: 90% arial,sans-serif;
  text-decoration: none;
  border-bottom: 1px dotted #A0B842;
  }

div#navigation a:hover {
  color: #ffffff;
  font-weight: bold;
  border-bottom: 1px dotted #336699;
  }

#navigation #selected a {
  font-weight: bold;
  color: #000000;
  }

div#extra {
  background: #FF8539;
  }

div#footer {
  background: #70822e;
  color: #FFFFFF;
  }

div#footer p {
  margin: 0;
  padding: 5px 10px;
  }

div#container {
  width: 700px;
  margin: 0 auto;
  }

div#content {
  float: left;
  width: 500px;
  }

div#navigation {
  float: right;
  width: 200px;
  }

div#extra {
  clear: both;
  width: 100%;
  }
