body {
  background-color: #ffffff;
  background-image: url('../images/water_back.jpg');
  background-position: 0px 100%;
  background-repeat: repeat-x;
  margin: 0px;
  padding: 0px;
}
.footerText {
  padding-bottom: 4px;
  color: #ffffff;
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
}
.footerText a {
  color: #ffffcc;
}
.content {
  font-size: 12px;
  font-family: arial;
  line-height: 22px;
  color: #47443D;
}
td,p {
  font-size: 12px;
}
#contentDiv {
  padding:0px 4px 0px 10px;
  margin-bottom:0px;
}
#contentLeftColumn {
  width: 46px;
  background-image: url(../images/content_back_left.png);
  background-repeat: repeat-y;
}
#contentBottomLeft {
  width: 46px;
  height: 69px;
  background-image: url(../images/content_bottom_left.png);
  background-repeat: no-repeat;
}
#contentBottomCenter {
  width:582px;
  height:9px;
  background-image:url(../images/content_bottom_center.png);
  background-repeat:repeat-x;
}
#contentBottomRight {
  width: 18px;
  height: 69px;
  background-image: url(../images/content_bottom_right.png);
  background-repeat: no-repeat;
}

