body {
  font: 11px Tahoma, Verdana, Arial, sans-serif; color: #00444E;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

h1 {
  font-weight: bold;
  font-size: 13px;
  font-variant: small-caps;
}

h2 {
  font-weight: normal;
  font-size: 11px;
  padding-top: 0;
}

.clear {
  clear: both;
}

a, a:link, a:visited {
  font-weight: bold;
  color: #0A9A04;
}

a:hover {
  color: #ff3366;
}

div#header {
  height: 253px;
}

div#header_container {
  width: 881px;
  height: 253px;
  margin: auto;
  background-image: url("/img/header.jpg");
}


div#header_intro {
  width: 250px;
  height: 92px;
  position: relative;
  left: 560px;
  top: 30px;
  text-align: center;
}

div#header_bookmark {
  width: 96px;
  height: 90px;
  position: relative;
  left: 450px;
  top: -90px;
  text-align: center;
}

div#footer {
}

div#footer_container {
  width: 881px;
  height: 187px;
  margin: auto;
  background-image: url("/img/footer.jpg");
}

div#footer_intro {
  width: 230px;
  height: 92px;
  position: relative;
  left: 415px;
  top: 70px;
  text-align: center;
}

div#footer_info {
  background-color: #ffde3d;
  border-top: 1px solid #349f01;
  text-align: center;
  padding: 5px;
  color: #349f01;
}

.bold {
  font-weight: bold;
}

#main_content {
  width: 950px;
  margin: auto;
}

.thumbs {
  text-align: center;
}

.thumbs img {
  width: 130px;
  height: 175px;
  border: 1px solid black;
  margin: 5px;
}

.container {
  text-align: center;
  margin: auto;
  width: 930px;
}

.friend_box {
  width: 310px;
  height: 140px;
  background-image: url("/img/toplist-box.jpg");
  float: left;
}

.friend_title {
  text-align: center;
  font-size: 25px;
  margin-top: 35px;
}

.friend_title a {
  text-decoration: none;
  font-variant: small-caps;
}

.friend_box p {
  padding-left: 30px;
  padding-right: 30px;
  font-weight: bold;
  color: #007B8D;
}

.toplist_column {
  width: 232px;
  float: left;
  text-align: left;
  margin-top: 20px;
}

.toplist_column li {
  padding: 0 10px 0 20px;
  background: url("/img/bullet2.gif") no-repeat center left;
  list-style-type: none;
  font-size: 14px;
}

.toplist_column li a {
  text-decoration: none;
}

.archives {
  padding: 20px;
  font-size: 16px;
  font-weight: bold;
  margin-left: -15px;
  margin-top: 10px;
}

.archives li {
  background: url("/img/bullet2.gif") no-repeat center left;
  list-style-type: none;
  font-size: 16px;
  text-align: center;
  display: inline;
  padding: 0 10px 0 10px;
}

.archives li a {
  text-decoration: none;
}

.sponsor_box_background {
  width: 874px;
  height: 420px;
  background-image: url("/img/paysite-box.jpg");
  margin: auto;
}

.sponsor_box {
  width: 437px;
  height: 420px;
  float: left;
}

.sponsor_box p {
  padding: 0 30px 0 30px;
  text-align: justify;
}

.sponsor_box p img {
  border: 1px solid black;
  margin-right: 10px;
}



