#wrapper {
	text-align:center;
	width:100%;
	padding-top:30px;
}


#home_wrapper {
	width: 997px;
	background:#ffffff url("/images/hp_pg_bkg.gif") repeat-y;
	margin-left:auto;
	margin-right:auto;
}


#home_content {
	width: 964px;
	background: #ffffff;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#home_content .left { float: left; }
#home_content .right {float: right; }

#main_cell {
	width: 754px;
	height : 200px;
	background : #eeeef5;
	background-image : url(images/hp_maincell_bkg.gif);
	float:left;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
}


.lower_cell {
	background: #e2ebf6 url("/images/hp_subcell_bkg.gif") no-repeat;
	width: 365px;
	height: 132px;
	margin: 10 0 10 0px;
	padding: 0 0 0 0px;
	text-align: left;
	float: left;
}

.lower_cell_content {
	padding-left: 20px;
	padding-right: 15px;
}

.section_header {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 105%;
	padding-top : 10px;
	padding-bottom : 10px;
}

