html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
div.item {

	background-color: white;
	text-align: center;
	float: left;
	width: 135px;
	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: #c0c0c0;

	
}
div.container {
	background-color: white;
	height: 350px;
	width: 640px;
	overflow: auto;
	
}

div.container2 {
	background-color: white;
	height: 65px;
	width: 640px;
	overflow: auto;
	scrollbar-base-color:#DBD2C1;
	scrollbar-arrow-color:;
	scrollbar-highlight-color:white;
	scrollbar-3dLight-Color:;
	scrollbar-shadow-color:;
	scrollbar-darkshadow-color:;
	scrollbar-face-color:#DBD2C1;
	
}
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;
}