/* Large and Small Logos
_________________________________________________________________________ */
#LargeLogo{
	background-image: url(../gfeIMG/ClosePros_500x111.gif);
	height: 111px;
	width: 500px;
	background-repeat: no-repeat;
}
#SmallLogo{
	background-image: url(../gfeIMG/ClosePros_150x33.gif);
	height: 33px;
	width: 150px;
	background-repeat: no-repeat;
}