/* 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 */
}

a {
	color: #45629c;
	text-decoration: underline;
}

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

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

.yellow {
  color: #fafbd6;
}

/* header */

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

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

#welcome {
  font: normal 16px Georgia, serif;
  color: #fafbd6;
  text-transform: uppercase;
  left: 35px;
  top: 55px;
  position: relative;
}

#intro {
  font-size:10px;
  width: 220px;
  left: 20px;
  top: 70px;
  position: relative;
}

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

/* /header */

/* content */

.title h1 {
  font-size: 30px;
  font-weight: normal;
  margin: 0 0 5px 0;
  padding: 10px 0 0 0;
  color: #45629c;
}

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

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

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

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

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

.bookmark-bar {
  margin: 25px 0 0 0;
}

/* /content */

/* footer */

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

#legal {
  left: 0;
  top: 20px;
  position: relative;
  width: 250px;
}

#copyright {
  font-size: 12px;
  text-align: left;
  margin: 0;
  color: #45629c;
}

#rights {
  font-size: 10px;
  text-align: left;
  color: #45629c;
}

#webmaster {
  top: 0;
  left: 710px;
  position: relative;
  width: 250px;
}

#webmaster p {
  font-size: 12px;
}

/* /footer */
.footertgpx {
	font-size: 10px;
	width: 800px;
	display: block;
}
.hits {
	color: #E5E2C1;
}.style2 {
	font-size: 18px;
	font-weight: bold;
}