#bannerWrapper {
    width: 900px;
    margin: 0px auto;
    overflow: hidden;
}

#innerBannerWrapper {
	padding: 0;
	margin: 0;
	width: 3600px;
	margin-left: 0px;
}

.banner {
    height: 300px;
    width: 900px;
    float: left;
    cursor: pointer;
}


#bannerSubline {
	background-image: url(../images/bannerBottom.png);
	color: gray;
	font-family: Arial;
	font-size: 13px;
	text-align: center;
	height: 20px;
}

#bannerSubline a {
	color: #fff;
	padding-left: 10px;
	text-decoration: none;
}

.postedDate {
	float: right;
	color: gray;
}

.siteMap {
	font-family: Arial;
	font-size: 13px;
	line-height: 2.0;
}
