/* 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: #dc90ff;
	text-decoration: underline;
}
a:hover {
	color: #fafbd6;
	text-decoration: none;
}
#wrapper {
  width: 1000px;
  margin: 0 auto;
}

.yellow {
  color: #fafbd6;
}

/* header */

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

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

#bookmark {
  top: 40px;
  left: 680px;
  position: relative;
  width: 90px;
}

#bookmark p {
  font-size: 14px;
}

#bookmark p a:link {
  color: #ffffff;
  text-decoration: underline;
}

#bookmark p a:visited {
  color: #ffffff;
  text-decoration: none;
}

#bookmark p a:hover {
  color: #ffffff;
  text-decoration: none;
}

#bookmark p a:active {
  color: #ffffff;
  text-decoration: underline;
}

/* /header */

/* content */

.title h1 {
  font-size: 30px;
  font-weight: normal;
  text-align: left;
  margin: 10px 0 5px 0;
  padding: 0;
  color: #dc90ff;
}

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

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

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

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

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

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

/* /content */

/* footer */

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

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

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

#rights {
  font-size: 10px;
  text-align: left;
  color: #9753bb;
}

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

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

/* /footer */
.hits {
	color: #6699CC;
}
.friend-links {
	font-size: 12px;
}
