/* box */
#b1_ltc {
	width: 20px;
	height: 20px;
	background: url('../gfx/box1_lt_corner.gif');
	float: left;
}

#b1_tb {
	width: 440px;
	height: 20px;
	background: url('../gfx/box1_bg.gif');
	float: left;
}

#b1_rtc {
	width: 20px;
	height: 20px;
	background: url('../gfx/box1_rt_corner.gif');
	float: left;
}

#b1_lb {
	width: 20px;
	height: 260px;
	background: url('../gfx/box1_bg.gif');
	float: left;
}

#b1_in {
	width: 440px;
	height: 260px;
	background: url('../gfx/box1_bg.gif');
	float: left;
}

#b1_rb {
	width: 20px;
	height: 260px;
	background: url('../gfx/box1_bg.gif');
	float: left;
}

#b1_lbc {
	width: 20px;
	height: 20px;
	background: url('../gfx/box1_lb_corner.gif');
	float: left;
}

#b1_bb {
	width: 440px;
	height: 20px;
	background: url('../gfx/box1_bg.gif');
	float: left;
}

#b1_rbc {
	width: 20px;
	height: 20px;
	background: url('../gfx/box1_rb_corner.gif');
	float: left;
}

