.serving {
	position:relative;
	display:block;
	width:86%;
	margin:15px auto 0px auto;
	padding:8px 10px 5px 10px;
	border:2px solid white;
	background-color:#b2da75;
	font-family:Arial,sans-serif;
}

.serving_text {
	display:block;
	margin:9px 0px 3px 0px;
	font-size:14px;
	text-indent:6px;
	font-weight:normal;
}

.serving_name {
	display:block;
	width:100%;
	margin:0px 0px 3px 0px;
	padding:0px 0px 3px 0px;
	border-bottom:1px solid white;
	text-align:left;
	text-indent:15px;
	font-size:16px;
	font-weight:bold;
}

.serving .thumbs {
	display:block;
	width:100%;
	text-align:center;
}

.serving .thumbs a img { margin-top:5px; }

.serving .thumbs a:link img, .serving .thumbs a:visited img {
	border:2px solid white;
}

.serving .thumbs a:hover img {
	border:2px solid silver;
}

.serving .worker {
	color:#b2da75;
}

