/*UKHAC.co.uk StyleSheet - By soullink - www.soulgfx.com */

body {
      font-family: arial;
      background-image: url(backdrop.jpg);
      background-repeat: no-repeat;
      background-position: top left;
      background-attachment: fixed;
        background-colour: #FFFFFF;
      }

a {
   text-decoration: none;
   color: #00f;
   font-family: arial;
   font-weight: bold;
   font-style: italic;
   }

a:hover {
  color: #f00;
  }

img {
        border: 0;
     }

table {
       font-family: arial;
       font-size: small;
       }


#title {
        font: bold 1.5em italic;
        margin: 5px;
        padding: 0px;
        height: 60px;
        background-color: #fff;
        border: 1px solid #000;
     }

#carlist {
     font-color: black;
     padding: 10px;
        width: 650px;
     margin: 85px 5px 5px 250px;
     border: 1px solid #000;
     }

#left {
    position: absolute;
    font-size: small;
    top: 85px;
    left: 0px;
    border-top-width: 1px;
    border-left-width: 1px;
    border-top-color: #000;
    border-left-color: #000;
    border-top-style: solid;
    border-left-style: solid;
    width: 200px;
    padding: 5px;
    margin: 20px;
    }
