* {
  outline: none;
}

html {
  background: none;
}

#tm {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 15px;
  width: 15px;
  background: url(images/tm.gif) no-repeat top left transparent;
  text-indent: -99999px;
  z-index: 100;
}

body {
  margin: 0;
  padding: 0;
  background: #3b0083;
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #d3ccdc;
}

a {
   color: #d3ccdc;
   text-decoration: none;
}

a:hover {
  color: #fff;
}

#wrap {
  margin: 0 auto;
  width: 990px;
  background: url(images/bg.gif) repeat-y top left transparent;
}

#innerwrap {
  background: url(images/bg-gradient.jpg) no-repeat top left transparent;
  position: relative;
  width: 960px;
  margin-left: 15px;
  padding-top: 195px;
}

#innerwrap a#learn {
  position: absolute;
  top: 270px;
  right: 40px;
  width: 170px;
  height: 85px;
  text-indent: -99999px;
}

#innerwrap h1 {
  color: #fff;
  font-size: 30px;
  font-family: Georgia, sans-serif;
  font-weight: bold;
}

#innerwrap #content {
  margin-left: 40px;
  width: 880px;
}

#innerwrap #content .skinny {
  width: 590px;
}

#content p.bigtext {
  font-size: 14px;
}

#content p, #content h1 {
  margin-bottom: 20px;
}

#content .skinny#homepage-header {
  margin-bottom: 70px;
}

#content table th {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 20px;
}

#content table {
  color: #a899b9;
  width: 880px;
  margin-bottom: 100px;
}

#content tbody tr td.town, #content tbody tr td.region {
  color: #fff;
}

#content tbody tr td {
  padding-top: 10px;
}

#content tbody tr.first td {
  padding-top: 20px;
}

#content tr.to-top td {
  padding-bottom: 5px;
  padding-top: 25px;
}

#content tr.to-top {
  font-size: 12px;
  font-weight: normal;
  color: #674e86;
  text-align: right;
}

#content tr.to-top a {
  display: block;
  padding-right: 20px;
  background: url(images/up.gif) no-repeat right 3px transparent;
  text-decoration: none;
  color: #674e86;
}

#content  tr.to-top a:hover {
  color: #fff;
}

#content tr.break td {
  margin: 0;
  padding: 0;
  height: 1px;
}

#footer {
  padding: 60px 0 40px;
  background: url(images/footer.gif) top center no-repeat transparent;
  font-size: 10px;
  font-family: Arial, sans-serif;
  color: #674e86;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.5;
}

#footer a {
  color: #674e86;
  text-decoration: none;
}

#footer a:hover {
  color: #fff;
}

strong.caps {
  font-weight: bold;
  text-transform: uppercase;
  
}

strong {
  font-weight: bold;
}

ul {
  margin-left: 30px;
  margin-bottom: 20px;
}

ul li {
  list-style-type: square;
  margin-bottom: 5px;
}