/* Element styles, colours, etc */
body {
  background-color: #d1caa9;
  font-family: georgia;
  margin-top: 2em;
  color: #782523;
  font-size: 90%;
}
h1 {
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  color: black;
  letter-spacing: 1.4;
}
  h1 span {
    font-size: 140%;
  }
h2 {
  font-size: 105%;
  font-weight: bold;
}
a {
  color: black;
  text-decoration: none;
}
div#body {
  background-color: #c5bd95;
  margin-bottom: 30px;
}
#copy ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}
  #copy ul li {
    margin-bottom: 0.5em;
  }
  
/* PAGE STRUCTURE */
#container {
  width: 850px;
  margin: 0px auto;
}
#copy {
  float: left;
  width: 560px;
  margin-left: 230px;
  padding-left: 30px;
}
#extras {
  float: left;
  width: 200px;
  margin-left: -820px;
  padding-left: 30px;
  font-family: verdana, sans serif;
  font-size: 95%;
}
#cleaner {
  clear: both;
}

/* NAVIGATION */
ul#navigation {
  margin-bottom: 0px;
}
ul#navigation li {
  display: inline;
  list-style: none;
  margin-right: 0px;
  font-weight: bold;
  padding: 5px 20px 10px 20px;
  line-height: 2;  
}
ul#navigation li:hover, ul#navigation li.active {
  background-color: #c5bd95;
}