h1 {
  margin-top: 4px;
  margin-bottom: 0px;
}

h2 {
  color: #666666;
  line-height: 17px;
  margin: 0px;
  margin-bottom: 0px;
}

p {
  color: #666666;
  margin-top: 10px;
  margin-bottom: 10px;
}

h3 {
  margin-bottom: 10px;
  color: #666666;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
}

div.closed {
  border: 1px solid #ffffff;
  background-color: #e6eff0;
  padding: 5px;
  padding-bottom: 5px;
  margin-bottom: 7px;
}

div.open {
  border: 1px solid #ffffff;
  background-color: #e6f0dd;
  padding: 5px;
  padding-bottom: 0px;
  margin-bottom: 7px;
}

#canvas {
  position: relative;
  margin-right: -30px;
  width: 100%;
  height: 1035px;
  overflow: visible;
}

#contentArea{
  position: absolute;
  margin-left: 50%;
  background-color: #ffffff;
  left: -450px;
  top: 120px;
  width: 750px;
  height: 750px;
  border-top: 1px solid #bababa;
  border-bottom: 1px solid #a8a8a8;
  background-image: url(../images/how-we-work-bg.jpg);
  background-repeat: repeat-x;
  background-position: bottom center;
  overflow: auto;
  line-height: 20px;
  z-index: 2;
}

#menuArea {
  position: absolute;
  margin-left: 50%;
  left: 300px;
  top: 120px;
  width: 150px;
  background-color: #ffffff;
  border-top: 1px solid #bababa;
  z-index: 2;
}

#wordBar {
  position: absolute;
  margin-left: 50%;
  left: -450px;
  top: 880px;
  width: 760px;
  height: 100px;
  background: none;
  z-index: 2;
}

#footerArea {
  position: absolute;
  margin-left: 50%;
  left: -250px;
  top: 998px;
  width: 500px;
  height: 27px;
  background: none;
  border-top: 1px solid #bababa;
  color: #888888;
  font-size: 10px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  z-index: 1;
}
