body {
	font-family: verdana;
	text-align: center;
	font-size: 12px;
	color: #000;
	background: url(/site/images/bg.jpg) fixed no-repeat top left;
	padding-top: 40px;
}
a {	color: #fff; text-decoration: none; }
a:hover { text-decoration: underline; }
#prop {
	top: 0px;
	right: 42px;
	position: absolute;
	width: 300px;
	text-align: left;
	background: url(/site/images/properties.png) no-repeat;
}
#properties {
	margin: 0 20px;
	padding: 10px;
	width: 300px;
	text-align: left;
	border: 1px solid #fff;
}
#properties p {
	margin: 0;
	padding: 0;
}
#properties .left {
	float: left;
	margin-right: 10px;
	width: 110px;
}
#properties .right {
	float: left;
	width: 180px;
}
#properties .title {
	font-weight: bold;
	text-align: center;
}
#services {
	margin: 20px auto 60px auto;
	padding: 10px 20px;
	width: 300px;
	text-align: left;
}
#services li {
	margin: 5px 0;
	width: 250px;
	line-height: 17px;
}
.clear {
	clear: both;
	height: 5px;
}