
/* Global configs */

* {
	padding: 0;
	margin: 0;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: georgia, verdana, arial,serif;
	font-size: 9pt;
	line-height: 1.2em;
}

	h1 {
		font-size: 1.7em;
		font-weight: 100;
		line-height: 2.72em;
	}
		h2 {
		font-size: 1.6em;
		font-weight: 100;
		line-height: 2.56em;
	}
		h3 {
		font-size: 1.5em;
		font-weight: 100;
		line-height: 2.4em;
	}
	
p {
	margin: 0px 0px 10px 0px;
	font-weight: 100;
}

#body h1 {
	color: black;
	padding: 15px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: double #999999;
	line-height: 1.4em;
}

h2 {
	color: black;
	line-height: 1.4em;
}

/* Main Structure, wrap the whole layout in a div to keep it narrow and centered */

#wrapper {
}

	#header, #propimg, #left, #navigation, .rcol, .mainImage {
		display: none;
	}
	
	#propimg {
		padding: 0px;
		width: 760px;
		height: 89px;
		background: url(../static_images/property_header.gif) no-repeat ;
		z-index: 3;
		margin: 0px;
	}
		
	
	#content {
	}


		#body {
		}
		
/* Main page configs */



.main_property img {
	width: 324px;
	float: right;
	border: 1px solid black;
	margin: 10px 0px 10px 10px;
	}
	
#print_mainpic .printpics img {
	width: 150px;
	float: right;
	border: 1px solid black;
	margin: 10px 0px 10px 20px;
	}

#print_mainpic {
	margin: 10px 0px 0px 0px;
	width: 370px;
	float: right;
	}
	
