/*
 * editrack.com Banner 
 *
 * Placed with pixels on the basis that the banner will get most of its size
 * from the logo grafic.
 *
 */
#Banner {
    background-color: black;
    border: none;
    height: 70px;
	 margin: 1px;
	 margin-top: -9px;
    overflow: hidden; 
    width: 702px;

}
#BannerLeft {
	 float: left;
	 width: 150px;
}
#BannerMid {
	height: 0px;
	left: 0px;
	overflow: hidden;
   position: absolute;
	top: 0px;
	width: 0px;
}
#BannerMid P {
	height: 0px;
	left: 0px;
	overflow: hidden;
   position: absolute;
	top: 0px;
	width: 0px;
}
#BannerMid A {
   color: white;
}

#Banner Img.BannerImage {
	float: right;
}

#BannerLeft img {
	margin-left: 20px;
	margin-top: 7px;
}









