#Banner { background: url(../images/about/aboutBanner.png) no-repeat; }
#AboutTable {
	border-collapse: collapse;
	width: 450px;
}
	#AboutTable td {
		vertical-align: top;
		border-top: 1px solid #ccc;
		padding: 10px;
	}
	#AboutTable .borderRight { border-right: 1px solid #ccc; }
		#AboutTable td h5, #AboutTable td small { color: #404040; }
		#AboutTable td h5 {
			margin: 0;
			font-size: 11px;
			font-family: georgia, arial;
			font-weight: normal;
		}
		#AboutTable td small {
			line-height: 15px;
			font-size: 11px;
		}
		#AboutTable td .readMore {
			display: block;
			float: right;
			font-size: 11px;
			margin-top: 5px;
		}
			#AboutTable td #ASILogo, #AboutTable td #ABVSystem { 
				display: block;
				margin: 0 auto;
			}
			#AboutTable td #ASILogo {
				height: 76px;
				width: 131px;
				background: url(../images/about/ASILogo.png) no-repeat;
				margin-top: 8px;
				margin-bottom: 8px;
			}
			#AboutTable td #ABVSystem {
				height: 126px;
				width: 135px;
				background: url(../images/about/ABVSystemLogo.png) no-repeat;
			}
	
