/* CSS Document - copyright 2009 | stephen hutton | WEBDESIGN */
/* Remove unwanted elements */
#logo img, #menu, #image_rotate, #sponsors, #slideshow, #slider, #menu_slides, #fare, #menubox, 
#pdf_1, #pdf_2, #pdf_3, #pdf_4, #pdf_5, #pdf_6, #links, #events_1, #events_2, #sidebar, #left_side hr, #send, br {
display: none;
  }

/* Ensure the content spans the full width */
#wrapper, #header, #outerbox, #awards, #footer {
  width: 100%; 
  margin: 0; 
  float: none;
  background-color:#ffffff;
  }  

/* Change text colour to black (useful for light text on a dark background) */
/* Headlines */
h1, h2, h3, h4, h5, h6 {
  margin: 10px;
  padding:0 0 5px 0;
  font-weight: normal;
  font-family: "Times New Roman", Times, serif;
  color:#5d638a;
  }
/* Text Styles */
p, th, td, li, dd, dt, ul, ol, blockquote, q, acronym, abbr, a, input, select, textarea {
  margin: 0;
  padding:0 0 0 0;
  font: normal normal normal 1em/1.25 "Times New Roman", Times, serif;
  color: #000000;
  }

/* Improve colour contrast of links */
a:link, a:visited {
  color: #781351
  }

