
html, body { margin: 0 auto; padding: 0;}

body {
  background-image: url('img/bg2.jpg');
  background-repeat: repeat-x;
  background-position: top center;
  background-color: #1f1f1f;
  text-align: center;
  color: #fffff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  margin: 0 auto;
}

.frame {
  background-image: url('img/frame2.jpg');
  background-repeat: repeat-none;
  margin: 95px auto 0 auto;
  width: 842px;
  height: 689px;
}

.links {
  margin: 0px;
  font-size: 14px;
  text-align: left;
  padding-top: 170px;
  padding-left: 10px;
  font-weight: bold;
}

.links a {
  padding-left: 10px;
  padding-right: 10px;
  color: #4f504f;
  text-decoration: none;
}

.selected {
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: underline;
  color: #648b31;
}

.links a:hover {
  color: #648b31;
  text-decoration: underline;
}

.content {
  position: relative;
  margin: 80px auto;
  width: 760px;
  height: 400px;
  background-color: #ffffff;
  text-align: left;
  letter-spacing: .5px;
  line-height: 125%;
}

.leftImage {
  width: 340px;
  float:left;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 30px;
}

.contentText {
  color: #534f4f;
  padding: 20px 30px 0px 30px;
}

.contentHeader {
  padding-top: 20px;
  color: #70a137;
  font-size: 18px;
  font-weight: bold;
} 

.contentHeader2 {
  padding-top: 20px;
  padding-left: 20px;
  color: #70a137;
  font-size: 18px;
  font-weight: bold;
} 

.leftBox {
  float: left;
  width: 50%;
}

.rightBox {
  float: right;
  width: 50%;
}

.innerBox {
  padding: 20px;
}

.bottomBox {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 140px;
  margin: 20px 20px 16px 20px;
  background-image: url('img/bottom3.jpg');
  background-repeat: no-repeat;
}

.photoBox {
  float: left;
  left: 0px;
  top: 0px;
  margin-right: 10px;
}

.quoteBox {
  float: left;
  width: 200px;

  margin: 0px 10px;
  letter-spacing: 0px;
  line-height: 100%;
  font-size: 9px;
}


.quoteBox2 {
  float: left;
  width: 160px;

  margin: 0px 10px;
  letter-spacing: 0px;
  line-height: 100%;
  font-size: 9px;
}


.scrollBox {
  overflow-y: scroll;
  height: 300px;
  padding: 4px;
}

.footer {
  margin: 4px auto 0 auto;
  color: #cecece;
  width: 842px;
  font-size: 15px;
}

.leftFooter {
  float: left;
  text-align: left;
}

.rightFooter {
  float: right;
  text-align: left;
  cursor: pointer;
  text-decoration: underline;
}

a {
  color: #ffffff;
}

.floater {
  float: left;
  width: 450px;
  height: 130px;
  cursor: pointer;
}

.floaterright {
  float: right;
  width: 230px;
  height: 130px;
  cursor: pointer;
  padding-top: 65px;
  padding-right: 30px;
  font-size: 16px;
  font-weight: bold;
}

.whiteLink {
  color: #534f4f;
} 

