.FeatureArea
{
	background: repeat-x url(../images/background_home.gif);
	height: 368px;
}

	.FeatureContent
	{
		height: 360px;
		margin: 0px auto;
		overflow: hidden;
		padding: 3px 0px 5px 0px; 
		text-align: left;
		width: 835px;
	}
	
		.FeatureImageA
		{
			border-left: 2px #FFFFFF solid;
			border-right: 2px #FFFFFF solid;
			float: left;
		}
		
		.FeatureImageB
		{
			border-right: 2px #FFFFFF solid;
			float: right;
		}
		
		
.Content
{
	margin: 0px auto;
	padding-bottom: 22px;
	text-align: left;
	width: 835px;
}

	.Content h2
	{
		border-bottom: solid 1px #B8BBBF;
		color: #4E89D4;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 24px;
		font-weight: normal;
		margin-bottom: 18px;
		padding: 16px 0px 4px 0px;
	}
	
	.Content p
	{
		line-height: 18px;
		padding-bottom: 18px;
	}
	
	
	
	