
#materials-list {
	list-style: none;
	margin: 50px 0 0 0;
}
	#materials-list li {
		list-style: none;
		margin: 0 0 60px 0;
		position: relative;
	}
		#materials-list li.has-image {
			min-height: 200px;
		}
		
	#materials-list li h5 {
		font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
		font-size: 230%;
		line-height: 150%;
		font-weight: bold;
	}
		#materials-list li.has-image h5,
		#materials-list li.has-image p {
			margin-left: 240px;
		}
		
	#materials-list li.has-image a.thumbnail {
		position: absolute;
		left: 10px;
		top: 10px;
		text-align: center;
		text-decoration: none;
	}
