/* Your css here */
#imageContainer {
	position:relative;
	margin:0;
	width:640px;
	height: 480px;
}

#imageContainer img
{
	position: absolute;
	top: 0px;
	left: 0px;
}

#soldListings
{
	text-align: center;
}

.soldListingResult
{
	float: left;
	width: 210px;
	margin: 5px 12px 20px 12px;
	font-weight: bold;
	border: solid 2px #000;
	background-color: #800000;
	position: relative;
}

.soldListingImage
{
	margin: 5px;
	width: 200px;
	height: 150px;
}

.soldListingAddress
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #fff;
	font-weight: 900;
	background-color: #000;
	text-align: center;
	width: 100%;
	height: 16px;
	padding-top: 4px;
	overflow: hidden;
}

.soldListingSeal
{
	position: absolute;
	bottom: 28px;
	left: 5px;	
	border-bottom: 3px solid #000;
	border-right: 2px solid #666;
}