/* banner */
body {
	background-image:url('Images/bg.gif');	
	background-repeat:repeat-x;
}

body.TallBannerToolbar {background-image:url('Images/bg-tall-banner-toolbar.gif');}
body.BannerToolbar {background-image:url('Images/bg-banner-toolbar.gif');}
body.Banner {background-image:url('Images/bg-banner.gif');}
body.TallBanner {background-image:url('Images/bg-tall-banner.gif');}
body.Toolbar {background-image:url('Images/bg-toolbar.gif');	}
body.Admin {background-image:url('Images/bg-admin.gif');	}
body.AdminToolbar {background-image:url('Images/bg-admin.gif');	}

#banner {height:239px}
html* #banner {height:239px}
#banner td {background-image:url(../../Media/banner.gif);background-repeat:no-repeat;background-position:top center}

#sitelogo td div {text-align:right; padding:10px 20px;text-transform: uppercase;}
#sitelogo td div a  {text-decoration:none;padding-bottom:3px}
#sitelogo td {
	vertical-align:bottom;
	background-image:url('Images/logo.gif');
	background-repeat:no-repeat;
	background-position: 34px 17px;
	height:109px;	
	}

#sitelogoadmin td {	
	vertical-align:bottom;
	background-image:url('Images/logo-admin.gif');
	background-repeat:no-repeat;
	background-position: 10px 5px;
	height:40px;	
	width:960px;
	}
	
#footbar td {
	background-image: url(Images/bg-footer.gif);
	background-repeat:no-repeat;
	text-transform: none;
	padding-top:20px;	
}
