/* bnr is the style that sets the height of the logo in the title banner then places them on the banner */			
.bnrl	{	height:					150px;
			padding-left:			25px;
			float:					left;		}

.bnrr	{	height:					150px;
			padding-right:			25px;
			float:					right;		}

.bn		{	text-align:				center;
			color:					#CCCCFF;
			padding:				0px 0px 0px 0px;
			margin:					0;			}
