.cats {
	background: #FFFFFF;
	clear: both;
	height: 260px;
	margin:10px 10px 0 25px;
	
}

.category { 
	float: left; 
	width: 217px;
	height: 250px;
	background: #EEEEEE;
	margin: 0 9px 9px 0;
}

.cat-con {
	height: 240px;
}
.cats h4 {
	background: #DFDFDF;
	text-align: center;
}

.cat-con h5 a {
  font-size: 16px;
  font-style: italic;
  color: #4499DB;
}
.cat-con p {
  font-family: "Verdana", "Arial", sans-serif;
  font-size: 12px;
}
.category img { display: block; margin: auto; }



