/* CSS Document */

#BannerArea {
	background-color: #e6eef9;
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #96979b;
	height: 80px;
}
#BannerArea_TextLogo {
	background-image: url(/Images/iCollectWare/spacer.gif);
	background-repeat: no-repeat;
	float: left;
	width: 360px;
	height: 72px;
	padding: 0px;
	margin-left: 10px;
	margin-top: 10px;
}
#BannerArea_VisualLogo {
	background-image: url(/Images/Common/template_banner_logo_icon.gif);
	float: right;
	height: 72px;
	width: 60px;
	background-repeat: no-repeat;
	margin-top: 9px;
	margin-right: 18px;
}
