html {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  background: #091824 url(/scuba/images/bg_body_moorish_idols_2.png) top center repeat-y;
  color: #000;
  font-size: small;
  font-family: verdana, helvetica, sans-serif;
  text-align: center;
}
* html body {
  font-size: x-small; /* for IE5/Win */
  f\ont-size: small; /* for other versions of IE */
}
#wrapper {
  width: 100%;
  height: auto;
  min-height: 100%;
  margin: 0 auto -4em auto;
}
html #wrapper {
  height: 100%;
}
#header {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 760px;
  height: 123px;
  background: transparent url(/scuba/images/bg_header.png) top right no-repeat;
  color: #fff;
  text-align: left;
}

#hdrL {
  clear: left;
  position: relative;
  margin: 0px;
  padding: 0px;
  width: 560px;
  height: 35px;
}
/*body.home #hdrL {
  float: none;
  position: relative;
  margin: 0 200px 0 0;
  padding: 0;
  height: 22px;
  width: 560px;
  text-align: left;
}
*/
#hdrR {
  float: right;
  margin: 0;
  padding: 0;
  width: 195px;
}
#navHL {
  position: absolute;
  bottom: 0px;
  left: 2px;
  text-align: left;
  width: 560px;
}
#navHR {
  position: absolute;
  bottom: 2px;
  right: 2px; 
  text-align: right;
  width: 195px;
  text-align: center;
}

#mid_outer {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 275px;
  text-align: center;
  background: #000 url(/scuba/images/bg_mid_outer_xl.jpg) center no-repeat;
/*  background: #000 url(/scuba/images/bg_mid-outer-big.jpg) 380px 0px repeat-x; */
  color: #fff;
  overflow: hidden;
}
#midsection {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 760px;
  height: 275px;
  background: #333 url(/scuba/images/bg_midsection.png) no-repeat;
  color: #fff;
}
#mid1 {
  float: left;
  display: inline;
  margin: 0;
  padding: 0;
  width: 194px;
  height: 245px;
  text-align: center;
}
#mid2 {
  float: right;
  display: inline;
  margin: 0;
  padding: 0;
  width: 193px;
  height: 245px;
  text-align: center;
}
#focal {
  float: right;
  display: inline;
  margin: 0 5px 0 0;
  padding: 0;
  height: 271px;
  width: 360px;
  background: transparent url(/scuba/images/focal_turtle_rays.jpg) center no-repeat;
}

#main {
  clear: both;
  position: relative;
  margin: 0 auto;
  padding: 3px 0 0;
  width: 760px;
  background: #173b57 url(/scuba/images/bg_main_internal.png) top left repeat-y; /* bg_main.png */
  color: #000;
}
body.internal #main {
  background-image: url(/scuba/images/bg_main_internal.png);
  color: #000;
}

#content {
  float: right;
  margin: 0;
  padding: 12px 12px 0 0;
  width: 540px;
  text-align: left;
}
#sidebar {
  margin: 0 565px 0 0;
  padding: 0;
  text-align: left;
}

#navcontainer {
  position: relative;
  margin: 12px 0 0;
  padding: 0;
}
#toon {
  float: right;
  margin: 30px 12px 8px 0;
  padding: 0;
  width: 275px;
  text-align: left;
}

#footer {
  clear: both;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 4em;
  text-align: center;
  background-color: #000;
  color: #fff;
}