body {
	background-image:url(images/back.jpg);
	background-repeat:repeat-x;
	background-color:#525252;
	margin: 0px 0px 0px 0px;
}

.text {
	padding: 20px 0px 20px 0px;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	line-height:22px;
}

.coming {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:700;
}

.floorplan {
	padding: 0px 20px 0px 15px;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	line-height:22px;
}

a {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}