div#page div.section img.logo {
	float: left;
	margin-right: 1em;
}
div#page div.section a.details {
	float: right; width: 9em;
	margin-left: .5em; margin-top: .3em;
	padding: .2em .5em;
	font-weight: bold;
	text-decoration: none;
	background-color: #f8f7fc;
	background-image: url(vinousAngle.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	color: #3d5682;
	border: 1px solid #cdd5e8;
}
div#page div.section a.details:hover {
	color: #813d3d;
	text-decoration: underline;
}