body {
	background-image: url(images/hm_background.jpg);
	background-repeat: repeat;
	background-color: #EBDDC5;
	margin: 0px;
	height: 100%;
}
#left {
	background-image: url(images/hm_leftbar.jpg);
	background-repeat: repeat-y;
	width: 70px;
	height: 1000px;
	float: left;
}
#content #nashville {
	margin-top: 15px;
}
#content #downtown {
	margin-left: 5px;
	margin-top: -15px;
}
#header #banner {
	margin-left: 20px;
}
#content #high {
	margin-top: 5px;
	margin-left: 10px;
}
#foot {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #636956;
	width: 800px;
	margin-top: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #636956;
	margin-left: 15px;
	text-align: center;
}
#foot a {
	color: #636956;
}
#content {
	margin-left: 80px;
	margin-top: 25px;
	height: 700px;
}

