
.illustration
{
	width: 770px;
}

	.illustration .left
	{
		float: left;
		width: 384px;
	height: 212px;
	}
	
	.illustration .right
	{
		float: right;
		width: 386px;
		height: 212px;
		background: url(/images/bg_homepage_flash_right.jpg) no-repeat;
	}

#content
{
	background: url(/images/bg_homepage_left.gif) repeat-y;
	margin-bottom: 10px;
}

#content .inner
{
	background: #0B4269 url(/images/bg_corner_homepage_bottom.gif) bottom left no-repeat;
}

#content .col-left
{
	float: left;
	width: 384px;
	background: url(/images/bg_homepage_left_topshade.png) top left repeat-x;
	font-size: 12px;
}

	#content .col-left h1
	{
		padding-left: 46px;
		background: #E0E1E5 url(/images/bg_homepage_left_headline.gif) top left no-repeat;
		color: #013A65;
	}
	
	#content .col-left h2,
	#content .col-left p
	{
		padding:  0px 28px 0 28px;
		margin: 0;
	}

	#content .col-left h2,
	#content .col-left h2 *
	{
		color: #ffffff;
	}

	#content .col-left p
	{
		color: #87c7df;
	}

#content .col-right
{
clear: right;
	float: right;
	width: 386px;
	background: #ffffff url(/images/bg_homepage_right_topshade.png) top left no-repeat;
font-size: 12px;
}

	#content .col-right h1
	{
		padding-left: 49px;
		background: #ffffff url(/images/bg_homepage_right_headline.gif) top left no-repeat;
		color: #872D2F;
	}

	#content .col-right h2,
	#content .col-right h4,
	#content .col-right p
	{
		padding: 0 34px 0 34px;
		margin: 0;
	}

	#content .col-right h2,
	#content .col-right h2 *
	{
		color: #013A65;
	}

	#content .col-right p
	{
		color: #08A4DF;
	}

	#content .col-right form
	{
		padding: 0px 34px 0 34px;
		margin: 0;
		font-size: 12px;
	}

		#content .col-right #submit-email div 
		{
			float: left;
		}

#content h1
{
	height: 26px;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0 0 0;
}

html>body #content h1
{
	height: 21px;
}

#content h2,
#content h4
{
	padding-top: 18px !important;
	padding-bottom: 3px !important;
}


