/* Unchanged */
body {
  background: #ffeac6 url(../images/body_BG.gif) top left repeat-x; 
  margin: 0;
  font-size: 14px;
  font-family: arial, verdana, times new roman;
  color: #373737;
}

#wrapper {
  border: 1px solid #373737;
  top: 0;
  width: 778px;
  margin: 0 auto;
}

#topper {
  height: 201px;
  background: #989898;
}

#content{
  background: #f7fff6 url(../images/content_BG.gif) top left repeat-x;
}

#content h1 {
  margin: 0 0 15px 0;
  padding: 10px 0 0 55px;
  width: 400px;
  font-size: 24px;
  border-bottom: 1px solid #373737;
}

#content p {
  border: 1px solid #373737;
  border-right: 0;
  border-left: 0;
  background: #dee5dd;
  width: 550px;
  margin: 0 0 20px 53px;
  padding: 10px 15px 15px 15px;
  overflow: hidden;
}

#content p a {
  text-decoration: underline;
  color: #373737;
  font-weight: 700; 
}

#content p a:hover{
  color: #ae2121; 
  text-decoration: none;
}

#bottom {
  color: #373737;
  font-size: 10px;
  text-align: center;
}

#cwd {
  margin: 0 auto;
  width: 780px;
  text-align: center;
  font-size: 10px; 
}

#cwd a {color:#ebc687; text-decoration: none}
#cwd a:hover {color:#b88b3e;}