body {
  background: #24190e url('outer_div_background_cross_section.png') repeat-x;
}

.page {
  background: #504633 url('div_background.png') repeat-x;
  /*width: 750px;*/
  width: 90%;
  position: relative;
  top: 30px;
  text-align: center;
}

.leftSide {
  background: url('left_cross_section2.png') repeat-y;
  width: 198px;
  text-align: left;
}

.rightSide {
  background: url('right_cross_section.png') repeat-y;
  width: 16px;
  text-align: right;
}

.footer {
  font: bold 8pt helvetica;
  color: #000002;
  text-align: center;
}

.bottom {
  background: url('bottom_cross_section2.png') repeat-x;
  height: 20px;
}

.inner {
  background: url('bottom_cross_section2.png') repeat-x;

  position: relative;
  bottom: 0px;
}

.header {
  text-align: left;
}

.compname {
  font: bold 18pt helvetica;
  color: #020b0a;
}

.slogan {
  font: bold 8pt helvetica;
  color: #051e25;
  padding-top: 5px;
}

.navigation {
  width: 198px;
  z-index: 10;
}

.navigationBackground {
  background: url('navigation.png') no-repeat;
  width: 198px;
  min-height: 402px;
  height: auto !important;
  height: 402px;
  z-index: 1;
}

.navlink {
  font: bold 8pt helvetica;
  color: #0c1e20;

  text-decoration: none;
}

.selectedlink {
  font: bold 8pt helvetica;
  color: #fbfffe;
}

.subpage {
  padding-left: 20px;
}

.logo {
  width: 122px;
  height: 83px;
  text-align: center;
  position: relative;
/*  top: 15px;*/
  left: 20px;
}

.navigHeader {
}

.navigation ul {
  list-style: none;
}

.navigation li {
  padding-top: 10px;
}

.content {
  text-align: left;
  width: 100%;
  z-index: 1;
}

.topLeftCorner {
  background: url('top_left.png') no-repeat;
  width: 198px;
  height: 115px;
  text-align: left;
}

.topRightCorner {
  width: 16px;
  text-align: right;
}

.top {
  background: url('top_cross_section.png') repeat-x;
}

.bottomLeftCorner {
  background: url('left_cross_section2.png') repeat-y;
  width: 198px;
  text-align: left;
}

.bottomRightCorner {
  width: 16px;
  text-align: right;
}


