h1 {
  margin-top: 4px;
  margin-bottom: 0px;
}

h2 {
  color: #666666;
  line-height: 17px;
  margin: 0px;
}

h3 {
  margin-bottom: 10px;
  color: #666666;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
}

a {
  line-height: 40px;
}

a:hover {
  line-height: 40px;
}

.join-img {
  float: left;
  border: 1px solid #bababa;
  margin-right: 10px;
}

.link-container{
  clear: both;
  margin-bottom: 10px;
}

#canvas {
  position: relative;
  margin-right: -30px;
  width: 100%;
  height: 810px;
  overflow: visible;
}

#contentArea{
  position: absolute;
  margin-left: 50%;
  background-color: #ffffff;
  left: -450px;
  top: 120px;
  width: 750px;
  height: 525px;
  border-top: 1px solid #bababa;
  border-bottom: 1px solid #a8a8a8;
  background-image: url(../images/join-us-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: 655px;
  width: 760px;
  height: 100px;
  background: none;
  z-index: 2;
}

#footerArea {
  position: absolute;
  margin-left: 50%;
  left: -245px;
  top: 773px;
  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;
}