#banner-about {
	background-image: url(../images/banner-plain.png);
	background-position: left top;
	background-repeat: no-repeat;

}
.banner {
	width: 1000px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
}

#wrapper {
	min-height:600px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background: transparent;
}
.sectionabout #navigation #linkabout a {/* automation for active tab */
		background: #2a5865 url(../images/x.jpg);
		color: #ffffff;
		}

.sectionabout #navigation #linkabout a:hover {/* hover over-ride for automated tab */
		background: #ffffff url(../images/xbluBG01.jpg);
		color: #2a5865;
}
#footer {
	background: #68939f url(../images/footerBG.png) repeat-x;
	clear:both;
	padding: 5px;
	color: #ffffff;
	text-align: right;
	padding-right: 20px;
	margin-top: 0px;
	height: 100px;
}
#footer p {
	clear:both;
	color: #ffffff;
}