html {
  background: #4a7da9;
  }

a {
  text-decoration: none;
  color: #f08c17;
  }

a:hover {
  text-decoration: underline;
  }

body {
  font-family: verdana, helvetica, arial;
  font-size: 10pt;
  margin: 0px;
  padding 0;
  text-align: center;
  }

#page, #main, #header, #content, #footer {
  border: 0px;
  margin: 0;
  padding: 0;
  width: 857px;
  }

#header, #content, #footer {
  padding: 0px 50px 0px 50px;
  }

#page {
  position: relative;
  border-top: 1px solid #4a7da9;
  background: url(../grfx/top.png) no-repeat;
  text-align: left;
  margin: 0px auto;
  height: 41px;
  top: 0;
}

#header {
  margin-top: 41px;
  margin-bottom: 0px;
  height: 75px;
  background: url(../grfx/canvas.png) repeat-y;
  text-align: right;
  }

#header * {
  margin-right: 100px;
  }

#header h1 {
  margin-bottom: 2px;
  }

#content {
  overflow: hidden;
  position: relative;
  top: 0;
  margin-top: 0px;
  background: url(../grfx/canvas.png) repeat-y;
  min-height: 100px;
  }

#content * {
  width: 757px;
}

#footer {
  font-size: 0.75em;
  overflow: hidden;
  background: url(../grfx/bottom.png) no-repeat 0 0;
  height: 43px;
  text-align: center;
  }

#footer p {
  width: 757px;
  }

#nav {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-right: 104px;
}

#nav li {
  border-right: 1px solid #000;
  margin: 0;
  padding: 0;
  float: right;
  width: 75px;
  }

#nav li.last {
  border-left: 1px solid #000;
  }

#nav li a {
  display: block;
  width: 75px;
  text-align: center;

  }

#stilt {
  margin: 0:
  padding: 0;
  float: left;
  height: 450px;
  width: 1px;
}

pre.code {
  border: 1px solid #222;
  padding: 2px;
  background: #EEE;
  }

span.code {
  font-family: courier;
}

