.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16
{
	display: inline;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	position: relative;
	height:auto;
}
html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.column {
	display: inline;
	float: left;
	position: relative;
	height:auto;
	width:300px;
	margin:10px 10px 0 10px;
}
.brick {
	display: inline;
	float: left;
	position: relative;
	height:auto;
	width:92%;
	margin-left:4%;
	margin-right:4%;
	margin-bottom:8px;
	border-top:dotted 1px #dedede;
	padding-top:4px;
}
.feature {
	display: inline;
	position: relative;
	height:260px;padding:0;
}