html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
div.item {

	background-color: white;
	text-align: center;
	float: left;
	width: 125px;
	height: 160px;
	margin: 5px;
	padding-top: 5;
	padding-left: 5;
	padding-right: 5;
	padding-bottom: 15;
	overflow: hidden;
	border-left: 1px solid;
	border-right: 1px solid;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: gray;

	
}
div.container {
	background-color: white;
	height: 340;
	overflow: hidden;
	
}
div.item img {
	background-color: white;
	margin-top: 5px;
	border: 0px none;

	
}
div.item p {
	background-color: white;
	height: 200px;
	width: 117px;
	text-align: center;
	font-family: Arial;
	font-size: 10px;
	overflow: hidden;
	
}
.clear {
  clear : both;
}

div.descript_CSS {
	font-family: times, serif; 
	font size: 11pt;
	text-align: left;
}