#content {
	padding:15px;
	background:#9AB98D;
	border-bottom:4px solid #BAE2AB;
}
#content h2 {
	color: #3d4334;
	font-size:18px;
}
#content p {
	font-size:12px;
	color: #3d4334;
	padding: 8px 0px;
	line-height:18px;
}
#content td {
	font-size:12px;
	color: #3d4334;
	padding: 4px 0px;
	line-height:20px;
}
#content td img {
	float:left;
	padding:0px 5px 5px 0px;
}
#content .left {
	width:430px;
	float:left;
}
#content .right {
	width:430px;
	float:right;
}
#content .otherImages {
	width:330px;
	float:right;
}
#content .otherImages img {
	width:160px;
	margin:0px 3px 3px 0px;
	display:block;
	float:left;
	border:1px solid #3d4334;
	cursor:pointer;
}
#content .currentImages img {
	width:160px;
	margin:0px 3px 3px 0px;
	display:block;
	border:1px solid #3d4334;
}
#mainImage {
	border:1px solid #3d4334;
}
#positiveResponse {
	border:1px solid #FFBE0F;
	background:#FFFFA0;
	text-align:center;
	color:#666;
	font-size:12px;
	font-weight:bold;
	padding:5px;
}
#serviceProviders li {
	list-style:none;
}
#serviceProviders h2 {
	border-bottom:3px solid #6C935E;
}