@charset "utf-8";
/* CSS Document */

body {
  background-color:#000000;
  background-image:url(../images/structure/bg_solid_02.jpg);
  background-repeat:repeat-x;
  text-align:center;
  margin:0px;
  padding:0px;
  }
#wrapH2 {
  width: 828px;
  margin:0px auto;
  padding:0px;
  }
#headerH2 {
  margin-top: 22px;
  }
#intWrapH2 {
  margin-top:33px;
  }
#navH2 {
  float:left;
  width:175px;
  height:502px;
  }
#mainWrapH2 {
  float:left;
  background-image:url(../images/structure/main_trans_11.png);
  background-repeat:no-repeat;
  width:399px;
  height:502px;
  }
#mainContentH2 {
  background-image:url(../images/structure/main_bg.png);
  background-repeat:no-repeat;
  width:367px; /* 10px padding R and L */
  height:479px; /* 5px padding T and B */
  border:solid 1px #ff0000;
  overflow:auto;
  }
#sideRightH2{
  float:right;
  /*padding-left:91px;*/
  width:198px;
  height:502px;
  }
.imgDiv {
  padding:5px 0px;
  }
#footerH2 {
  width:827px;
  }
.clear {
  clear:both;
  }
  
