html, body {
	margin : 0 2% 0 0;
	padding : 0;
}
#header_print {
	position : absolute;
	top : 0;
	left : 0;
	padding : 0;
	width : 100%;
	height : 94px;
	border : none;
}
.header {
	display : none;
}
#sidnav {
	display : none;
}
#navigation {
	display : none;
}

#address_print {
	position : abolute;
	left : 5px;
	bottom : 15px;
	font-family : Times, serif;
	font-size : 10pt;
	clear : both;
}
#address {
	display : none;
}
#content {
	position : absolute;
	top : 94px;
	left : 0;
}
#property {
	margin-left : 25px;
	width : 550px;
	border : 1px solid #000000;
	padding : 10px;
}
#property h1 {
	background-color : #000000;
	margin : -10px -10px 10px -10px;
	color : #ffffff;
	padding : 2.5px;
	text-align : center;
}
#property #aerial_images {
	background : transparent;
	margin : 12px;
	padding : 0;
	width : 500px;
	height : auto;
}
#property #property_images {
	background : transparent;
	margin :  5px 12px 0 12px;
	padding : 0;
	width : 500px;
	height : auto;
}
#property #map {
	text-align : center;
	page-break-before : always;
}
#property li {
	margin : 0 10px 2.5px 10px;
}
#property p#footer {
	background-color : #000000;
	margin : 10px -10px -10px -10px;
	color : #ffffff;
	padding : 2.5px;
	text-align : center;
}
.bottom_nav {
	display : none;
}
.top {
	display : none;
}
#left {
	float : left;
	right : 5%;
	bottom : 15px;
}
#right {
	display : none;
}
img.left {
	float : left;
	right : 5%;
	bottom : 15px;
	padding : 15px;
}
img.right {
	float : right;
	left : 5%;
	bottom : 15px;
	padding : 15px;
}