#sectioncontainer {
	width : 100%;
	height : 144px;
	color : #ffffff;	
	background-color : #96d490;
	clear : both;
}

#sectionheadercontainer {
	display : inline;
	background-color : #96d490;
	color : #ffffff;
	min-width : 340px;
	width : 45%;
	height : 124px;
	float : left;
	padding-top : 20px;
	margin-left : 25px;
	margin-right : 0px;
}

#sectionheader {
	display : block;
	background-color : #96d490;
	color : #ffffff;
}

#sectionintro {
	display : block;
	background-color : #96d490;
	color : #000000;
	font-size : 0.8em;
	margin-top : 15px;
	margin-right : 0px;
	width : 100%;
}

#sectionheaderimage {
	float : right;
	background-image : url('../images/01.jpg');
	background-color : #96d490;
	color : #ffffff;	
	width : 357px;
	height : 144px;
	clear : right;
	display : inline;
}