﻿#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#pgBkgrnd {
	width: 760px;
	float: left;
	border: 1px solid #000000;
}
#insideContainer {
	width: 700px;
	margin-top: 320px;
	margin-right: auto;
	margin-left: auto;
}
#nav {
	width: 700px;
	height: 26px;
	background-color: #336699;
}
#content {
	padding: 15px;
	background-color: #FFFFFF;
	float: left;
	width: 670px;
}
#leftContent {
	width: 285px;
	float: left;
}
#rightContent {
	width: 360px;
	float: right;
}
#bottomContent {
	height: 25px;
	width: 760px;
}
#footer {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
