ul#recent {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;	
	bottom: 0;
}

#recent li {
	margin-left: -19.5em;
	position: relative;
	margin-bottom: 1em;
}

#recent h2 {
	font-size: 1em;
	font-weight: bold;
	width: 18em;
	text-align: right;
}

#recent .info p {
	margin: 0;
}

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

#recent img {
	margin: 0 0 0 19em;
}