#content_wrap h1
{
	display: none;
}

#content_wrap .content
{
	margin-top: 0;
}

#content_wrap .content h1
{
	display: block;
    font-weight: normal;
    line-height: 25px;
}

#content_wrap .content h2
{
	color: #F37020;
    font-family: "Open Sans Condensed Bold",Arial,sans-serif;
    font-size: 28px;
    font-weight: normal;
    margin: 15px 0 10px;
}

#content_wrap .content p span
{
	display: inline-block;
    margin-top: 20px;
}

#content_wrap .content > p:last-child
{
	margin-top: 50px;
}

#content_wrap .content strong
{
	font-weight: bold;
}