body {
  margin: 0;
  padding: 0;

  color: #48140c;
  background-color: #fdead9;
  font-family: "Trebuchet MS";
}

h2, h3 {
  margin-bottom: 0.2em;
}
h2 {
  font-size: 110%;
}
h3 {
  font-size: 105%;
}

p {
  margin-top: 0px;
}

a {
  color: #48140c;
  font-weight: bold;
  text-decoration: none;
}

#container-repeat {
  width: 968px;
  margin-left: auto;
  margin-right: auto;

  background: url(images/page-repeat.jpg) repeat-y;
}
#container-top {
  background: url(images/page-top.jpg) no-repeat top left;
}
#container-bottom {
  background: url(images/page-bottom.jpg) no-repeat bottom left;
}

#border-left {
  position: relative;
  left: -146px;
  width: 146px;
  height: 875px;

  background: url(images/border-left.jpg)
}
#border-right {
  position: relative;
  left: 1114px;
  width: 146px;
  height: 875px;

  background: url(images/border-right.jpg)
}

#wrapper {
  padding-bottom: 450px;
  margin-top: -875px;
}

#menu {
  position: relative;
  top: 175px;
  left: 540px;
  width: 370px;
  height: 40px;

  /*font-size: 110%;*/
}
#menu-secondary {
  position: relative;
  top: 185px;
  left: 400px;
  width: 500px;
  height: 20px;
  z-index: 5;

  text-align: right;
}

#content {
  position: relative;
  top: 165px;
  padding: 0px 65px;
  min-height: 710px;
}
/* Fix height in IE6 */
* html #content {
  height: 710px;
}

#page-title {
  font-weight: bold;
  margin-bottom: 2em;
}

#footer {
  position: relative;
  left: 70px;
  bottom: -390px; 
  width: 700px;

  text-align: center;
}

img.left {
  float: left;
  padding-right: 5px;
}