body {
   background: white;
   font-size: 12pt;
}

#header {
	margin:0;
	padding:0;
	height:auto;
}

#container, #content {
   width: auto;
   margin: 0;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
}

	#header div {
		height:auto;
	}

	#header div h1 {
		height:auto;
		width:100% !important;			
	}

	#header div h1 span {
		display:block;
	}
		#header div h1 a {
			height:auto;
			width:100% !important;		
		}

	h2 {
		padding:0;
		margin:1em 0 1em 0;
		width:100% !important;
		background:transparent none;
	}

	h2 span {
		display:block;
	}
		
	#sidebar {
		display:none;
	}
	
	
	a.go_to_gallery {
		display:none !important;
	}
	
	a.print {
		display:none !important;
	}
	
	.driveby_address {
		clear:both;
		border:0;
		border-bottom:1px solid #000;
		background:transparent none;
		float:none;
		height:auto;
		width:auto;
	}
	
	.drive_list_printout {
		display:block;
	}
	
#footer {
	display:none;
}