.content 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;
}

.content p
{
	margin-top: 1em;
}

#promo_img
{
	border: 2px solid #FFFFFF;
	width: 425px;
}

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

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

.content_right
{
	width: 48%;
	float: right;
	margin-left: 15px;
	/**/
	text-align: justify;
}
