* {
	margin: 0;
	padding: 0;
}
body {
	font: 14px Arial;
	color: #666;
	background: #e8eded;
}

#content {
	width: 1000px;
	height: 943px;
	margin: 0 auto;
	margin-top: 10px;
	background: white;
}
#left {
	float: left;
}
#right {
	width: 580px;
	padding: 10px 25px 0;
	word-spacing: 3px;
	float: right;
}
#elnPicture {
	width: 560px;
	height: 169px;
	padding: 10px;
	background: #55c2c2;
}
#summary {
	width: 570px;
	padding: 0 5px;
	line-height: 20px;
	margin-top: 10px;
	word-spacing: 0px;
	//background: #eefbfa;
}
#benefits {
	background: #eefbfa;
}
#rightBenefits {
	width: 290px;
}

.clear {
	clear: both;
}
.title {
	color: #39b4be;
	margin: 25px 0 5px 6px;
	//font-weight: bold;
	font-size: 24px;
}
.line {
	height: 2px;
	background: #268e8e;
}
.content {
	line-height: 25px;
	margin: 5px 0 0 5px;
}
.benefits {
	width: 240px;
	float: left;
	line-height: 20px;
	margin: 5px 0 0 18px;
}
.benefits li {
	list-style-image: url(../images/irmmList.png);
}