/* CSS Document */

.bmain {
	float:left;
}

.btop {
	background-image:url(../images/b_tbg_up.gif);
	background-repeat:no-repeat;
	padding: 0;
	width: 185px;
	height: 10px; 
	font-size:1px;
	line-height:1px;
}

.bcen {
	background-image: url(../images/b_tbg_cen.gif);
	background-repeat: repeat-y;
	width: 165px;
	padding:0px 10px 0px 10px;
	height: auto !important;
	min-height:240px;
	height:240px;
	font-size: 90%;
	text-align:left;
}

.bun {
	background-image: url(../images/b_tbg_dwn.gif);
	background-repeat: no-repeat;
	width: 185px;
	height: 10px;
	font-size:1px;
	line-height:1px;
	margin-bottom:10px;
}

.bcen img {
	margin-bottom:2px;
}

.bcen span {
	font-size:90%;
}

.btable {
	width: 552px;
	background-color:#dee4e9;
}

.btable td {
	padding: 20px 20px 20px 20px;
}


