#intro {
/*	background-color: #b0c2df;*/
}

ul#items {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;	
	bottom: 0;
	margin-left: -17.5em;
}

#items li {
	position: relative;
	margin-bottom: 1em;
	height: 13em;
}

#items h3 {
	font-size: 1em;
	font-weight: bold;
	width: 16em;
	text-align: right;
	margin: 0;
	padding: 0;
}

#items .info p {
	font-size: 0.85em;
	line-height: 1.5126em;
	margin: 0;
}

#items .info {
	width: 16em;	
	text-align: right;
	position: absolute;
	left: 0;	
	top: 0;
}

#items img {
	margin: 0 0 0 17.5em;
}