/* styles */

* {
  margin: 0;
  padding: 0; 
}

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

body {
	position: relative; /* msie 6 fix */
}

/* global links */

a {
	color: #e2e4be;
	text-decoration: underline;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}
/* /global links */

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

.blue {
  color: #a1bbee;
}

/* header */

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

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

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

#intro-title {
	font: normal 18px Georgia, serif;
	color: #e2e4be;
	margin: 15px 0 0 10px;
}

#intro-text {
	font: normal 10px Tahoma, sans-serif;
	margin: 10px 0 0 10px;
}

#bookmark {
	font: normal 26px Georgia, serif;
	margin: 45px 0 0 15px;
}

/* /header */

/* content */

.title h1 {
  font-family: Georgia, Geneva, serif;
  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 img {
  border: 4px solid #ffffff;
}

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

/* /content */

/* footer */

#footer {

  width: 1000px;
  height: 80px;
  margin: 10px 0 0 0;
  padding: 0;
}

#copyright {
  font-size: 12px;
  font-family: Tahoma, sans-serif;
  text-align: left;
  margin: 20px 0 0 10px;
  color: #a1bbee;
}

#rights {
  font-size: 10px;
  font-family: Tahoma, sans-serif;
  text-align: left;
  margin: 3px 0 0 10px;
  color: #a1bbee;
}

#webmaster {
  font-size: 12px;
  font-family: Tahoma, sans-serif;
  text-align: right;
  margin: 0;
  margin: 20px 80px 0 0;
}
	.toplist-top {
	background-color: #333771;
	font-size: 18px;
	font-weight: bold;
}
.toplist {
	text-align: left;
	font-size: 13px;
	padding: 3px;
}
.hits {
	color: #FF9900;
}
/* /footer */
