.brd_t {
	background-image: url(ll_top.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.brd_l {
	background-image: url(ll_left.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.brd_r {
	background-image: url(ll_right.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.brd_b {
	background-image: url(ll_btm.gif);
	background-repeat: repeat-x;
	background-position: top;
}

