/* CSS Document */

#heroWrapper{
	position:absolute;
	left:0px;
	top:28px;
	width:100%;
	height:150px;
	background:url(../images/bg-hero.png) no-repeat;
	border-bottom:#CCCCCC solid 1px;
	}
#contentWrapper{
	position:absolute;
	left:0px;
	top:188px;
	width:100%;
	}
#subNav{
	position:absolute;
	top:210px;
	left:0;
	width:224px;
	}
#mainContent{
	float:left;
	width:526px;
	margin:20px 0 0 244px;
	min-height:215px;
	font-size:76%;
	}
