body, html {
  background-color: #efffdf;
  font: 15px verdana, serif;
  margin: 10px auto 10px auto;
  padding: 0;}

#e {
  border: 1px solid #ae0e03;
  width: 80%;
  font-size: smaller;
  margin-left: 5%;
  background: #fff url("images/logo_faint.gif") no-repeat bottom right;
  float: left;
  z-index: 1;}

#top {
  background: #efffdf url("images/top.jpg") no-repeat 10% 1px;
  margin: -1px -1px 0 -1px;
  z-index: 100;
  border-bottom: 1px solid #ae0e03;
  position: relative;
  height: 130px}
h1, h2 {
  display: none;} 
h1 {
  padding-bottom: 7px;}

#content {
  padding: 5px;
  float: left;
  width: 75%;}
#content p {
  padding-left: 10px;}
#content h3, #navigation h3 {
  color: #cf1d05;
  font-variant: small-caps;
  border-bottom: 1px solid #ae0e03;
  font-size: larger;}
#content h3 {
  width: 50%;
  padding-left: 5%;
  clear: both}
#content a {
  color: #cf1d05;
  text-decoration: none}
#content a img {
  border: 0 !important;}
#content a:hover {
  border-bottom: 1px dashed #cf1d05}
#content a.image-holder:hover {
  border: 0}
#content img {
  float: left;
  margin-right: 4px;}
#content #footer {
  font-size: 10px}

#navigation {
  float: right;
  width: 20%;}
#navigation ul {
  margin: 0;
  padding: 0;}
#navigation ul li {
  list-style-type: none;
  margin-bottom: 3px;}
#navigation ul li a {
  color: #cf1d05;
  text-decoration: none;
  padding-bottom: 1px;
  border-left: 1em solid #cf1d05;
  padding-left: 3px;
  line-height: 1em;}
#navigation ul li a:hover {
  font-style: italic;
  border-bottom: 1px dotted #cf1d05;
  padding-bottom: 0;}
