h2 {float: left;}

.back {float: right; padding: 5px; margin-bottom: 18px; background-color: #D26335; color: #FFF; text-align: center; font-size: 14px; line-height: 18px;}
.back:hover {background-color: #FBFCD4; color: #C7601E;}

/* index.html */
#albums {margin: 18px 0; padding: 0; text-align: center;}
#albums a {font-weight: bold;}
#albums img {float: left; margin-right: 18px; height: 150px; width: 150px;}
#albums li {background-color: #FFF; border: 1px solid #EBEAEA; float: left; height: 360px; list-style-type: none; margin: 18px; padding: 18px; width: 41%;}
#albums p {float: right; margin: 0; text-align: left; width: 187px;}
#albums h3, h4 {text-align: left;}

/* Albums */
#photos {margin: 0; padding: 0; text-align: center;}
#photos li {float: left; list-style-type: none; margin-bottom: 18px; width: 25%;}