a.tile {
	float: left;
	display: block;
	width: 230px;
	height: 280px;
	margin: 0 20px 20px 0;
	background: url(images/bg_tile.png) no-repeat;
	background-position: left bottom;
	text-decoration: none;
}
a.tile.last {
	margin-right: 0px;
}
a.tile h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 17px;
	font-family: Helvetica, Arial, Verdana sans-serif;
	margin: 9px 0 3px 10px;
	cursor: pointer;
	height: 17px;
	width: 210px;
}
a.tile p {	
	color: #474747;
	font-size: 12px;
	line-height: 20px;
	font-family: Arial, Helvetica, Verdana sans-serif;
	margin: 0 0 0 10px;
	width: 180px;
	height: 60px;
	overflow: hidden;
	cursor: pointer;	
}
a.tile.blue {
	background: url(images/bg_tile_sticky.png) no-repeat;
	background-position: left bottom;
}