#wrapper {
  width: 980px;
  position: relative;
  left: 50%;
  margin-left: -490px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-image: url(http://lament.ghostglass.net/images/texture-grayice.jpg);
}

#header {
  width: 980px;
  height: 100px;
  background: #CCCCCC;
  background-image: url(http://lament.ghostglass.net/images/header.gif);
}

#headText {
  text-align: right;
  color: #DDDDDD;
  font-size: 1.2em;
  font-weight: bold;
  padding-top: 42px;
  padding-right: 15px;
}

#headText a {
  color: #DDDDDD;
  text-decoration: none;
}

#headText a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

#topNav {
  width: 980px;
  border-left: 0px solid #444;
  border-right: 0px solid #444;
  border-bottom: 0px solid #444;
  float: left;
  padding-top: 5px;
  padding-bottom: 3px;
  text-align: center;
  background: #555;
  background-image: url(http://lament.ghostglass.net/images/navback.gif);
}

#leftPanel {
  color: 9999BB;
  margin-left: 10px;
  margin-right: 9px;
  margin-top: 10px;
}

#leftPanel h1 {
  color: CCCCCC;
  text-align: center;
  text-decoration: underline;
  font-weight: bold;
  font-size: .95em;
}

#leftPanel p {
  color: CCCCCC;
  font-weight: bold;
  font-size: .8em;
}

#leftPanel p:first-line {
  color: 9999BB;
  text-decoration: underline;
}

#leftPanel a {
  color: CCCCCC;
  font-weight: bold;
  font-size: .95em;
  font-variant: small-caps;
  text-decoration: none;
}

#leftPanel a:hover {
  color: EEEEFF;
  text-decoration: underline;
}


#content {
  width: 825px;
  float: right;
  text-align: justify;
  background-image: url(http://lament.ghostglass.net/images/texture-grayice.jpg);
}

#centerPanel {
  text-align: justify;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
}

#centerPanel p {
  text-align: justify;
}

#centerPanel h1 {
  color: 555;
  text-align: center;
  font-weight: bold;
  font-size: 1.15em;
}

#centerPanel h2 {
  color: 555;
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
  font-variant: small-caps;
}

#centerPanel ul.features {
  margin-left: 30%;
}

#centerPanel a {
  color: 444444;
  font-weight: bold;
  font-size: 1.05em;
  font-variant: small-caps;
  text-decoration: none;
}

#centerPanel a:hover {
  color:777777;
  text-decoration: underline;
}

#rightPanel {
  margin-top: 10px;
  text-align: center;
}

#rightPanel h1 {
  color: CCCCCC;
  text-align: center;
  text-decoration: underline;
  font-weight: bold;
  font-size: .95em;
}

#footer {
  clear: both;
  width: 980px;
  height: 44px;
  text-align: center;
  padding: .5px 0px 5px 0px;
  background: #999999;
  background-image: url(http://lament.ghostglass.net/images/footer.gif);
}
