.article {
	float:left;
	width:580px;
	margin:5px 0 5px;
	padding:10px;
}
.last {
	border-bottom:0;
}

#Articles {
	float:left;
}
	#Articles .odd {
		
	}
	#Articles .even {
		background:#EEE;
	}

.article h4 {
	margin-top:0;
	width:580px;
}
.article .image-holder {
	float:left;
	width:125px;
	clear:left;
}
.article .article-details {
	float:left;
	width:425px;
}

.supplement-letter {
	display:inline;
	float:left;
}
	.supplement-letter p {
		width:20px;
		height:20px;
	}
	.supplement-letter a {
		padding:5px;
		display:block;
	}
