body {
  background: #084d28;
  margin: 0; padding: 0.25em;
}

table.wrapper {
  width: 100%;
  min-width: 780px;
}

table.wrapper td.main {
  width: 632px;
}

table.main tr {
  vertical-align: top;
}

#menu,#notices {
  padding: 0.5em;
}

#page {
  width: 464px;
  margin: 0;
  padding: 0;
}

div.content {
  padding: 0.5em 2em;
}

#menu {
  width: 148px;
}
#menu img {
  border: 1px solid black;
  margin-top: 0.75em;
}

#notices {
  border-left: 1px solid silver;
  width: 148px;
}

dl.notices dt {
  margin-top: 1.25em;
}
dl.notices dd {
  margin-left: 0;
  margin-bottom: 0.25em;
}
dl.metaweb dd, dl.metaweb dt {
  margin: 0.25em;
}

#header {
  height: 100px;
  background: #B3C7D7;
  border-bottom: 1px solid black;
  vertical-align: bottom;
}

#banner-right {
  position: absolute;
  left: 620px;
}

div.quicknav {
  border-bottom: 1px solid black;
  width: 100%;
}

div.shadow {
  position: relative;
  width: 100%;
  background-color: #06371d;
  left: 2px;
  top: 2px;
  -moz-border-radius: 2px;
}

div.page {
  position: relative;
  background-color: white;
  border: 1px solid black;
  left: -2px;
  top: -2px;
}

