.forsale {
	background: url(../for-sale/images/tile-forsale.jpg) repeat-y center top;
}
.tile {
	background: url(../for-sale/images/tile-forsale.jpg) repeat-y center top;
	width: 500px;
}
#sale-container h1 {
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	color: #990000;
	background: url(../for-sale/images/top-forsale.jpg) no-repeat center top;
	padding: 20px 0 5px 25px;
}
#sale-container {
	width: 700px;
	line-height: 22px;
}
#sale-container p {
	padding: 0 25px;
	line-height: 30px;
}
#sale-container img {
	float: right;
	padding: 13px 10px 0px 0;
}
.bot-sale {
	background: url(../for-sale/images/bot-forsale.jpg) no-repeat center bottom;
	height: 15px;
}
.sold {
	font: bold 16px "Lucida Sans Unicode", "Trebuchet MS", Verdana, Arial, sans-serif;
	text-transform: uppercase;
	color: #990000;
}
.note {
	color: #000000;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 15px;
}
