body {
  background: #0048e0 url('top.jpg') top repeat-x fixed; /* Arg! IE7 screws-up PNGs' colour :( */
  margin: 0px 30px 30px 30px;
}

#container {
  width: 500px;
  margin: auto;
}

h1 {
  height: 135px;
  padding: 0px; margin: 0px;
}

#bodyText {
  background: url('bg.png');
  padding: 0px 0px 15px 0px;
  margin: 0px;
}

p {
  margin: 0px; padding: 0px 30px 15px 30px;
  text-align: justify;
  font: 16px Arial, Helvetica, sans-serif;
}

h2 {
  margin: 0px; padding: 0px 30px 15px 30px;
  font: bold 22px Arial, Helvetica, sans-serif;
  color: #d50f00;
}

p.is {
  font-style: italic;
}

a {
  font: bold 16px Arial, Helvetica, sans-serif;
  text-decoration: none; color: #0048e0;
}

a:hover {
  text-decoration: underline;
}

ul {
  margin: 0px; padding: 0px 30px 15px 30px;
}

li {
  list-style: none;
}

#dontSueMe {
  padding-bottom: 10px;
}

#dontSueMe p {
  font-size: 10px; padding: 0px 30px 5px 30px;
}

#tabs {
  word-spacing: -4px;
  background: url('sep.png') top repeat-x;
}

#tabs ul {
  display: inline; list-style: none;
  margin: 0px; padding: 0px;
}

#tabs li {
  display: inline;
}

a img {
  border: 0px;
}
