body {
  /*
  IE 5 doesn't like the margin: auto, used to center .main_centre,
  but it incorrectly applies text-align: center to block-level elements,
  so we use it to center .main_centre
  */
  text-align: center;
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  background-image: url(images/blue_fade.png);
}

.main_centre {
  width: 600px;
  margin: 0em auto 0em auto;
  padding: 0em 0em 0em 0em;
  /* reset inherited center alignment (IE workaround) */
  text-align: left;
  background-color: #FFF;
/*  border-right: 2px solid #DDD;
  border-bottom: 2px solid #DDD;
 */
}

p, dt, dd, li {
  font-family: Trebuchet MS, Arial, sans-serif;
  text-align: justify;
  color: #666;
}
}

dd {
  margin-bottom: 0.5em;
}

.body_area a {
  font-style: italic;
  /* border-bottom: 1px dotted #AAA; */
  /* Would like to use color: inherit here, but IE ignores it */
  color: #222;
  text-decoration: none;
}

a:hover {
  background-color: #EEE;
}

img {
  border: none;
  margin: 0px;
  padding: 0px;
}

p {
  margin: 0em 15% 0.5em 0em;
}

h1, h2, h3, h4 {
  font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  font-style: italic;
  color: #990000;
  margin-bottom: 0.3em;
}

h1 {
  margin-bottom: 20px;
}

h2 {
  font-size: 120%;
}

h3 {
  font-size: 100%;
}

dt {
  font-weight: bold;
}

.nav {
  width: 150px;
  float: left;
  background-color: #FFF;
}

.nav ul {
  margin: 0px;
  padding: 0px;
}

.nav li {
  list-style: none;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 80%;
  border-top: 1px solid #DDD;
  padding: 2px 0px 12px 15px;
  color: #07465F;
}

.nav li:hover {
  border-top: 3px solid #DDD;
  padding: 0px 0px 12px 15px;
}

.nav li a {
  text-decoration: none;
  color: #07465F;
  font-weight: normal;
}

.body_area {
  margin-right: 10px;
  margin-right: 170px;
  margin-left: 1em;
}

.clip_details {
  color: #BBB;
  font-size: 80%;
  margin-left: 1em;
}

td {
    padding-right: 2em;
}

.footer {
  background-image: url(images/footer.png);
  margin: 13em 0em 0em 0em;
  height: 50px;
  padding: 0px;
}

.footer img {
  margin-left: 505px;
  margin-top: 38px;
}

 .footer a:hover {
   background-color: transparent;
}
