#photoAlbum #newAlbums {
	float:left;
	display:block;
	width:60%;
	clear:both;
}
#photoAlbum img, #yearGallery img{
	max-height:100px;
	max-width:100px;
}
.albumDesc,.archiveDesc{
	margin-top:5px;
	padding:5px;
	height:142px;
}
.albumDesc{
	height:142px;
}
.archiveDesc .image, #yearGallery .albumDesc{
	text-align:center;
}
#photoAlbum #newAlbums .albumDetail {
	display:block;
	float:left;
	text-align:left;
	margin-top:50px;
}

#photoAlbum #archive {
	float:right;
	display:block;
	width:35%;
	clear:right;
}

#photoAlbum #archive .year {
	display:block;
	float:right;
	padding-top:55px;
}

#yearGallery{
	display:block;
	width:100%;
}
#yearGallery .albumDesc{
	width:336px;
	float:left;
}

#archiveGallery{
	display:block;
	width:100%;
}

 #archiveGallery .yearDesc{
	text-align:center;
	width:112px;
	float:left;
	display:block;
	height:140px;

}
.yearDesc h3{
	margin-top:0px;
}

