.intro
{
	clear: both;
}

/*.intro h3, .content h3*/
.block h3
{
	/*font-size: 150%;*/
	/** This is a hack, and all the font sizes should be fixed to resize correctly in IE **/
	font-size: 19px;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
}

/*.content p*/
.block p
{
	margin-bottom: .5em;
}

#promo_img
{
	border: 2px solid #FFFFFF;
	/*width: 250px;
	margin-left: 25px;*/
	
	margin-top: 25px;
	margin-left: 55px;
}

/*.content*/
.block
{
	clear: both;
	margin-left: 25px;
	margin-right: 25px;
}

.content_left
{
	width: 35%;
	float: left;
	margin-right: 15px;
}

.content_right
{
	width: 60%;
	float: right;
	margin-left: 15px;
}
