div.overlay {
	font-family: Arial, Helvetica, Verdana, sans-serif;

	width:700px;		
	height:500px;
}

div.overlay img {

	margin-top: -25px;
	clear: left;
	float: none;
	overflow: hidden;
}

div.overlay .name {
display: block;
	color: black;
	clear: left;
	font-size: 90%;
}


div.overlay .title {
display: block;
	color: black;
	clear: left;
	font-size: 90%;
	margin-bottom: 10px;	

}


div.overlay .description {
display: block;
width: 690px;
height: 260px;
	clear: left;
	font-size: smaller;
	line-height: 160%;
	overflow: auto;
}

