html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: black;
}
div.item {

	background-color: white;
	text-align: center;
	float: left;
	width: 125px;
	height: 160px;
	margin: 8px;
	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;
	text-transform: uppercase;
	
}
div.container {
	background-color: white;
	height: 520;
	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;
	
}
div.descript_CSS {
	font-family: times, serif; 
	text-transform: uppercase;
	font size: 9pt;
	text-align: left;
}

.clear {
  clear : both;
}