#masthead {
		background: #fff url(/graphics/masthead_print.gif) no-repeat;
		border-bottom: 6px solid #000;
		height: 99px;
		border-top: 1px solid #ccc;
	}

#masthead h1 {
	display: none;
}

#navigation {
	display: none;
}

#main_photo {
	display: none;
}
	
	#content_container {
		background-color: #fff;
		margin-top: -18px;
	}
	
	#content {
		background-color: #fff;
	}
	
	#content p {
		font-size: .9em;
	}

	#content .caption {
		font-size: 1em;
		color: #666;
		font-style: italic;
		margin-top: -10px;
	}
	
	#content p, #content h1, #content h2, #content h3, #content h4, #content h5 {
		padding-right: 36px;
	}

	#content ul, #content ol {
		padding-right: 54px;
	}

	#content li {
		/* margin-bottom: -14px; */
		padding-bottom: 0;
	}
	
	#content h1, #content h2, #content h3, #content h4, #content h5 {
		font-family: Georgia;
		padding-top: 1em;
		padding-bottom: 0;
	}
	
	#content h1 {
		font-size: 1.7em;
	}
	
	#content h2 {
		font-size: 1.5em;
		margin-bottom: 0;
	}
	
	#content h3 {
		font-size: 1.2em;
	}

	#content iframe {
		margin-left: 0;
		padding: 5px;
		border: 1px solid #ccc;
	}

	#content img {
		padding: 5px;
		margin-bottom: 0;
		border: 1px solid #ccc;
	}

	#contact_form img {
		padding: 0;
		border: 0;
	}
	
	/* #content table tr, #content table td, #content table th {
		border: 0;
		padding: 0 10px 0 10px;
	}
	
	#content table table td, #content table table th {
		padding: 5px;
		border: 1px solid #ccc;
	}
	
	td.tenant_heading h2 {
		margin-top: -36px;
	} */
	


	table#tenant_desc {
		margin: 0 0 0 36px;
		background-color: #fcfcdc;
		padding: 5px;
		}

	table#tenant_desc th {
		width: 75px;
		border-bottom: 1px solid #ccc;
	}
	


	
	#sidebar {
		display: none;
	}

	
	#footer {
		display: none;
	}