@charset "utf-8";

/* layout classes */

* {
  margin: 0;
  padding: 0;
}
html, body, #wrapper {
  height: 100%;
  text-align: center;
}
html {
  margin-bottom: 1px;
  overflow-y: scroll;
}
body {
  background-color: #a09b83;
  color: #333;
  font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
}
a {
  color: #666;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a img {
  border: none;
}

#wrapper {

}
#page {
  margin: 0 auto;
  height: 100%;
  text-align: left;
  
  width: 770px;
}
table.page {
  background-color: #fff; /* scroll background workaround */
  border-left: 1px solid #787462;
  border-right: 1px solid #787462;
  height: 100%;
  width: 100%;
}
#image {
  background-color: #eee;
  height: 250px;
  width: 770px;
}
#navigation {
  float: left;
  padding: 10px 5px 10px 15px;
  
  width: 200px; /* =220px */
}
#logo {
  height: 35px; /* 27 + 8 = 35px */
  padding: 10px 0;
  margin-bottom: 8px;
}
#primary {

}
#secondary {

}
#tertiary {

}
#static, #content, #footer {
  margin-left: 220px;
}
#static {
  height: 65px;
  padding: 0 15px 0 10px;
  width: 525px; /* + 25px = 550px */
}
#content {
  overflow: hidden;
  padding: 0 15px 0 10px;
  width: 525px; /* + 25px = 550px */
}
#foot {
  border-top: 1px dotted #787462;
  clear: both;
  font-size: 9px;
  line-height: 2em;
  margin-top: 1em;
  padding: 0 15px 0 10px;
}

.hidden {
  display: none;
}
.floatbox {
  overflow: hidden;
}
.error {
  color: #f00;
  text-decoration: none;
}
