.seo .div_block
{
    float: right;
    height: auto;
    padding: 10px;
	margin: 10px;
    text-align: center;
    width: 300px;
	border-top: 2px solid #F04E29;
	border-bottom:2px solid #F04E29;
}
.seo .div_block h2
{
    color: #006F51;
    font: 22px trebuchet ms,tahoma;
	text-align:left;
}
.seo .div_block span
{
	font-weight: bold;
	color: #006f51;
}
.seo p
{
	padding-bottom: 10px;
	text-indent: 20px;
}
.seo a
{
	text-decoration: underline;
}
.seo a:hover
{
	text-decoration: none;
}