#content-about {
	position:					relative;
	left:						23px;
	width:						960px;
	height:						820px;
	z-index: 					5;
}

#content-about img {
	margin:						5px;
}

#graphic-about {
	position: 					relative;
	top:						155px;
	left:						-23px;
}

#aboutitems {
	position: 					relative;
	top: 						188px; 
	width: 						960px;
	height:						531px;
}

#about-col1 {
	position: 					relative;
	float: 						left;
	width: 						594px;	
}

#about-col2 {
	position: 					absolute;
	left: 						621px;
	height:						100%;
	width: 						280px;
}

#section1 {
	position: 					relative;
	height: 					310px;	
}

#section1 #image {
	position: 					relative;
	height:						131px;
	background-color:			#F8F7D7;
}

#section1Text {
	position: 					relative;
	float: 						left;
	top: 						20px;
	width: 						100%;
	min-height: 				131px;
	background-image:			url(../img/textBG.png);
}

#section1Text p, #section2Text p, #section3Text p {
	margin:						13px 16px 16px 16px;
	opacity: 					.7;
	filter: 					alpha(opacity=70); 
}

#section2 #image {
	position:					relative;
	float: 						left;
	width: 						291px;
	height: 					131px;	
	background-color:			#F8F7D7;
}

#section2Text {
	position:					relative;
	float: 						right;
	width: 						280px;
	min-height: 				131px;
	background-image:			url(../img/textBG.png);
	background-size:			100% 100%;
}

#section3 #image {
	position: 					relative;
	height:						131px;
	background-color:			#F8F7D7;
}

#section3Text {
	position:					relative;
	float:						right;
	top:						20px;
	width: 						280px;
	min-height:					131px;
	background-image:			url(../img/textBG.png);
}

