html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
div.item {

	text-align: center;
	font-family: century gothic, arial, sans serif;
	color: black;
	background-color: white;
	float: left;
	width: 130px;
	height: 200px;
	margin: 5px;
	padding-top: 5;
	padding-left: 5;
	padding-right: 5;
	padding-bottom: 15;
	xxoverflow: hidden;
	xxdisplay: none;
	border-left: 1px solid;
	border-right: 1px solid;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #7A6753;
}

div.descript_CSS {
	font-family: century gothic, arial, sans serif; 
	font size: 11pt;
	text-align: left;
}

div.container {
	height: 340;
	width: 650;
	xxoverflow: hidden;
}
div.item img {
	margin-top: 5px;
	border: 0px none;
}
div.xxitem p {
	height: 200px;
	width: 117px;
	text-align: center;
	font-family: Arial;
	font-size: 10px;
	overflow: hidden;
}
.clear {
  clear : both;
}
