﻿#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#bkgrnd {
	width: 900px;
	float: left;
	background-color: #FFFFFF;
}
#masthead {
	width: 900px;
	float: left;
	height: 128px;
}
#LeftColDiv {
	width: 250px;
	float: left;
}
#rightColDiv {
	width: 600px;
	float: right;
	margin-right: 25px;
	margin-top: 15px;
}
#pgBottom {
	width: 900px;
	float: left;
	background-color: #000000;
	margin-top: 15px;
	text-align: center;
}
#topDivider {
	width: 900px;
	height: 28px;
	float: left;
	background-color: #000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: normal;
	color: #FFFFFF;
	vertical-align: middle;
	padding-top: 5px;
}
#ResrvDivider {
	width: 900px;
	height: 35px;
	float: left;
	background-color: #000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
	padding-top: 5px;
}
#content {
	width: 900px;
	float: left;
	border: 1px solid #000000;
}
#allcontent {
	width: 900px;
	float: left;
	background-image: url('../images/pgElements/allContentBkgrnd.png');
}
#leftColImageDiv {
	width: 250px;
	float: left;
	margin-bottom: 15px;
}
#navigation {
	width: 900px;
	float: left;
	background-color: #000000;
}
.leftColContentDiv {
	width: 250px;
	float: left;
	margin-bottom: 15px;
	text-align: center;
}
.addrs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-align: center;
}
