body {
  background-color: #B8A084;
  text-align: center;
}

#all {
  width: 800px;
  margin: 0px auto;
  text-align: left;
}

#header {
  background-image: url(../images/header.gif);
  height: 155px;
}




#main {
  background-image: url(../images/main-bg.gif);
  /* height: 400px; */
  position: relative;
  padding: 0px 12px 0px 0px;
}




#nav {
  position: absolute;
  width: 229px;
  top: 0px;
  left: 29px;
  /* display: inline; Fix the double-margin bug */
}

#navheader {
  background-image: url(../images/side-flower.gif);
  height: 41px;
}

#navlinks {
  padding-top: 8px;
  background-image: url(../images/side-bg.gif);
}


#navfooter {
  background-image: url(../images/side-end.gif);
  height: 21px;
}

#nav #meta {
  margin-top: 1em;  

  border-top: 4px solid #C1D2B8;
  border-bottom: 4px solid #C1D2B8;
  background-color: #C6D8BC;
  padding: 6px 0px 6px 12px;
  width: 204px;
}


#content {
  width: 500px;
  margin-left: 262px;
  min-height: 350px;
}


#footer {
  background-image: url(../images/main-end.gif);
  background-repeat: no-repeat;
  background-color: #B8A084;
  height: 50px;
  clear: both;
}
