/* CSS Banner Document */

#banner {
	position: absolute;
	float: left;
	font-family: SomaliSans Black;
	text-align: right;
	text-transform: none;
	width: 808px;
	height: auto;
	padding: 5px;
	background: transparent;
	margin: 0px;
	z-index: 5;
	}
#banner a, #banner px {
	border-right: 1px solid #ccc;
	border-right-width: 5px;
	border-bottom: 1px solid #ccc;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	padding: 4px;
	margin: 0px 0.5px;
	background: #eee;
	}
#banner .latinFontB {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	}
#banner px {
	color: #000;
	margin: 0px;
	padding: 0;
	}
#banner a:last-child {
/*	border-right: none; */
	}
#banner a:first-child {
	border-left: none;
	}
