#wrap_content{
	overflow:hidden;
}

#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;
}

.lic_block {
	width:478px;
	border:1px solid #d4d4d4;
	padding:10px;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	overflow:hidden;
}
.lic_block:nth-child(odd){
	margin-right:0;
}


.lic_block img{
	width:220px;
	height:310px;
	float:left;
}

.lic_block h1{
	margin-left:230px;
	margin-bottom:10px;
	text-align:center;
	font-weight:700;
	font-size:18px;
}
.lic_block p{
	margin-left:230px;
	text-align:center;
}
