.album {
	float: left;
	width: 740px;
	padding: 5px;
	border-bottom: 1px solid #ffffff;
}

.album .title {
	clear: both;
	margin: 0 0 10px 0;
	color: #001754;
	font-size: 1.3em;
	font-weight: bold;
}

.album .image {
	float: left;
	height: 140px;
	width: 140px;
	text-align: center;
}

.album .image img {
	border: 0px;
}

.album .description {
	float: left;
	margin: 0 0 0 10px;
	overflow: hidden;
}

.album .spacer {
	clear: both;
	width: 740px;
	height: 1px;
}