﻿.buttons {
	width: 160px;
	background-color: #007CC3;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#masthead {
	width: 100%;
	float: left;
	border-bottom-style: solid;
	border-bottom-width: 6px;
	border-bottom-color: #163E66;
}
#navigation {
	width: 180px;
	float: left;
}
#content {
	width: 580px;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
}
#pgBottom {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 15px;
}
#pgTitle {
	width: 100%;
	float: left;
}
#pgContent {
	width: 100%;
	float: left;
	margin-top: 15px;
	margin-bottom: 20px;
}
#bkgrndContainer {
	width: 800px;
	float: left;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-bottom-color: #163E66;
}
#riverfrontSign {
	width: 100%;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}
.imageRight {
	float: right;
	margin-left: 15px;
}

