.content_left
{
	float: left;
	padding-left: 85px;
}

h2
{
	/*font-size: 170%;*/
	/** This is a hack, and all the font sizes should be fixed to resize correctly in IE **/
	font-size: 22px;
	
	font-weight: bold;
	margin-top: 2.25em;
}

.location
{
	margin-top: 1em;
}

.location_left
{
	float: left;
	padding-left: 25px;
}

.location_right
{
	float: left;
	padding-left: 25px;
}

.location h3
{
	/*font-size: 125%;*/
	/** This is a hack, and all the font sizes should be fixed to resize correctly in IE **/
	font-size: 16px;
}

.location a, .location a:hover
{
	color: #ffffff;
	cursor: pointer;
}

.location p
{
	float: left;
	clear: left;
}

.content_right
{
	width: 46%;
	float: right;
	padding-right: 25px;
}

.content_right img
{
	border: 2px solid #FFFFFF;
	width: 287px;
	margin-left: 25px;
}
