/*
*
    Learning2drive.css Copyright Ed Wicks, Nottingham UK, November 2007.
*
*/

#head p {
  letter-spacing: 10px;
}

#heading img {
  margin-top: -10px;
}

#content #heading img {
  padding-right: 20px;
  padding-top: 5px;
  padding-left: 10px;
  padding-bottom:0px;
}

#content hr {
  width: 50%;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #000000;
  background-color: #000000;
  height: 3px
}

#links .inner {
  font-size: 85%;
  text-align: center;
  font-weight: bold;
}

#links div.linkscontent {
  margin: 0 13px 0px -12px;
}

#links span.counter {
  font-size: 95%;
}

#links hr {
  width: 50%;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000000;
  background-color: #000000;
  height: 3px;
  margin-left: auto;
}

#foot p {
  padding: 7px;
}

#foot a {
  text-decoration: underline;
  color: #000000;
}

#foot a:hover {
  text-decoration: none;
}

