html, body {
  height: 100%;
  min-height: 100%;
}

body {
  padding: 0px;
  margin: 0px;
  background-image: url('/images/bg.gif');
  background-position: top;
  background-repeat: repeat-x;
  background-color: #E3DCC2;
  font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  color: #333333;
  line-height: 1.3em;
}

td {
  font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  color: #333333;
  line-height: 1.3em;
}

h2#extreme {
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: -1;
}
h2#extreme a {
  font-size: 10px;
  color: transparent;
}

.small {
  font-size: 10px;
}

.menu {
  width: 78px;
  padding-right: 10px;
}

.menu a:link, .menu a:visited, .menu a:active {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}

.menu a:hover {
  font-weight: bold;
  text-decoration: none;
  color: #813c28;
}

.block {
  background-image: url('/images/bg_block.gif');
  background-position: left;
  background-repeat: repeat-y;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 10px;
  margin-bottom: 10px;
}

.block .title {
  font-weight: bold;
  padding: 2px;
  margin-bottom: 3px;
  border-bottom: 1px solid #bcb17f;
}


a:link, a:visited, a:active {
  color: #666666;
  text-decoration: underline;
}

a:hover {
  color: #813c28;
  text-decoration: underline;
}

img {
  border: 0px;
}

p {
  margin-top: 0px;
  margin-bottom: 7px;
}

form {
  margin: 0px;
}

input, textarea {
  font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  color: #333333;
  padding: 2px;
  height: 20px;
  border: 1px solid #645f42;
  background-color: #ebe7d8;
}
