#textPart{
	width: 680px;
	position: relative;
	margin-top: 10px;
}
#textPartTop{
	background: transparent url(images/textPart.png) 0 0 no-repeat;
	height: 5px;
}
#textPartBottom{
	background: transparent url(images/textPart.png) 0 -5px no-repeat;
	height: 5px; 
}
#textPartMid{
	background-color: #fff;
	padding: 15px 20px;
}
#textPartMid h2{
	font-size: 20px;
	color: #333;
	margin-bottom:20px;
}