/*
 * Banner
 *
 * I'm placing things with pixels on the basis that the banner will get most of its size
 * from the logo grafic.
 *
 *
 */ 
#Banner {
   margin: 0px;
	margin-right: 1em;
   padding: 0px; 
	height: 80px;
	width: 100%;
}
#BannerLeft {
   
	float: left;
	position: absolute; /* fixes IE 3pixel jog */
   left: 1px;
	width: 70px;
}
#BannerLeft img {
	margin: 2px; 
}
#BannerMid {
	display: block;
	float: right;
	padding: 0px;
   position: absolute;
	right: 0px;
	text-align: right;
	vertical-align: text-bottom;
}
#BannerMid P {
   font-size: larger;
	margin: 0px;
	margin-right: 1em;
	padding: 0px;
	
}
#BannerRight {
	visibility: hidden;
}
