/* CSS Document */
#index_body{
	overflow:auto;
	width:1000px;
}
#header_index{
	height:210px;
	overflow:hidden;
}
#bottom_index{
	overflow:auto;
	clear:both;
}
#left_main{
	width:160px;
	float:left;
	
}
#middle_main{
	width:660px;
	float:left;
	overflow:auto;
	margin:0 5px 0 5px;	
	
	background-image:url(../images/bara_gradient.jpg);
	background-repeat:repeat-x;
	background-position:0 27px;
}
#right_main{
	/*height:500px;*/
	width:160px;
	float:left;
	padding:0 5px 0 0;
}
