@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #064d81;
}
#blacktable {
	background-color: #000000;
	height: 22px;
	padding-bottom: 12px;
}
#hours {
	text-align: center;
	padding-bottom: 12px;
}
#wrapper {
	text-align: left;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	margin-top: 12px;
	margin-bottom: 12px;
}
#content {
	margin-top: 0px;
	padding-top: 0px;
}
#footer {
	margin-top: 12px;
	margin-bottom: 12px;
	clear: both;
}
#logo {
	height: 120px;
	padding-bottom: 12px;
	background-color: #064D81;
}
#nav {
	height: 35px;
	background-color: #6490b0;
}
#banner {
	height: 270px;
	text-align: center;
}
#leftColumn {
	float: left;
	height: 293px;
	width: 495px;
}
#rightTop {
	height: 97px;
	width: 200px;
	float: right;
}
#rightCenter {
	height: 97px;
	width: 200px;
	float: right;
}
#rightBottom {
	height: 98px;
	width: 200px;
	float: right;
}
