
body
	{
	background: #fff url('../images/body_bg_main.jpg') repeat-x 0 0;
	}

#mainBanner
	{
	height: 232px;
	background: url('../images/banner_bg_main.jpg') no-repeat 0 0;
	}

#mainBlurb
	{
	position: relative;
	float: left;
	top: 30px;
	left: 20px;
	height: 150px;
	width: 300px;
	text-align: left;
	color: #fff;
	font-size: .85em;
	}

#mainBlurb h1
	{
	font-size: 1.6em;
	text-decoration: underline;
	}

#mainContent
	{
	color: #036;	
	background: url('../images/content_bg_main.gif') repeat-y 0 0;
	padding: 15px 0;
	line-height: 1.5em;
	}

.leftBox, .rightBox
	{
	position: relative;
	width: 350px;
	overflow: auto;
	text-align: left;
	padding-bottom: 20px;
	}

.leftBox
	{
	float: left;
	left: 20px;
	}

.rightBox
	{
	float: right;
	right: 20px;
	}

.leftBox h2, .rightBox h2
	{
	margin: 10px 0 0 0;
	padding: 1px 0 0 45px;
	height: 37px;
	background: url('../images/h1_bg.gif') no-repeat 0 0;
	}

.leftBox p, .rightBox p
	{
	text-indent: 15px;
	}