html, body {
	height: 100%;
}

body {
	margin: 0px; 
	padding:0px;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #3f5974;
}

#wrap {
	text-align: center;
}

#main {
	text-align: left;
	width: 749px;
}

#top {
	
}

#top_left {
	margin: 5px 0 5px 0;
	float: left;
}

#top_right {
	margin: 5px 0 5px 0;
	float: right;
}

#navigation {
	margin: 5px 0 10px 0;
	font-weight: bold;
	text-align: center;
}

.space {
	margin: 0 5px 0 5px;
}

#bottom {
	margin: 0px 0 5px 0;
}

h1 {
	font-size: 125%;
	margin: 5px 0 5px 0;
}

h2 {
	font-size: 135%;
}

h2 {
	font-size: 125%;
}

a {
	color: #3f5974;
}

a:hover {
	text-decoration: none;
}

#hp_realty {
	background-color: #e7ecf1;
	padding: 10px;
}

#hp_tours {
	margin-top: 5px;
	margin-bottom: 0px;
	background-color: #e7ecf1;
	padding: 10px;
	height: 220px;
}

#address {
	margin-top: 5px;
	background-color: #e7ecf1;
	padding: 1px;
	padding-left: 10px; 
}

#bottom p {
	padding: 10px;
}

#copy1 {
	text-align: center;
	font-size: 80%;
	float: left;
}

#copy2 {
	text-align: center;
	font-size: 80%;
	float: right;
}

#copy2 a {
	text-decoration: none;
}

#content {
	margin-top: 5px;
	background-color: #e7ecf1;
	padding: 10px;
}