#banner-where {
	background-image: url(../images/banner.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;
}
.sectionwhere #navigation #linkwhere a {/* automation for active tab */
		background: #4b6b93 url(../images/x.jpg);
		color: #ffffff;
		}

.sectionwhere #navigation #linkwhere a:hover {/* hover over-ride for automated tab */
		background: #ffffff url(../images/xbluBG01.jpg);
		color: #4b6b93;
}
