.LeftColumn {
	float: left;
	padding: 10px 33px 10px 5px;
	width: 331px;
}

	.LeftColumn h2 {
		color: #4a2593;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 24px;
		font-weight: normal;
		line-height: 28px;
		padding-bottom: 10px;
	}
	
	.LeftColumn p {
		padding-bottom: 20px;
	}
	
	.LeftColumn .Divider {
		border-top: 1px dotted #c7c7c7;
		margin-bottom: 18px;
	}
	
	
.RightColumn {
	float: left;
	padding: 0px 5px 25px 0px;
	width: 322px;
}

	.RightColumn .Image {
		height: 218px;
		padding-bottom: 15px;
		width: 322px;
	}
	
