.box{
	background-image : url(bg-2.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	margin-left : 15px;
	margin-right : 0px;
	margin-bottom : 0px;
	border-width : 3px;
	border-style : double;
	border-color: silver;
	width : 206px;
	height : 183px;
	float: left;
	overflow: hidden;
  margin-top : 0px;
}
.imgbox{
  padding-top : 10px;
}
.box h6{
	font-size: 15px;
	text-align : center;
	padding-left : 3px;
	padding-right : 3px;
	margin-top : 3px;
	margin-bottom: 0px;
}
.box P{
	font-size: 12px;
	line-height : 1em;
	text-align : center;
	padding-left : 5px;
	padding-right : 5px;
  padding-top : 1em;
}