/*- Top Right Banner--------------------------- */
#topright {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	height: 166px;
	width: 196px;
	background: url(../images/abTRbanner.gif) no-repeat;
	text-indent: -999em;
	text-decoration: none;
}

	
/*- Top Left Banner--------------------------- */
#topleft {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 166px;
	width: 196px;
	background: url(../images/abTLbanner.gif) no-repeat;
	text-indent: -999em;
	text-decoration: none;
}
