div.rounded {
	background-image: url(images/infobox_bkgnd.gif);
	background-repeat: repeat-y;
	background-position: center bottom;
	width: 170px;
	margin-left: 0px;
	margin-right: 0px;
}
div.rounded h3 {
	background-image: url(images/infobox_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
/* font-family: Papyrus, Georgia, Times, serif; */
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 13px;
/* text-shadow: 2px 2px 2px #848ead; */
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 8px;
	margin-top: 0px;
	padding-bottom: 3px;
}
div.rounded p {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-right: 10px;
	padding-left: 10px;
	line-height: normal;
}
div.rounded h4 {
	background-image: url(images/infobox_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 5px;
	margin-bottom: 0px;
	line-height: 1px;
}
div.rounded div {
	margin-top: -5px;
}

