html,body {
  height:100%; /* needed for container min-height */
  margin:0px;
  padding:0;

  background-color: #c45657;
  font-size: 12pt;
  font-family: "Georgia";
}

div#container {
  position:relative;

  height:auto !important; /* real browsers */
  height:100%; /* IE6: treaded as min-height*/
  min-height:100%; /* real browsers */
  width:894px;

  margin:0 auto; 

  background: #e2e2e2
    url('copy_background.png') bottom right no-repeat;
}

div#header {
  text-align: center;
  background: url('masthead.png') no-repeat;
}


#menu {
  height: 34px;
  width:100%;

  vertical-align: top;
  text-align: center;

  background: url('menu_back.png') repeat-x;
}

.menuitem {
  padding-top:10px;

  vertical-align:bottom;

  font-size: 16pt;
  font-family: "Georgia";
}

div#content {
  padding:1em 1em 5em; /* bottom padding for footer */
}

div#menu a:link { text-decoration: none; color: black; }
div#menu a:visited { text-decoration: none; color: black; }
div#menu a:active { text-decoration: none; color: black; }
div#menu a:hover { text-decoration: underline; color: black; }

a:link { text-decoration: underline; color: black; }
a:visited { text-decoration: underline; color: black; }
a:active { text-decoration: underline; color: black; }
a:hover { text-decoration: underline; color: black; }
