body {
  color: #000;
  background: #699;
  margin: 1.5em 1.5em 1.5em 1.5em;
}
#header {
  position: absolute;
  margin: 1.5em 1.5em 1em 1.5em;
  width: 100%;
  height: 90px;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
}
#main {
  position: absolute;
  margin: 1.5em 1.5em 1.5em 1.5em;
  width: auto;
  height: auto;
  top: 100px;
  right: 13em;
  bottom: 100px;
  left: 10em;
  z-index: 1;
  background-color: #699;
}
#navbar {
  position: absolute;
  margin: 1.5em 1.5em 1.5em 1.0em;
  width: 10em;
  height: auto;
  top: 100px;
  right: auto;
  bottom: 100px;
  left: 0;
  z-index: 0;
}
#rightbar {
  position: absolute;
  margin: 1.5em 1.0em 1.5em 0em;
  padding: 0 0 0 2em;
  width: 13em;
  height: auto;
  top: 100px;
  right: 0;
  bottom: 100px;
  left: auto;
  z-index: 0;
}
/* FOOTER IS BROKEN */
#footer {
  position: absolute;
  margin: 1.5em 0em 1.5em 0em;
  width: 100%;
  height: 100px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

a { text-decoration: none;}
a:link { color: #03c;}
a:hover { text-decoration: underline;}
a:visited { color: #666;}
a:active { color: #c33;}
h1 {
  text-align: center;
  color: #006;
  font-size: 2.5em;
}
h2 { color: #006;}
.notbig {
  color: #006;
  font-size: 0.8em;
  font-weight: bold;
  font-family: sans-serif;
}
.bigfont {
  color: #006;
  font-size: 1.1em;
}
.realbig {  
  color: #006;
  font-size: 2em;
  font-weight: bold;
}
.smallnav {
  font-family: "Lucida Sans", sans-serif;
  font-size: 1.25em;
}
.nav {
  font-family: "Lucida Sans", sans-serif;
  font-size: 1.75em;
}
.whitehead {
  color: #bee;
  font-size: 1.5em;
}
ul { list-style-type: square;}
img.thumb {
  float:left;
  clear:right;
}
hr.postdiv {
  position:relative;
  top:9px;
}