.property
{
	display:			block;
	float:				left;
	margin:				0px 2px 2px 0px;

	width:				115px;
	height:				156px;

	background-color:		#391416;
	text-align:			center;
	color:				white;
	overflow:	hidden;
}
.last
{
	margin-right:		0px!important;
}
.property a:hover
{
	color:				white;
	text-decoration:	none!important;
}

a.property img
{
}

.propertytitle,
.propertytext
{
	width:				105px;

	background-color:		#391416;

	padding:			0px 5px;
	display:			table-cell;
	vertical-align:		middle;
	text-align:			center;

	color:				white;
	font-size:			0.72em;
}
.propertytitle
{
	height:				50px;
}
.propertytext
{
	height:				156px;
}

#content
{
	padding:			0px;
}
h1
{
	padding-top:		25px;
	padding-left:		25px;
}
.bodytext
{
	padding-left:		25px;
}

.print-only
{
	display:			none;
}

