@charset "UTF-8";
/* CSS Document */

#background_swirl_home {
	text-align: left;
	width: 955px;
	height: 245px;
	background-image: url(../images/background_top_home.jpg); 
	background-repeat: no-repeat;
/* the following 3 lines center content with slight offset to accommodate swirl */	
	left: 50%;
	margin-left: -512px;
	position: relative;
}

#background_swirl_home img { /* for marshology logo */
	padding-left: 70px;
	padding-top: 78px;
}

#content_home {
	margin-top: -114px;
	width: 885px;
	height: 475px;
	position: relative;
}			

#content-left_home {
	width: 310px;
	height: 475px;
	background-color: #221111;
	float: left;
}		

#content-right_home {
	width: 575px;
	height: 475px;
	background-color: #0d0d1b;
	float: right;
	background-image: url(../images/swirl_blue.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#content-right_home div {
	padding: 50px 55px 50px 55px;
	
}	