body {
  font-family: verdana, arial, helvetica, sans-serif;
  color: black;
  background-color: #eeeedd;
  margin-left: 1em;
  margin-right: 1em;
}

h1, h2, h3, h4, h5, h6 {
   text-align: left;
   color: #774433;
   background: transparent;
}
h1 { font-size: 190%  }
h2 { font-size: 160%  }
h3 { font-size: 130%  }
h4 { font-size: 110%  }
h5 { font: italic 100% sans-serif }
h6 { font: small-caps 100% sans-serif }

pre {
    margin-left: 2em;
    margin-right: 2em;
    font-family: monospace;
    background-color: #eeddaa;
    border: solid thin #ccccaa;
}

dt { color: #774433; font-weight: bold; }

div.main {
  width: 100%;
  float: left;
  margin-right: -170px;
}

div.content {
  margin-right: 190px;
}

div.side {
  width: 170px;
  float: left;
}

div.footer {
  width: 100%;
  clear: left;
}

/* New site config */

.navi-left {
    float: left;
}

.navi-right {
    float: right:
}
