#h1FloorPlans {
	height: 50px;
	background-image: url('../../images/floor_plans.png');
	background-repeat: no-repeat;
}

#h1FloorPlans h1 {
	position: absolute;
	left: 300%;
}

.h2FloorPlan {
	height: 50px;
}

h2 {
	position: absolute;
	left: 1000%;
}


