body {
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

#container {
	/* width: 614px;
	height: 500px; */
	/*	border: 1px solid red;*/
	padding: 0px;
	margin: 0px;
}

.row {
	width: 1014px;
	height: 180px;
	* height: 200px;
}

.item {
	width: 300px;
	padding: 3px;
	float: left;
	/* height: 160px;
	* height: 180px;*/
	overflow: hidden; 
}
h1 {
	font-size: 13px;
	color: #0C7D12;
	font-weight: bold;
	/* height: 16px;
	overflow: hidden; */
	* margin: 0px 0px 4px 0px;	
}

h2, h2 a {
	color: black;
	font-size: 12px;
	font-weight: normal;
	height: 14px;
	overflow: hidden;
	text-decoration: none;
	* height: 22px;
	* margin: 6px 0px;
}
h2 a:hover {
	text-decoration: underline;
}