#masonryList {
	overflow : hidden;
	width : 902px;
	z-index : 10;
}

.linkbox {
	float : left;
	width : 415px;
	margin : 0 36px 20px 0;
}

.linkbox h2 {
	margin-bottom : 20px;
	padding : 11px 10px 12px 10px;
	background : #e1e1d2;
	font-size : 100%;
	font-weight : 700;
	text-align : center;
}

ul.linkList {
	list-style : none;
}

ul.linkList li {
	margin-bottom : 8px;
	padding-bottom : 10px;
	border-bottom : dashed 1px rgba(160,155,125,0.8);
}

ul.linkList li a {
	color : #005ab4;
	text-decoration : underline;
}

ul.linkList li a:hover {
	color : #005ab4;
	text-decoration : none;
}