.inner_Content {
	clear: both;
	float: left;
	background-color: #fff;
	background-image: url(../../images/intro_bg.jpg);
	background-position: 50% 100%;
	width: 892px;
	/*min-height: 300px;
	_height: 250px;*/
	margin: 0 9px;
	_margin: 0 4px;
}

.dynamic_text {
	width: 510px;
	text-align: justify;
	margin-right: 21px;
	_margin-right: 10px;
	margin-top: 30px;
	border: 0px solid red;
}


.express {
	list-style: none;
	float: left;
	width: 292px;
	height: auto;
	text-align: right;
	margin-left: 21px;
	_margin-left: 10px;
	margin-top: 30px;
	padding: 0;
	border: 0px solid blue;
}
.express li {
	background-image: url(../../images/express_bg.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 284px;
	height: 32px;
	padding: 0 4px;
	border: 0px solid red;
}
.express li.hdr_express {
	background-image: url(../../images/express_hdr.jpg);
	width: 284px;
	height: 40px;
	line-height: 40px;
	font-size: 12pt;
	color: #1164d4;
	text-indent: 42px;
}
.express .last {
	background-image: url(../../images/express_bot.jpg);
	height: 36px;
	border: 0px solid red;
}

.express a {
	float: left;
	width: 274px;
	margin-left: 2px;
	_margin-left: 0px;
	padding: 0 3px;

	background-image: url(../../images/express_underline.gif);
	background-position: 0 100%;

	font-size: 9pt;
	font-weight: bold;
	color: #373737;
	line-height: 32px;
	text-indent: 10px;
	border: 0px solid red;
}
.express li.first a {
	background-image: url(../../images/strip.jpg);
	background-repeat: repeat-y;
}
.express a:hover {
	color: #1164d4;
}
.express a img {
	margin-left: 12px;
	_margin-left: 6px;
	margin-top: 6px;
}
.express li.last a {
	background-image: none;
}