@charset "UTF-8";

ul#boxes {
	margin: 10px -20px 30px -20px;
	list-style:none;
	padding:10px 0 0 0;
}

ul#boxes li {	
	float:left;
	padding:0pt 20px 20px 20px;
	margin-right: 0;
	width:280px;
}

ul#boxes li a.imgwrap {
	background: url(http://www.stmarkscamberwell.org.au/images/boxwrap.png) no-repeat 50% 50%;
	height: 96px;
	width: 96px;
	margin-right: 10px;
	float: left;
}

ul#boxes li a.imgwrap img {
	width: 86px;
	height: 86px;
	margin: 4px 0 0 4px;
}

ul#boxes li h2 {
	font-size: 1.5em;
}

ul#boxes li h2 a {
	color: #027;
}
ul#boxes li h2 a:hover {
	color: #458;
}
ul#boxes li p {
	font-size: 0.95em;
}