/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0 auto;
  padding: 0;
  
  position: relative;
  background: #3d2b17;
  font: normal 14px/1.4 Tahoma, Helvetica, sans-serif;
	color: #3d2b17;
}

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

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

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

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

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

/* header */

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

/* descriptions */

#map-desc-01 {
  position: relative;
  left: 259px;
  top: 45px;
}

#map-desc-01 p {
  font-size: 10px;
  color: #ffffff;
}

#map-desc-02 {
  position: relative;
  left: 245px;
  top: 106px;
}

#map-desc-02 p {
  font-size: 10px;
  color: #ffffff;
}

#map-desc-03 {
  position: relative;
  left: 267px;
  top: 149px;
}

#map-desc-03 p {
  font-size: 10px;
  color: #ffffff;
}

#map-desc-04 {
  position: relative;
  left: 158px;
  top: 5px;
}

#map-desc-04 p {
  font-size: 10px;
  color: #ffffff;
}

#map-desc-05 {
  position: relative;
  left: 223px;
  top: 82px;
}

#map-desc-05 p {
  font-size: 10px;
  color: #ffffff;
}

#map-desc-06 {
  position: relative;
  left: 175px;
  top: 150px;
}

#map-desc-06 p {
  font-size: 10px;
  color: #ffffff;
}

/* /descriptions */

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

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

/* /header */

#intro {
  font-size: 12px;
  text-align: center;
  margin: 10px 0 10px 0;
}

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

.ad p.ad-title {
  font-size: 18px;
  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: 5px solid #e6d9cb;
  margin: 5px;
  width: 230px;
  height: 175px;
}

.thumbs a:link img {
  border: 5px solid #e6d9cb;
}

.thumbs a:visited img {
  border: 5px solid #e6d9cb;
}

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

.thumbs a:active img {
  border: 5px solid #e6d9cb;
}

/* big ad */

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

.big-ad p.big-ad-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #e6d8cb;
  padding: 20px 0 20px 0;
}

.big-ad p.big-ad-desc {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #e6d8cb;
  padding: 30px 0 0 0;
}

.table-align {
  width: 940px;
  margin: 0 auto;
}

.thumbcolor img {
		border: 5px solid #e6d9cb;
}

.thumbcolor:hover img {
	border: 5px solid #ffffff;
}

.thumbcolor:visited img {
        border: 5px solid #e6d9cb;
}

.thumbcolor:hover {
	color: #ffffff; /* Dumb definition for MSIE */
}


/* /big ad */

/* footer */

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

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

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

/* /footer */

