body {
  background-color: #CDC884;
}
#headphoto {
  background: none #fff;
}
#navbar,
#navspace,
ul.dropdown li a,
ul.dropdown li a:visited,
ul.dropdown li a:active,
ul.dropdown li ul a,
ul.dropdown li ul a:visited,
ul.dropdown li ul a:active {
  background-color: #8D6054;
  color: #ddb382;
}
ul.dropdown li a:hover,
ul.dropdown li ul a:hover {
  background-color: #ddccaa;
  color: #581d16;
}
#thumbblock1, #thumbblock2 {
  display: block;
  position: absolute;
  width: 218px;
  border-radius: 8px;
  -moz-border-radius: 8px; /* Mozilla */
  -webkit-border-radius: 8px; /* Webkit */
  background-color: #fff;
  border: solid 1px #8D6054;
}
#thumbblock1 {
  height: 172px;
  top: 0px;
  left: 35px;
}
#thumbblock2 {
  height: 306px;
  top: 200px;
  left: 35px;
}
#thumbblock1 h1, #thumbblock2 h1 {
  display: block;
  width: auto;
  top: 10px;
  margin: 0px 0px 20px 0px;
  color: #8D6054;
  background: none transparent;
  text-decoration: none;
  text-align: center;
  font: 1.0em Verdana, Arial, sans-serif;
}
.thpanel {
  display: block;
  position: static;
  float: left;
  width: 50px;
  height: 50px;
  background: none #fff;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 10px;
}
#thumbblock1 > .thpanel, #thumbblock2 > .thpanel {
  margin: 0px 0px 15px 15px;
}
.thpanel img {
  position: static;
  float: left;
  width: 50px;
  height: 50px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background: none;
}
.thpanel {
  border: solid 1px #8D6054;
}

#displayblock div {
  display: none;
  position: absolute;
  left: 330px;
  top: 0px;
  background: none transparent;
  margin: 0px 0px 0px 0px;
}
#displayblock img { 
  display: block;
  position: relative;
  padding: 0px 0px 0px 0px;
}
#displayblock h1 {
  display: static;
  position: relative;
  float: left;
  width: auto;
  left: 0px;
  top: 0px;
  margin: 0px 0px 0px 10px;
  color: #8D6054; /*#581d16;*/
  background: none transparent;
  text-decoration: none;
  text-align: left;
  font: 1.0em Verdana, Arial, sans-serif;
}

#footer {
  /*border-left: 2px solid #600;*/
  /*border-right: 2px solid #600;*/
  /*border: 1px solid #0f0;*/
}
#footer p {
  color: #caa59b;
}
