

/** BASIC */

html, body {
  height: 100%;  
}

body {

}






/** ALL PAGES */

#main-wrap{
  width: 792px;
  height: 578px;
  margin: 0px auto;
}

#border-main-left{
  width: 1px;
  height: 578px;
  float: left;
  background-color: #807A6D;
}

#outer-content{
  width: 790px;
  height: 100%;
  float: left;
  background-image: url(../wsj_images/background_main.gif);
  background-position: top;
  background-repeat: repeat;
}

#border-main-right{
  width: 1px;
  height: 100%;
  float: right;
  background-color: #A3A198;
}

#inner-content{
  width: 763px;
  height: 100%;
  margin: 0px auto;
  float: left;
  padding-left: 27px;
}

#outer-header{
  width: 738px;
  height: 125px;
}


#outer-footer{
  width: 738px;
  background-image: url(../wsj_images/footer_border_top.gif);
  background-position: top;
  background-repeat: repeat-x;
  padding-top: 11px;

}




/** INDEX PAGE */

#index-conteiner{
  width: 747px;
  height: 418px;
}



