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

#header {
  background-color: #000000;
  margin:           10px;
  padding: 5px;
  height:           160px;
}
#story{
  background:       #efe5d0 url(images/background.gif) top left;
  font-size:        90%;
  padding:          30px 20px 29px 20px;
  margin:           0px 10px 15px 10px;
  width:            420px;
  float:            left;
}
#main {
  background:       #efe5d0 url(images/background.gif) top left;
  font-size:        105%;
  padding:          30px 20px 29px 20px;
  margin:           0px 10px 15px 10px;
  width:            420px;
  float:            left;
}

#sidebar {
  background:       #efe5d0 url(images/background.gif) bottom right;
  font-size:        105%;
  padding:          15px;
  margin:           5px 10px 10px 470px;
}

#footer {
  background-color: #675c47;
  color:            #efe5d0;
  text-align:       center;
  padding:          15px;
  margin:           10px;
  font-size:        90%;
  clear:            left;
}

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

.slogan { color: #954b4b; }

.beanheading {
  text-align:       center;
  line-height:      1.9em;
  margin-top: 14px;
  background-color: #FFFFFF;
}

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:            800px;
  padding-top:      5px;
  padding-bottom:   5px;
  background-color: #675c47;
  margin-left:      auto;
  margin-right:     auto;
}