/* CSS Document */
.b_box {
	position:static;
	width:750px;
	margin-left:115px;
}
.b_box_top {
	position:static;
	left:0px;
	width:750px;
	height:98px;
	background-image: url(../images/b_top.jpg);
}
.b_box_buttom {
	position:static;
	left:0px;
	width:750px;
	height:50px;
	background-image: url(../images/b_buttom.jpg);
}

.b_box_text {
	position:relative;
	left:25px;
	width:690px;
	direction:rtl;
	font:Tahoma;
	font-size:13pt;
	line-height: 28px;
}

.b_box_center {
	position:static;
	left:0px;
	width:750px;
	background-image: url(../images/b_center.jpg);
}

