#container {
	width: 800px;
	margin: auto;
}
#banner {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: center;
}
.stretchit {
	width: 150px;
}

#content {
	background-color: #FFFFFF;
	text-align: justify;
	padding-left: 20px;
	padding-right: 20px;
	font-family: Calibri, Arial;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
}
body {
	background-image: url(../images/bkgd2-concretefloor1.jpg);
	font-size: 12px;
	background-attachment: fixed;
	margin-top: 2px;
	margin-left: 0px;
	font-family: Calibri, Arial;
}
#footer {
	background-color: #2939a1;
	width: 800px;
	font-size: 12px;
	font-family: "Century Schoolbook";
	font-weight: bold;
	height: 29px;
	padding-top: 2px;
	padding-bottom: 2px;
	clear: both;
}
.subtitles {
	font-family: Calibri, Arial;
	font-size: 18px;
	font-weight: bold;
	color: #004C7E;
}



#footer ul li {
	display: inline;
	vertical-align: top;
}
#footer ul li a {
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-decoration: none;
	display: block;
	float: left;
	padding-top: 3px;
	margin-left: 35px;
	background-color: #004c7e;
}
#footer ul li a:link, #footer ul li a:visited {
	color: #FFFF00;
}
#footer ul li a:hover {
	background-color: #ffffff;
	color: #004c7e;
.stretchit {
	background-color: #FF0000;
	width: 100px;
}
