body {
	min-width: 1000px;
}

div#Content table {
	border: 1px solid #ddd;
	border-top: 0;
	border-left: 0;
	font-size: 0.9em;
}

div#Content th, div#Content td {
	border: 1px solid #ddd;
	border-right: 0;
	border-bottom: 0;
	padding: 0.5em;
}

div#Content th {
	background: #73b6b9 url('../images/homes-th-grad.png') top center repeat-x;
}

div#Content th a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

div#Content tr.Color1 {
	background-color: #fff;
}

div#Content tr.Color2 {
	background-color: #f5fafa;
}

div#Content td {
	vertical-align: top;
}

div#Content td.HomeName a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

div#Content td.HomeName a:hover {
	text-decoration: underline;
}

div#Content td.HomeName img {
	display: block;
	margin: 0 auto 0.4em auto;
	border: 1px solid #666;
}