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 {
  color: #333;
}

dd {
  margin-bottom: 0.5em;
}

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

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

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

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

h2 {
  font-family: Georgia, Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 150%;
  color: #95b1bb;
  margin-bottom: 0.3em;
}

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;
}

/* Highlight the current page in the navigation bar */
body#home       li.home       { background-color: #EEE; }
body#biography  li.biography  { background-color: #EEE; }
body#cv         li.cv         { background-color: #EEE; }
body#presenter  li.presenter  { background-color: #EEE; }
body#trails     li.trails     { background-color: #EEE; }
body#acting     li.acting     { background-color: #EEE; }
body#voiceover  li.voiceover  { background-color: #EEE; }
body#continuity li.continuity { background-color: #EEE; }
body#contact    li.contact    { background-color: #EEE; }
body#podcast    li.podcast    { background-color: #EEE; }

.body_area {
  margin-left: 170px;
  margin-right: 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;
}
