body {
	font: 0.4cm georgia, serif;
	}
	
#header, #nav, #sidebar, #footer {
	display: none;
	}
	
h1, h2 {
	border-bottom: 3px solid #000;
	text-transform: capitalize;
	}
	
table {
	text-align: left;
	width: 100%
	}
	
th {
	border-bottom: 1px solid #000;
	}

a {
	color: #000;
	text-decoration: none;
	}

dt {
	font-style: italic;
	text-decoration: underline;
	}
	
dd {
	margin-bottom: 1em;
	}
	
abbr {
	display: none;
	}
	
#content ul.contact {
	list-style-type: none;
	margin-top: 1em;
	}

#content ul.sitemap {
	list-style-type: none;
	margin: 0 0 1em 2em;
	}

#content ul.sitemap li {
	line-height: 2;
	}
	
.prop {
	border: 1px solid #000;
	height: 165px;
	float: left;
	margin: 0 1em 1em 1em;
	width: 220px;
	}
	
.propBlurb {
	float: left;
	width: 272px;
	}
	
.propBlurb p {
	font-weight: bold;
	margin: 1em 1em 0 0;
	}
		
.brClear {
	clear: both;
	}