/* layout */

/* header */

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

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

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

/* header */

#bg {
  background: url(../img/bg.gif) top repeat-x;
}

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

#intro p {
  font-size: 12px;
  text-align: center;
  padding: 15px 0 0 0;
}

/* thumbs */

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

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

.title h1 span {
  background: url(../img/text-fill.png) repeat-x;
  position: absolute;
  display: block;
  width: 100%;
  height: 36px;
}

.title img {
  float: right;
  margin: 37px 55px 0 0;
}

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

.title-top h1 {
  font-size: 30px;
  color: #ffffff;
  text-align: left;
  float: left;
  margin: 30px 0 0 0;
  padding: 0 0 15px 0;
  position: relative;
}

.title-top h1 span {
  background: url(../img/text-fill-top.png) repeat-x;
  position: absolute;
  display: block;
  width: 100%;
  height: 36px;
}

.title-top img {
  float: right;
  margin: 37px 55px 0 0;
}

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

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

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

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

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

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

/* /thumbs */

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

/* footer */

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

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

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

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

#oil-lamp {
  float: right;
  margin: 50px 0 0 0;
  width: 240px;
}

#oil-lamp img {
  padding: 0 0 0 10px;
  vertical-align: middle;
}

#webmaster {
  font-size: 10px;
}
/* /footer */
.text-gallery {
	border: 4px solid #0C206E;
	background-color: #0B1D66;
	padding: 4px;
	text-align: center;
}.toplist-top {
	background-color: #0C206E;
	font-size: 18px;
	font-weight: bold;
}
.toplist {
	background-color: #0B1D66;
	text-align: left;
}
.hits {
	color: #990000;
}