/*BOX-INDEX*/

#box_right{
border-top:1px solid #C9D3DA;
border-left:1px solid #C9D3DA;
border-right:1px solid #C9D3DA;
background: url(../img/bg_box.gif) repeat-x bottom;
height:230px;
float:right;
padding-left:15px;
padding-right:15px;

/* CSS HACK */
width: 240px;	/* IE 5.x */
width/* */:/**/210px;	/* Other browsers */
width: /**/210px;
}

#box_right_bottom{
height:2px;
background:url(../img/bg_header.gif) repeat-x;
float:right;
width: 242px;
}

#box_left{
border-top:1px solid #C9D3DA;
border-left:1px solid #C9D3DA;
border-right:1px solid #C9D3DA;
background: url(../img/bg_box.gif) repeat-x bottom;
height:230px;
margin-right:10px;
padding-left:15px;
padding-right:15px;
float:left;

/* CSS HACK */
width: 480px;	/* IE 5.x */
width/* */:/**/450px;	/* Other browsers */
width: /**/450px;
}

#box_left_bottom{
height:2px;
float:left;
background:url(../img/bg_header.gif) repeat-x;
width: 482px;	
}


