/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0 auto;
  padding: 0;
  width: 950px;
  position: relative;
  background: #32220f;
  font: normal 14px/1.4 Tahoma, Helvetica, sans-serif;
	color: #ffffff;
}

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

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

a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

.brown {
  color: #978069;
}

#wrapper {
  background: #978069;
}

/* header */

#bottom {
  background: url(../img/bottom.gif) top no-repeat;
  width: 950px;
  height: 20px;
}

#bottom p {
  margin: 0;
  padding: 4px 0 0 0;
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  color: #ddcbb9;
}

/* /header */

.ad {
  background: url(../img/ad.gif) top no-repeat;
  width: 175px;
  height: 55px;
  margin: 0 auto;
}

.ad p.ad-title {
  font-size: 16px;
  text-align: center;
  margin: 0;
  padding: 5px 0 0 0;
}

.ad p.ad-desc {
  font-size: 9px;
  text-align: center;
  margin: 0;
  padding: 0;
}

.thumbs img {
  border: 2px solid #e6d9cb;
  margin: 1px;
  width: 310px;
  height: 230px;
}

.thumbs a:link img {
  border: 2px solid #b09f8e;
}

.thumbs a:visited img {
  border: 2px solid #b09f8e;
}

.thumbs a:hover img {
  border: 2px solid #ffffff;
}

.thumbs a:active img {
  border: 2px solid #b09f8e;
}

/* big ad */

.big-ad {
  background: url(../img/big-ad_02.jpg) top no-repeat;
  width: 950px;
  height: 410px;
}

.big-ad-title {
  font-size: 58px;
  text-align: center;
  text-transform: uppercase;
  color: #a30000;
}

.big-ad-desc {
  font-size: 28px;
  text-align: center;
  text-decoration: underline;
  padding: 5px 0 0 0;
}

.highlight img {
		border: 2px solid #b09f8e;
}

.highlight:hover img {
	border: 2px solid #ffffff;
}

.highlight:hover {
	color: #ffffff; /* Dumb definition for MSIE */
}
/* /big ad */

/* footer */

#footer {
  background: url(../img/footer.jpg) top no-repeat;
  width: 950px;
  height: 139px;
  margin: 10px 0 0 0;
}

#copyright {
  font-size: 10px;
  padding: 45px 0 0 40px;
}

#rights {
  font-size: 9px;
  padding: 0 0 0 40px;
}

/* /footer */

