/* SITE CSS */
/* HTML Tags */

a, a:visited {
	color: #036;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	background-color: #8f0401;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	color: #666;
	font-family: Trebuchet MS;
	font-size: 11pt;
	margin: auto;
	text-align: center;
	width: 900px;
}

h1 {
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
}

h2 {
	color: #135;
	font-size: 12pt;
	font-weight: normal;
	text-decoration: underline;
}

img {
	border: 0px;
}

td {
	font-size: 10pt;
	vertical-align: top;
}

/* DIV's */

#mainContent {
	background-color: #eee;
	padding: 10px;
	padding-top: 20px;
	text-align: left;
	width: 880px !Important; /*moz width*/
	width: 900px; /*IE width*/
}

#mainContent h2 {
}

#mainContent h2, h3 {
	margin-bottom: 5px;
}

#maincontent ul {
	margin-top: -5px;
}

#navigation {
	margin-top: 0px !Important; /*moz margin */
	margin-top: -3px; /* IE margin */
	text-align: center;
	width: 900px;
}

#navigation a {
	background-color: #ccc;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 180px;
}

#navigation a:hover {
	background-color: #333;
	color: #fff;
	text-decoration: none;
	}

#navigation li {
	display: inline;
	float: left;
}

#navigation ul {
	display: inline;
}

/* PAGE CSS */
/* House Pages */

td.houseListing {
	border-bottom: 1px solid #ccc;
	padding-bottom: 25px;
	vertical-align: center;
	width: 400px;
}

td.houseListing img {
	float: left;
	margin-top: 2px;
	margin-right: 5px;
}

