body {
	text-align: justify;
}
table.main {
	width: 760px;
}

td.house_top {
	background-image: url(images/house_top.jpg);
	height: 120px;
	background-repeat: no-repeat;
}
td.house_main {
	background-image: url(images/house_main.jpg);
	background-repeat: repeat-y;
	padding: 5px;
}
td.house_bottom {
	background-image: url(images/house_bottom.jpg);
	background-repeat: no-repeat;
	height: 16px;
}
table.properties {
	border: 3px solid #A72323;
	text-align: center;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #A72323;
}
p {
}
a {
	font-weight: bold;
	color: #151598;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #151598;
	text-decoration: overline;
}
a.email {
	font-weight: normal;
	color: #A72323;
	text-decoration: none;
}
a.email:hover {
	font-weight: normal;
	color: #A72323;
	text-decoration: underline;
}
td.properties {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #A72323;
}
