
  body {
    background-image: url(/GreenToWhiteGradient.jpg);
    background-repeat: repeat-x;
    background-position: left top;
  }

  /* Menu common to all */
  body > #menu {
    position: fixed;
    width: 12em;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0em 1em 0 1em;
    top: 0;
    left: 0;
    border-right: 2px solid #7d7;
    z-index: 5;
    background-color: #fff;
  }

  ul.menu {
    /*margin: 0 0 0 -3em;*/
    margin-left: 0;
    padding-left: 0;
    width: 12em;
    list-style-type: none;

  }

  ul.menu li {
    display: inline
}

  ul.menu a {
    display: block;
    height: 1.9em;
    color: #000;
    line-height: 1.9em;
    background: url(/button.jpg) repeat-x left top;
    border-top: 1px solid #0f0;
    border-bottom: 1px solid #0f0;
    text-decoration: none;
  }

  ul.menu a:hover {
    background: url(/hover.jpg) repeat-x left bottom;
  }

  body > #main {
    height: 100%;
    margin: 0;
    padding: 2em 2em 2em 16em;
  }

  /*#main a {
    text-decoration: none;
  }*/

  #main a:link {
    color: #0a1;
  }

  #main a:visited {
    color: #666;
  }

/* For Centering */
.center {
  margin-left: auto;
  margin-right: auto;
}

