HTML {
  height: 100%;
}

body {
  margin: 0px 0px 0px 0px;
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #00368c;
}

h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #00368c;
}

h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-transform:uppercase;
  color: #00368c;
  padding-bottom: 5px;
}

h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #00368c;
}

#page_bg {
  height: 100%;
  margin: 0px 0xp 0px 0px;
  background-color: #dfeb01;
}

#main {
  width: 747px;
  height: 100%;
}

td.main_left {
  width: 238px;
  vertical-align: top;
  background: url(../images/body/content_left.gif) repeat-y;
}

td.main_right {
  width: 509px;
  vertical-align: top;
  background: url(../images/body/content_right.gif) repeat-y;
}

td.main_footer {
  width: 747px;
  height: 57px;
  background: url(../images/body/footer.gif) no-repeat;
}

#left_components {
  width: 238px;
  text-align: left;
  vertical-align: top;
}

td.circle {
  width: 238px;
  height: 232px;
  vertical-align: top;
  text-align: left;
  background: url(../images/body/header_circle.jpg) no-repeat;
}

td.menu {
  width: 238px;
  height: 181px;
  vertical-align: top;
  text-align: right;
  background: url(../images/body/menu.gif) no-repeat;
}

td.reservations {
  width: 238px;
  vertical-align: top;
  text-align: right;
}

#menu {
  width: 238px;
  text-align: left;
  vertical-align: top;
}

td.menu_header {
  width: 238px;
  height: 28px;
  background: url(../images/body/reservations_header.gif) no-repeat;
}

td.menu_body {
  width: 238px;
  vertical-align: top;
  text-align: right;
  background: url(../images/body/reservations.gif) repeat-y;
}

td.menu_footer {
  width: 238px;
  height: 20px;
  background: url(../images/body/reservations_footer.gif) no-repeat;
}

#right_components {
  width: 509px;
  text-align: left;
  vertical-align: top;
}

td.header_top {
  width: 509px;
  height: 133px;
  text-align: left;
  vertical-align: top;
  background: url(../images/body/header.jpg) no-repeat;
}

td.header_bottom {
  width: 509px;
  height: 30px;
  text-align: left;
  vertical-align: top;
  background: url(../images/body/header_footer.jpg) no-repeat;
}

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

td.content {
  width: 509px;
  vertical-align: top;
  text-align: left;
  background: url(../images/body/content_right.gif) repeat-y;
}

#content_text {
  width: 460px;
}

td.content_text {
  width: 460px;
  margin-left: 10px;
  margin-right: 10px;
}

#footer {
  width: 747px;
  height: 50px;
}

td.footer_left {
  width: 193px;
  height: 57px;
  padding-top: 3px;
  text-align: center;
  vertical-align: top;
}

td.footer_right {
  width: 552px;
  height: 57px;
  vertical-align: top;
  text-align: center;
  padding-top: 20px;
  font: Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 10px;
}

td.footer_right a:link, td.footer_right a:visited {
  font-size: 10px;
  text-decoration: none;
  color: #333333;
}

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