body {
  background: url('images/background-image.jpg') top center repeat;
  font-family: Tahoma;
  font-size: 11pt;
  color: #545456;
  padding: 0px;
  margin: 0px;
  text-align: center; /* because studid IE doesn't do margin auto  */
}
#layer2 {
  text-align: left;
  width: 100%;
  background: url('images/background-stripes.png') top center repeat-x;
}
#layer3 {
  position: relative;
  text-align: left;
  width: 960px;
  margin: 0px auto;
  padding-bottom: 20px;
  background-color: transparent;
}
#banner {
  width: 860px;
  height: 136px;
  background-color: #ffffff;
  border-bottom: solid 12px #fff2b8;
  text-align: right;
  padding-right: 100px;
}
#side-menu {
  background: url('images/sidebar-background.png') top left repeat-y;
  float: left;
  width: 185px;
  height: 242px;
  padding: 20px;
  padding-top: 80px;
  color: #ffffff;
  line-height: 12.5pt;
}
#side-menu a {
  color: #ffffff;
  text-decoration: none;
}
#side-menu a:hover {
  color: #eaf2c5;
}
#layer4 {
  clear: both;
  width: 880px;
  background-color: #ffffff;
  padding: 20px 40px 40px;;
  margin: 0px auto 0px;
}
#top-menu {
  background: #8BAC84 url('images/sidebar-background.png') top left no-repeat;
  padding-left: 350px;
  color: #ffffff;
  font-weight: normal;
  font-size: 13pt;
  line-height: 30px;
}
#top-menu ul {
  height: 30px;
  margin: 0px;
  padding: 0px;
}
#top-menu ul li {
  display: inline;
  padding-left: 30px;
  line-height: 30px;
  color: #000000;
}
#top-menu ul li:first-child {
  padding-left: 280px;
}
#top-menu ul li a {
  color: #000000;
  text-decoration: none;
}
#top-menu ul li a:hover {
  color: #3b7137;
}
#yellow-stripe {
  position: absolute;
  top: 510px;
  height: 16px;
  width: 100%;
  margin: 0px auto;
  background-color: #fff2b8;
  z-index: 10;
}
#credit, #credit a {
  width: 960px;
  height: 40px;
  margin: 0px auto;
  color: #ffffff;
  padding-top: 0px;
  line-height: 40px;
}
#credit a {
  color: #ffffff;
  text-decoration: none;
}
#credit a:hover {
  color: #eeeeee;
}
#logo {
  position: absolute;
  top: 0px;
  left: -15px;
  width: 260px;
  height: 242px;
  background-color: transparent;
  z-index: 20;
}
h1 {
  font-family: Verdana;
  font-size: 14pt;
  font-weight: normal;
  color: #a2482d;
  margin-bottom: 30px;
}
h2 {
  font-size: 16pt;
  font-weight: normal;
}
h3 {
  color: #a2482d;
  font-weight: normal;
}
table tr td {
  padding: 10px 40px;
}
