* {
  margin:  0px;
  padding: 0px;
}

body {
  font-family: Tahoma;
  font-size: 13px;
  color: #000000;
  background-image: url(imagens/bg-body.gif);
  background-repeat: repeat-x;
  background-color: #522112;
  height: 888px;
}

a {
  color: #969392;
  text-decoration: none;
}

a:hover {
  color: #522112;
  text-decoration: underline;
}

img {
  border: 0px;
}

#container {
  position: relative;
  margin-left:  auto;
  margin-right: auto;
  width: 1000px;
  height: 888px;
  background-image: url(imagens/bg-container.gif);
  background-repeat: no-repeat;
}

#content {
  position: relative;
  float: left;
  margin-top: 202px;
  height: 540px;
  width: 1000px;
  background-image: url(imagens/bg-content.gif);
  background-repeat: no-repeat;
}

#navbar {
  width: 265px;
  float: left;
  position: relative;
  margin-right: 10px;
  padding-left: 10px;
  height: 729px;
  margin-top: -189px;
}

#cont {
  width: 715px;
  float: left;
  position: relative;
  height: 540px;
}

#rdp {
  margin-top: 50px;
  float: left;
  font-size: 10px;
  color: #FFFFFF;
  text-align: center;
  width: 1000px;
}

#navbar ul {
  list-style: none;
}

#navbar ul li {
  margin-top: 10px;
  font-weight: bold;
  color: #969392;
  font-size: 11px;
}

#navbar ul li ul li {
  margin-top: 8px;
}

h3.title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

h3.subtitle {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 20px;
}

.gray {
  color: #969392;
}

.brown {
  color: #522112;
}

p.title1 {
  font-size: 18px;
  color: #969392;
  font-weight: bold;
  float: left;
  margin-right: 5px;
}

p.title2 {
  font-size: 18px;
  color: #522112;
  font-weight: bold;
}

p.desc {
  font-size: 12px;
  margin-bottom: 25px;
}

img.thumb {
  float: left;
  margin-right: 1.1pt;
  margin-top:   2px;
  cursor: pointer;
}

img.thumb-last {
  float: left;
  margin-left: 1px;
  cursor: pointer;
}

#descpic {
  font-size: 10px;
  font-weight: bold;
  width: 704px;
  height: 20px;
  text-align: left;
}

