body {
  top: 0px;
  bottom: 0px;
  width: 100%;
  margin: 0px;
  background: #FFFFF4;
}

#header {
  height: 80px;
  width: 100%;
  margin: 0px;
  background: #400;
  background-image: url("lakebanner.png");
  background-repeat: repeat-x;
}

#subheader {
  position: relative;
  max-width: 900px;
  height: 100%;
  margin: auto;
}

#header h1 {
  font-family: SortsMillGoudy, Palatino, Georgia, serif;
  font-size: 3.0em;
  font-weight: normal;
  letter-spacing: 0.20em;
  color: #DD8;
  text-shadow: 0px 0px 6px #DD6;
  margin-top: 0px;
  margin-left: 40px;
  padding-top: 10px;
}

.KernFix {
  letter-spacing: 0.10em;
}

#main {
  width: 100%;
  margin: 0px;
}

#submain {
  max-width: 900px;
  margin: 0px auto;

  font-family: SortsMillGoudy, Palatino, Georgia, serif;
  font-size: 1em;
  line-height: 1.35em;
}

#staticpane {
  margin-bottom: 2em;
}

#staticpane p {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 0.5em;
  text-indent: 1.5em;
}

#staticpane h2 {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
  text-align: center;
  font-size: 1.2em;
}

@font-face {
  font-family: "SortsMillGoudy";
  font-style: normal;
  src: url("font/GoudyStM-webfont.eot") format("eot");
  src: 
    url("font/GoudyStM-webfont.woff") format("woff"),
    url("font/GoudyStM-webfont.ttf") format("truetype"),
    url("font/GoudyStM-webfont.svg") format("svg");
}

@font-face {
  font-family: "SortsMillGoudy";
  font-style: italic;
  src: url("font/GoudyStM-Italic-webfont.eot") format("eot");
  src: 
    url("font/GoudyStM-Italic-webfont.woff") format("woff"),
    url("font/GoudyStM-Italic-webfont.ttf") format("truetype"),
    url("font/GoudyStM-Italic-webfont.svg") format("svg");
}

