html , body {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 90%;
}

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

a:hover {
	text-decoration: underline;
}

h2 {
	font-size: 125%;
	font-weight: bold;
}

h3 {
	font-size: 120%;
	font-weight: bold;
}

h4 {
	font-size: 100%;
	font-weight: bold;
}

hr {
	margin-bottom: 10px;
}

#container {
	width: 835px;
	margin: 20px auto 20px auto;
	background: url('images/redblock.jpg') repeat-y left;
}

#banner {
	width: 100%;
	height: 174px;
	background: url('images/banner.jpg') no-repeat top left;
}

	#banner h1 {
		display: none;
	}

#navigation {
	width: 182px;
	background: #822039;
	float: left;
}

	#navigation ul {
		list-style: none;
		border-top: 1px solid white;
		padding: 0;
		margin: 0;
	}

		#navigation ul li {
			border-bottom: 1px solid white;
			padding: 0;
			margin: 0;
		}

			#navigation ul li a {
				display: block;
				background: none;
				color: white;
				padding: 4px 12px 4px 12px;
				width: 158px;
				text-decoration: none;
			}

			#navigation ul li a:hover {
				background: #C03055;
			}

#content {
	float: right;
	width: 637px;
	padding: 8px 0 40px 0;
}

#footer {
	width: 663px;
	clear: both;
	background: url('images/footer.jpg') no-repeat top left;
	padding: 41px 0 0 190px;
}

	#footer #column1 {
		float: left;
		width: 290px;
	}

	#footer #column2 {
		float: left;
		width: 290px;
	}

/* page specific */

.property table th {
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	width: 100px;
}

.property table td {
	text-align: right;
	width: 80px;
}

.property h4 {
	margin-top: 30px;
}

form div {
	display: block;
}

form div label {
	display: block;
	float: left;
	width: 140px;
}

form div input {
	display: block;
}

form textarea {
	display: block;
}