HTML {
  height: 100%;
}

#body {
  margin: 0px 0px 0px 0px;
  height: 100%;
  font-family: Arial;
  font-size: 11px;
  background-image: url(../images/body/background.jpg);
}

#main {
  width: 937px;
  height: 648px;
}

td.main_top {
  width: 937px;
  height: 142px;
  background: url(../images/body/top.gif) no-repeat;
  vertical-align: top;
  text-align: left;
}

td.main_left {
  width: 249px;
  height: 444px;
  vertical-align: top;
  text-align: left;
  background: url(../images/body/left.gif) no-repeat;
}

td.main_middle {
  width: 614px;
  height: 444px;
  vertical-align: top;
  text-align: left;
  background: #63666a url(../images/body/content.gif) no-repeat center;
}

td.main_right {
  width: 74px;
  height: 444px;
  vertical-align: top;
  text-align: left;
  background: url(../images/body/right.gif) no-repeat;
}

td.main_bottom {
  width: 937px;
  height: 63px;
  background: url(../images/body/bottom.gif) no-repeat;
}

td.main_bottom a:link, td.main_bottom a:visited {
  color: #383838;
  text-decoration: none;
  padding-left: 3px;
  padding-right: 3px;
}

td.main_bottom a:hover {
  text-decoration: underline;
}

#content_spacer {
  width: 584px;
  height: 404px;
  padding: 15px 15px 15px 15px;
}

#content {
  width: 584px;
  overflow: scroll;
}

h1 {
  font: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-transform: capitalize;
  color: #87197e;
}

h2 {
  font: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-transform: capitalize;
  color: #eeeeee;
}

.left_image {
  float: right;
  border-width: 1px;
  border-color: #333333;
  margin-right: 10px;
  margin-left: 5px;
}

.right_image {
  float: right;
  border-width: 1px;
  border-color: #333333;
  margin-right: 15px;
  margin-left: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
}