#banner 
{
	
	width: 794px;
	height: 92px;
	float: left;
}

#banner  a
{
	background: url(banner.gif);
	width: 306px;
	height: 92px;
	float: left;
}
.bigRed
{
	color:#FF0000;
	font-size:5em;
	font-weight:bold;
	margin-left:30px;
}
#organizationLogo a
{
	background: url(organization.gif);
	width: 208px;
	height: 53px;
	float: left;
}

#viewCart a
{
	background: url(viewCart.gif);
	width: 87px;
	height: 25px;
	float: left;
}

#viewCart a:hover
{
	background: url(viewCart_hover.gif);
}

#login a#topLogin
{
	background: url(login.gif);
	width: 85px;
	height: 25px;
	float: left;
}

#login a#topLogin:hover
{
	background: url(login_hover.gif);
}

#login a#topLogout
{
	background: url(logout.gif);
	width: 85px;
	height: 25px;
	float: left;
}

#bannerBottom
{
	background: url(bannerBottom.gif);
	width: 1002px;
	height: 50px;
	float: left;
}

