/* CSS Document */

* {
  margin: 0;
  padding: 0; 
}

body {
  font: normal 1em Tahoma, Helvetica, sans-serif;
  color: #ffffff;
  background: url(../img/bg.jpg) top repeat;
}

/* global links */

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

a:hover {
	color: #ffff00;
	text-decoration: none;
}


/* /global links */

/* header */

#header-bg {
  background: url(../img/header-bg.jpg) top repeat-x;
  width: 100%;
  height: 370px;
}

#bg-left {
  background: url(../img/bg-left.jpg) top left no-repeat;
  height: 370px;
}

#bg-right {
  background: url(../img/bg-right.jpg) top right no-repeat;
  height: 370px;
}

#intro-bg {
  background: url(../img/header_01.jpg) top no-repeat;
  height: 370px;
  width: 235px;
}

#intro-title {
  color: #3c4183;
  font-size: 22px;
  padding: 60px 0 0 0;
}

#intro-text {
  color: #7478a3;
  font-size: 10px;
  margin: 10px 0 0 0;
}

.red {
  color: #bf000d;
}

#bookmark {
  width: 145px;
  height: 30px;
  margin: 20px auto 0 auto;
}

/* /header */

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

.pink {
  color: #f3c2c2;
}

/* content */

.title h1 {
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  margin: 0 0 5px 0;
  padding: 0;
}

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

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

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

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

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

/* /content */

/* footer */

#footer {
  width: 1000px;
  height: 100px;
  background: url(../img/footer.jpg) top no-repeat;
  margin: 0 auto;
}


#copyright {
  font-size: 12px;
  text-align: left;
  margin: 40px 0 0 10px;
  color: #8b8daa;
}

#rights {
  font-size: 10px;
  text-align: left;
  margin: 3px 0 0 10px;
  color: #8b8daa;
}

#webmaster {
  font-size: 12px;
  text-align: right;
  margin: 50px 80px 0 0;
}

/* /footer */
a.blue {
	color: #7478a3;
	text-decoration: none;
}
	.toplist-top {
	background-color: #333771;
	font-size: 18px;
	font-weight: bold;
}
.toplist {
	background-color: #30346B;
	text-align: left;
	font-size: 13px;
	padding: 3px;
}
.hits {
	color: #FF9900;
}.tgpx {
	font-size: 10px;
}
