
* {
	background: none !important;
}

HTML, BODY {
	font: 12px Arial, sans-serif;
}

/* Display none
================*/
#topLinks,
#nav,
#column1,
#column2,
#footerContent {
	display: none;
}

/* Content
===========*/
#shadow,
#wrapper,
#content,
#main,
#main .text,
#footer {
	float: none;
	position: static;
	margin: 0;
	padding: 0;
	height: auto;
	min-height: auto;
	overflow: visible !important;
	width: 660px;
	color: #000;
}

#logo {
	float: right;
	padding: 30px 30px 0 0;
}

/* Footer
===========*/
#footer {
	text-align: center;
}

/* PropertyPage
================*/
.propertyTopLinks,
.contactForm {
	display: none;
}
.propertyInfoImageSmall {
	float: left;
	padding: 5px;
}
.propertyInfoImageSmall IMG {
	border: 0;
}
.propertyFloorPlan {
	clear: left;
}
