﻿#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-top-style: solid;
	border-top-width: 8px;
	border-top-color: #9A2363;
}
#checkerboardTop {
	width: 540px;
	float: left;
}
#menu {
	width: 170px;
	float: left;
	margin-left: 30px;
}
#pgContainer {
	width: 540px;
	float: right;
	margin-right: 30px;
}
#background {
	width: 800px;
	float: left;
	background-color: #FFFFFF;
}
#pgTitle {
	width: 100%;
	float: left;
	margin-bottom: 15px;
	margin-top: 15px;
	text-align: center;
}
#masthead {
	width: 800px;
	float: left;
	height: 193px;
	margin-bottom: 15px;
}
#checkerboardBottom {
	width: 540px;
	float: left;
	margin-bottom: 15px;
}
#PgContent {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
#botomNav {
	width: 100%;
	float: left;
	text-align: center;
	padding-bottom: 20px;
}
#footer {
	width: 100%;
	float: left;
	padding-top: 15px;
	text-align: center;
	border-top-style: solid;
	border-top-width: 8px;
	border-top-color: #942661;
	padding-bottom: 20px;
}
