html, body {
  height: 96%;
}

body {
  background-color: #9c5d29;
  color: #000000;
  font-family: verdana, georgia, arial, courier;
}

div.wrapper {
  background-color: #100e0c;
  margin: 2.5% auto;
  width: 90%;
}

/* rounded corners */
.topleft {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../pics/top_left.gif);
  width: 18px;
  height: 18px;
}

.topright {
  position: absolute;
  top: 0;
  right: 0;
  background: url(../pics/top_right.gif);
  width: 18px;
  height: 18px;
}

.bottomleft {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../pics/bottom_left.gif);
  width: 18px;
  height: 18px;
}

.bottomright {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../pics/bottom_right.gif);
  width: 18px;
  height: 18px;
}

.innertopleft {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../pics/inner_top_left.gif);
  width: 18px;
  height: 18px;
}

.innerbottomleft {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../pics/inner_bottom_left.gif);
  width: 18px;
  height: 18px;
}

/* end rounded corners */

div.header {
  padding-top: 1%;
}

img {
  border: none;
}

div.headerinfo {
  color: #d5d9e4;
  float: right;
  text-align: center;
  padding-right: 5%;
  font-size: 17pt;
}

div.headerinfo big {
  font-size: 32pt;
  color: #b0690a;
}

div.headerinfo a {
  text-decoration: none;
}

div.navi {
  position: absolute;
  top: 250px;
  margin-top: 2%;
  width: 268px;
  font-weight: bolder;
}

div.navi a {
  text-decoration: none;
  display: block;
  line-height: 30px;
  color: #c59348;
  padding-left: 5%;
}

div.navi a.activepage, div.navi a:hover {
  background-color: #c59348;
  color: #100e0c;
}

div.navi div.quickphone form {
  margin: auto;
  padding: 2%;
  background-color: #d5d9e4;
  color: #000000;
  width: 90%;
  text-align: center;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
}

div.navi div.quickphone form a {
  display: inline;
  color: blue;
}

div.navi div.quickphone form a:hover {
  background-color: inherit;
  color: blue;
}

/*div.navi div.quickphone a {
  color: red;
}
div.navi div.quickphone a:hover {
  background-color: red;
  color: black;
}*/

div.navi div.quickphone input {
  width: 90%;
}

div.mainwrapper {
  width: 100%;
  text-align: left;
}

div.mainpadder {
  margin-left: 268px;
}

div.maincontent {
  background-color: #d3ae75;
  min-height: 675px;
  padding: 2%;
  text-align: justify;
}

div.maincontent h2, div.maincontent h3 {
  color: #9a6a44;
}

div.maincontent a {
  text-decoration: none;
}

.error {
  color: #ff0000;
}

/* Stuff for photo gallery */
div.maincontent tr {
  height: 100px;
}

div.maincontent table {
  margin: auto;
}

#fullview {
  overflow: auto;
}

