/* layout */

#header {
  width: 1000px;
  height: 250px;
  margin: 0 auto;
  border: 0;
}

#intro {
  width: 1000px;
  margin: 0 auto;
}

#intro p {
  font-size: 14px;
  text-align: center;
}

/* thumbs */

.title {
  width: 1000px;
  margin: 0 auto;
}

.title h1 {
  font-size: 30px;
  color: #ffffff;
  text-align: left;
  float: left;
  margin: 35px 0 0 0;
}

.title img {
  float: right;
}

.thumbs {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  clear: both;
}

.thumbs img {
  border: 4px solid #404040;
  margin: 1px;
  width: 240px;
  height: 180px;
}

.thumbs a:link img {
  border: 4px solid #404040;
}

.thumbs a:visited img {
  border: 4px solid #404040;
}

.thumbs a:hover img {
  border: 4px solid #535353;
}

.thumbs a:active img {
  border: 4px solid #404040;
}

/* /thumbs */

.dotted-line {
  width: 1000px;
  height: 25px;
  margin: 20px auto 0 auto;
}

/* footer */

#footer {
  width: 1000px;
  margin: 0 auto;
}

#baloon {
  width: 275px;
  height: 80px;
  background: url(../img/baloon.gif) top no-repeat;
  float: left;
  margin: 50px 0 0;
}

#copyright {
  font-size: 12px;
  text-align: left;
  color: #6d6d6d;
  margin: 35px 0 0 20px;
}

#rights {
  font-size: 10px;
  text-align: left;
  color: #6d6d6d;
  margin: 3px 0 0 20px;
}

#logo {
  width: 215px;
  height: 190px;
  float: left;
  margin: 0 0 0 130px;
}

#webmaster {
  float: left;
  margin: 90px 0 0 100px;
}

#webmaster p {
  font-size: 10px;
  color: #ffffff;
}

#tea {
  width: 100px;
  height: 100px;
  float: right;
  margin: 25px 0 0 0;
}

/* /footer */
.toplist-top {
	background-color: #242424;
	font-size: 18px;
	font-weight: bold;
}
.toplist {
	background-color: #161616;
	text-align: left;
	font-size: 13px;
}
.hits {
	color: #990000;
}
