#page_nav {
	float: left;
	margin: 58px 124px 0 0;
	padding: 8px 0;
}
#page_nav h2 {
	text-align: center;
	width: 294px;
	height: 58px;
	line-height: 58px;
	color: #FFF;
	background: #0094ca;
}
#page_nav div {
	width: 284px;
	margin: 0 auto;
	background: #EFEFEF;
	border-top: 2px solid #999;
	padding: 14px 0 42px;
	text-align: center;
}
#page_nav ul {
	width: 240px;
	margin: 0 auto;
	border-bottom:1px solid #FFF;
}
#page_nav a {
	width: 240px;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	text-align: center;
	background: #B7DAF1;
	border-top:1px solid #FFF;
}

#page_nav a:hover {
	background: #0094CA;
	color: #FFF;
}

#page_content_right {
	float: left;
	width: 782px;
	margin-top: 43px;
}

#page_title {
	width: 210px;
	padding: 0 0 10px 9px;
	border-bottom: 7px solid #0094CA;
	margin-bottom: 1px;
	background: url(../images/page_title_icon.jpg) no-repeat 9px top;
}
#page_content_right h2 {
	vertical-align: bottom;
	font-size: 16px;
	font-weight: 500;
	color: #333;
	padding-left: 50px;
	position: relative;
	top:6px;
}
#page_content_right h3 {
	border-top: 3px solid #D7D8E3;
	padding-top: 24px;
}