﻿#divCenter
{
	height: auto;
	height: 460px;
	min-height: 460px;
}
#divCenLeft
{
	width: 180px;
	height: 460px;
	background: #336699;
	float: left;
}
#divCenLeft img
{
	height: 100%;
	width: 100%;
	border: 0px;
}
#divCenRight
{
	width: 1062px;
	height: 460px;
	float: right;
	background: #d2eaf1;
}
#divCenRight span
{
	display: block;
	line-height: 20px;
}
#divCenRight p
{
	color: #d20b0b;
	font-weight: bold;
	font-size: 11pt;
	text-align: center;
}
.HCenterImg
{
	display: block;
	margin: 0px auto;
}
#divCenLeft ul
{
	font-size: 11pt;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#divCenLeft ul li
{
	padding: 15px 0px 0px 25px;
}
#divCenLeft ul li a
{
	text-decoration: none; /*color: white;*/
	font-weight: bold;
	cursor: pointer;
}
#divCenLeft ul li a:hover
{
	color: red;
	text-decoration: underline;
}
