#cLeft {
	width: 160px;
	float: left;
	margin: 10px 9px 0 0;
}

#cRight {
	width: 160px;
	float: left;
	margin: 10px 0 0 9px;
}


#cCenter {
	width: 488px;
	float: left;
	background-color: transparent;
	border-left: 1px solid #d2d7db; 
	border-right: 1px solid #d2d7db; 
	padding-top: 10px;
	min-height:830px;
	height:auto !important;
	height:830px;
}

#cCenter #box, #cCenter #box_special {
	margin-bottom: 10px;
	clear: both;
	color: black;
	background-color: transparent;
}

#cCenter #box_special {
	border-left: 2px solid #c51230;
	border-bottom: 2px solid #c51230;
	width: 470px;
	margin: 0 auto;
}

#cCenter #box_special #bs_head {
	background-color: #c51230;
	color: white;
	font-weight: bold;
	padding-left: 10px;
	font-size: 13px;
	line-height: 25px;
}

#cCenter #box_special #bs_content {
	border-right: 2px solid #c51230;
	padding: 10px;
}
