body {
	font-family: sans-serif;
}

div#header {
	border-bottom: solid #118 1px;
	background-color: #537196;
}
div#header img {
	border-width: 0;
}
p.footer {
	font-size: smaller;
	text-align: center;
	clear: both;
}
p.footer#copyright {
	font-size: smaller;
	text-align: center;
}
div#header p {
	float: right;
	clear: right;
	color: white;
	margin: 10px 2px 1px 1px;
	font-size: 20px;
}

h1 {
	font-size: 150%;
	color: #0e0d43;
}
h2 {
	font-size: 120%;
	color: #0e0d43;
}
h3 {
	font-size: 100%;
	color: #0e0d43;
}
table#listings {
	border-collapse: collapse;
	width: 100%;
}
table#listings h2 {
	margin-top: 1px;
}
table#listings img {
	border-width: 1px;
	border-color: #118;
	display: block;
}
table#listings td.street {
	padding-left: 1em;
	padding-right: 1em;
}
table#listings td.price {
	font-weight: bold;
	text-align: right;
	padding-left: 1em;
	padding-right: 1em;
}
table.box {
	margin: 5px;
}
table.box h2 {
	background-color: #bdcbdc;
}
table {
	border-collapse: collapse;
}
div#signout {
	float: right;
	font-size: smaller;
}
