#wrap_content >h1{
	text-align:center;
	position:relative;
	font-size:24px;
	text-transform:uppercase;
	font-weight:bold;
	margin:10px 0 30px 0;
}
#wrap_content >h1 hr{
	position:absolute;
	width:600px;
	top:0;
	left:50%;
	margin-left:-300px;
	border:none;
	height:2px;
	background:#053b9a;
}
#wrap_content >h1 span{
	background:#fff;
	position:relative;
	z-index:2;
	padding:10px;
	color:#053b9a;
}

.work_left,.work_right{
	display:block;
	width:100%;
	overflow:hidden;
	margin-bottom:10px;
	padding:10px 0;
	border-bottom:1px solid #808080;
}
.work_left:hover, .work_right:hover{
	background:#efefef;
}
.work_left img{
	float:left;
}
.work_left .title {
	display:block;
	margin-left:520px;
	font-size:16px;
	text-align:center;
	font-weight:700;
	margin-bottom:20px;
	color:#053b9a;
}
.work_left .text{
	display:block;
	margin-left:520px;
	font-size:14px;
	text-indent:20px;
	color:#000000;
}


.work_right img{
	float:right;
}
.work_right .title{
	display:block;
	margin-right:520px;
	font-size:16px;
	text-align:center;
	font-weight:700;
	margin-bottom:20px;
	color:#053b9a;
}
.work_right .text{
	display:block;
	margin-right:520px;
	font-size:14px;
	text-indent:20px;
	color:#000000;
}
