@import url(shared.css);

#content li {
	position: relative;
	margin-left: 300px;
	margin-bottom: 30px;
	padding: 15px;
	min-height: 177px;
	background: #f0f0f0;
}
* html #content li {
	height: 177px;
}
#content li img {
	position: absolute;
	left: -301px;
	top: 0;
	max-width: 276px;
}
#content li h3 {
	margin-bottom: .2em;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1em;
	font-weight:bold;

}


