@charset "utf-8";
/* CSS Document */

#main-layout div#middle {
	float:left;
	width:68%;
}
#cols * a {
	text-decoration:none;
}
.column {
	clear:none;
	overflow:hidden;
	display:inline-block;
	float:left;
	height:130px;
	margin-bottom:8px;
	margin-right:1%;
	padding-left:12px;
	padding-right:12px;
	position:relative;
	width:39%;
}
.column h2 {
	margin-bottom:8px;
	font-size:18px;
	font-weight:normal;
	color:#000;
	margin-top:8px;
	line-height:1.3em;
	margin-bottom:0.3em;
}
