body { 
  background-color: #000000;
  font-family:      Georgia, "Times New Roman", Times, serif;
  font-size:        medium;
  margin:           0px;
}

#header {
  background-color: #000000;
  margin:           10px 15px 10px 25px;
  width:			780px;
  padding: 5px;
  height:           120px;
 
}
#story{
  background:       #efe5d0 url(images/background.gif) top left;
  background-color: #675c47;
  font-size:        90%;
  padding:          20px 27px 20px 25px;
  margin:           10px 15px 10px 27px;
  width:            735px;

}

#footer{
background-color: #675c47;
margin:	10px;
padding: 10px;
text-align: center;
width: 830px;
margin-left:      auto;
margin-right:     auto;

}

h1 {
  font-size:        120%;
  color:            #000000;
}


a:link {
  color:            #b76666;
  text-decoration:  none;
  border-bottom:    thin dotted #b76666;
}
a:visited {
  color:            #675c47;
  text-decoration:  none;
  border-bottom:    thin dotted #675c47;
}

#allcontent {
  width:            850px;
  padding-top:      5px;
  padding-bottom:   5px;
  background-color: #675c47;
  margin-left:      auto;
  margin-right:     auto;
}