@charset "UTF-8";
/* CSS Document */


#chart {
	margin: 5px;
	padding: 5px;
}

.itemdisplay {
	text-align: center;
	display: block;
	float: left;
	width: 200px;
	height: 350px;
	border-width: 1px;
	border-style: dotted;
	border-color: #3b281a;
	margin-right: 15px;
	margin-bottom: 12px;
	background-position: center;
	padding: 7px;
}
.itemdisplay p span{
	text-align: center;
}
.itemdisplay img {
	max-height: 100px;
	background-position: center;
	margin: 5px;
	text-align: center;
	position: relative;
	text-decoration: none;
	border-width: 0px;
	border-style: none;
}
.itemdisplay a img, #itemdisplay a:visited img {
	color: #336633;
	text-decoration: none;
	border: none;
}
#mainlf ul {
	margin: 25px;
}