html {
  height: 100%;
  }
body {
  background: #F8FAF0 url(../images/page_bg.jpg) no-repeat 100% 100%; 
  font: 80% Arial, Helvetica, sans-serif;
  color: #000;
  padding: 25px;
  margin: 0;
  }
table {
  font-size: 100%;
  }
a, a:link {
  font-weight: bold;
  color: #030;
  text-decoration: none;
  }
a:visited {
  text-decoration: none;
  color: #333;
  }
a:active, a:hover {
  text-decoration: underline;
  color: #518041;
  }
h2, h3, h4 {
  margin-top: 0;
  }
ul.spaced li {
  margin-bottom: .6em;
  }
div#header {
  background: url(../images/header_bg_top.png) top no-repeat;
  padding: 40px 0 0;
  text-align: center;
  margin: 0 0 40px;
  }
div#header h1 {
  background: url(../images/header_bg_bottom.png) bottom no-repeat;
  margin: 0;
  padding: 0 0 40px;
  font-size: 300%;
  letter-spacing: -1px;
  }
div#nav {
  float: left;
  margin: 0;
  width: 150px;
  }
ul#menu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 110%;
  }
ul#menu li {
  margin-bottom: .8em;
  }
div#content {
  margin: 0 0 0 190px;
  }
div#footer {
  clear: both;
  margin: 1.5em 0 0;
  text-align: right;
  font-size: 80%;
  color: #666;
  }

#editor {
  }