#content .layoutContent {
	background-image:url(/assets/images/common/interiorbg.png);
	background-position:top right;
	background-repeat: no-repeat;
}

.homesSidebar {
	width: 225px;
	position: absolute;
	right:0;
	top:0;
}

.homesSidebar h2 {
	margin:0 0 10px 0;
}
.homesSidebar h1 {
	font-size: 24px;
	margin: 10px 0 0 0;
}

.homesSidebar li a {
	font-size:16px;
	text-transform:uppercase;
	text-decoration:none;
	display:block;
}

.homesSidebar li a:hover, .homesSidebar li a.activeFloorLink {
	background-color: #fff;
}

#floors { 
	position:relative;
	height:670px;
	
}
.floorplan {
	position: absolute;
}
.floorplan img{
	height: 100%;
}
#content {
}
.floorplan {
	text-align:center;
}

.disclaimer {
	clear:both;
	padding:15px;
	font-size:11px;
}