#main {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#left {
	width: 212px;
	float: left;
}
#right {
	width: 748px;
	float: right;
}
#right #right_top {
	height: 51px;
	background-image: url(../web_images/main_top_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#right #right_top h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #505050;
	text-decoration: none;
	font-weight: normal;
	padding-top: 30px;
	padding-left: 54px;
}
#right #about_right {
	float:left;
	_height:703px;
	height:703px;
	padding-left: 30px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #e9e9e9;
	width: 714px;
	background-color: #F5F5F5;
}
#right #right_content {
	padding-top: 18px;
	width: 620px;
	padding-bottom: 15px;
	padding-left:26px;
	overflow:auto;
}
#right_content ul
{
	list-style:none;
	margin-left:0px;
	margin-top:0px;
	}

#right_content li
{
	min-height:26px;
	_height:26px;
	}
#right #about_bottom {
	height: 36px;
	background-image: url(../web_images/pro_bottom_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.link_title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #ff7800;
	padding-right:10px;
	line-height:16px;
	}
.link_content
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #505050;
	
	line-height:16px;
	display:inline;
	
	word-break:break-all;
	
	
}