#subheader {
  background: url(image/image2.jpg) no-repeat top left;
  height: 400px;
  position: relative;
  margin: 20px;
  border: 1px solid #694a3b;
}

#slogan {
  position: absolute;
  font-family: "Georgia", sans-serif;
  font-size: 2.3em;
  width: 330px;
  top: 0pt;
  right: 0pt;
  margin: 15px;
}

#green-boxes {
  width: 940px;
  height: 295px;
  padding: 0 15px 0 25px;
  background: url(image/green-boxes-new.jpg) no-repeat top left;
}

#green-boxes a {
  display: block;
  width: 303px;
  margin: 0 5px;
  height: 290px;
  float: left;
}

#sidebar-left, #sidebar-right {
  float: left;
  padding: 10px 20px;
  font-size: 1em;
  overflow: hidden;
}

#sidebar-left {
  width: 599px;
}
#sidebar-right {
  width: 260px;
  border: solid #694a3b;
  border-width: 0 0 0 1px;
}

#main {
  background: #1a0305;
}

