
@page {
	margin-top:auto;
	margin-right:auto;
	margin-bottom:auto;
	margin-left:auto;
} 

body{
	background:white;
	font-size: 11pt;
}
body a{
	color:black;
}
/* hide the original site header */
#header{
	display:none;
}
/* hide the UL links in the image column */
#property_details_column ul{
	display:none;
}
/* hide the sidemenu */
#sidemenu{
	display:none;
}
/* hide the thumbnails */
#property_details_thumbs{
	display:none;
}
/* hide the breadcrumbs */
#breadcrumbs{
	display:none;
}
/* hide the footer */
#footer{
	display:none;
}
#copyright{
	display:none;
}
/* size the content panel */
#main #content{
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
}

/* black and white unless otherwise stated */
html, body, body * {
	background:#fff;
	color:#000;
	}

/* generic no print */
/* don't print objects, unless specified */
.off, .noPrint, object, embed {
	display:none;
	}

img.print {
	display:inline;
	}
/* bring the print header back in & expand it */
#print_header {
	visibility:visible;
	position:relative;
	width:770px;
	height:140px;
	margin: 0;
	padding: 0;
	overflow:hidden;
}