h2{
	color: rgb(90,105,205);
	font-size: 12px;
	border-bottom: 1px solid rgb(200,200,200);
	font-weight: normal;
	line-height: 32px;
	margin: 10px 0 5px;
}

.list{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}
	.list li{
		display: inline-block;
		vertical-align: top;
		width: 236px;
		margin: 10px;
		text-align: center;
		background-color: white;
		font-size: 12px;
		-webkit-box-shadow: 0 0 1px black;
		-moz-box-shadow: 0 0 1px black;
		box-shadow: 0 0 1px black;
	}
	.list div{
		height: 236px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}
	.list a{
		line-height: 32px;
		text-decoration: none;
		display: block;
	}
		.list a:hover{text-decoration: underline;}