#propertyContainer {
	margin: 25px 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar space when the content in #sidebar ends. */
	padding: 0 2px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 780px;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4A0A6D;
	font-weight: bold;
}
.clickhere {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #B0ACBD;
}
.sold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #FF0000;
	text-align: left;
	font-weight: bold;
}
.reduced {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #FF0000;
	text-align: left;
	font-weight: bold;
}
.close {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	background-image: url(../images/tabshade.gif);
	color: #4A0A6D;
}
