<!--
body {
	font-family: "Times New Roman", Times, serif;
	margin-top: 0px;
	background-color: #FFF;
}
#wrap {
	width: 923px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#top {
	background-image: url(img/hpBG.jpg);
	background-repeat: no-repeat;
	height: 384px;
	width: 923px;
}
#nav {
	float: left;
	padding-top: 70px;
	color: #FFF;
	padding-left: 390px;
}
#logo {
	float: right;
	clear: right;
	padding-top: 65px;
	padding-right: 45px;
}
#bottom {
	background-image: url(img/bottomBG.jpg);
	height: 200px;
	width: 923px;
	color: #FFF;
	text-align: center;
}
-->