body {
  width: 760px;
  margin: 0 auto;
  padding: 0;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 10px;
  color: #ffffff;
  background: url(../images/bg.gif) top repeat-x;
  background-color: #002eb4;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

p {
  margin: 0;
  padding: 0
}

#wrapper {
  background-color: #002eb4;
}

/* toplist */

#toplist-bg {
  background: url(../images/dotted-line.gif) bottom no-repeat;
  width: 760px;
  height: 45px;
}

h1 {
  font-size: 30px;
  padding: 0;
}

h1#rank {
  color: #002eb4;
  background-color: #ff0000;
  text-align: center;
  width: 70px;
  height: 36px;
}

p.number {
  font-size: 36px;
}

.highlight img {
  border: 5px solid #ffffff;
}

.highlight:hover img {
  border: 5px solid #4060bf;
}

.highlight:hover {
  color: #4060bf;
}

/* /toplist */

/* footer */

#footer {
  background: url(../images/footer.gif) top no-repeat;
  width: 760px;
  height: 130px;
}

#footer-left {
  float: left;
  width: 250px;
}

p#url {
  font-size: 12px;
  color: #adc1fc;
  padding: 57px 0 0 90px;
}

p#rights {
  font-size: 10px;
  color: #adc1fc;
  padding: 0 0 0 90px;
}

#footer-right {
  float: right;
  width: 510px;
}

p#our-banner {
  margin: 25px 0 0 40px;
  font-size: 18px;
  text-align: center;
  color: #002eb4;
  background-color: #4060bf;
  width: 100px;
  _background: url(../images/our-banner-bg.gif) top repeat;
}

p#banner {
  padding: 0 0 0 30px;
}

/* /footer */

/* global links */

a {
	color: #f49b9f;
	text-decoration: underline;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}
/* /global links */
td {
	font-size: 12px;
}

