html
  {
  height: 100%;
  }
body
  {
  background-image:url('/images/background.jpg');
  height: 100%;
  }
table, tr, td, div
  {
  font-family: georgia, times, times new roman;
  font-size: 16px;
  line-height: 22px;
  }
h2
  {
  margin-top: 21px;
  }
a:link, a:visited, a:active
  {
  color: #000000
  }
.home_box_spacing
  {
  position: relative;
  margin: auto;
  padding-right: 70px;
  width: 740px;
  }
.home_box
  {
  position: relative;
  margin: auto;
  padding-right: 70px;
  height: 446px;
  width: 740px;
  background-image:url('/images/home_pic.png');
  background-repeat: no-repeat;
  }
.nav_box
  {
  position: relative;
  margin: auto;
  height: 234px;
  width: 670px;
  background-image:url('/images/nav_background.png');
  background-repeat: no-repeat;
  }
.box_top
  {
  margin: auto;
  height: 6px;
  background-image:url('/images/box_top.png');
  background-position: top center;
  background-repeat: no-repeat;
  }
.box_mid
  {
  margin: auto;
  background-image:url('/images/box_mid.png');
  background-position: top center;
  background-repeat: repeat-y;
  }
.box_bottom
  {
  margin: auto;
  height: 6px;
  background-image:url('/images/box_bottom.png');
  background-position: top center;
  background-repeat: no-repeat;
  }
