body {
	background-image: url(house1.jpg);
	background-position: center top; 
	background-attachment: fixed;
	text-align: center;
	line-height: 1.5;
	font-family: sans-serif;
	font-size: 1.5em;
  }

.main {
	width: 74%;
	float: right;
}

.navigation {
	display: block;
	width: 25%;
	float: left;
	background-color: #669966;
	margin-top: 1em;
}

.navigation ul {
	list-style-type: none;
	text-align: center;
	padding: 0;
	margin: 0;
}

.navigation a {
	color:#003333;
	font-weight: bold;
	font-style: italic;
	line-height: 2;
	text-decoration: none;
	display: block;
}

.navigation a:hover {
	background-color: #cccc99;
}

.navigation-seperator {
	display: none;
}

p {
	font-weight: bold;
	text-align: justify;
	padding: .5em;
}

strong {
	font-style: italic;
}

.pagetop {
	color: #000000;
	font-weight: bold;
	font-style: italic;
	border-color: #993333;
	border-top-style: solid;
	border-bottom-style: solid;
	text-align: left;
	padding: 1em;
}

.pagetop a {
	text-decoration: none;
}

h1 {
	color:#336633;
	font-style: italic;
	margin-top: 1em;
	font-size: 2em;
}

h1.subheading, h2 {
	color:#006666;
	font-weight: bold;
	font-style: italic;
	font-size: 1.5em;
	margin: 0;
}

h3 {
	color:#003333;
	font-weight: bold;
	font-style: italic;
	font-size: 1.2em;
	border-color: #993333;
	border-top-style: solid;
	border-bottom-style: solid;
	padding: 2em 1em;
}

h3 a {
	text-decoration: none;
}

h4 {
	color:#003333;
	font-weight: bold;
	font-style: italic;
	font-size: 1.2em;
	padding: .5em;
}

h5 {
	color:#003333;
	font-weight: bold;
	font-style: italic;
	font-size: 1.2em;
	padding: 0 1em;
	text-align: left;
}

ul {
	text-align: left;
	font-weight: bold;
}

dl {
	text-align: left;
}

dt {
	font-weight: bold;
	border-color: #993333;
	border-top-style: solid;
	padding: 1em;
}

dd {
	font-weight: bold;
	padding: 1em;
}