.contHolder {
	height: 150px;
	width: 525px;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;

}

.contHolder img {
	float: left;
	height: 150px;
	width: 150px;
	margin-right: 10px;
}

.contHolder h3 {
	vertical-align: top;
}

.contDesc {
	margin-left: 20px;
}

.contDesc li {
	list-style-type: none;
}

