
/*-------------------------------------------------*/
.bodybox
{
  
margin: auto;
    width: 899px;
  position: relative;
}

/*-------------------------------------------------*/
.bodybox_left
{
  width: 659px;
  position: absolute;
  top: 1px;  
  left: 0px;
z-index:1;
background-image: url('../backgrounds/li_bgre_1px.jpg');
background-repeat: repeat-y;
background-position:right;
margin-bottom: 30px;
}

/*-------------------------------------------------*/
.contentbox_left
{
background-image: url('../backgrounds/bodyleft_bg_1px2.jpg');
background-repeat: repeat-y;
background-position: 55px 0px;
width: 659px;
}

/*-------------------------------------------------*/
.contentlabel_left
{
position: relative;
z-index: 35;
margin: -70px 15px 0px 110px;
}

/*-------------------------------------------------*/
.bodybox_right
{
  width: 247px;
  position: absolute;
  top: 169px;  
  left: 652px;
z-index:2;
margin-bottom: 30px;
}

/*-------------------------------------------------*/
.contentbox_right
{
background-image: url('../backgrounds/bodyright_bg_1px.jpg');
background-repeat: repeat-y;
background-position: 0px 0px;

}
