/* Ingram & Co., Inc. */
/* About Us Table */

#a-table {
	width: 175px;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	}
#a-table th{
	background: #000000;
	border: 0px none;
	vertical-align: top;
	margin: 0px;
	padding: 3px;
	text-align: center;
	height: 20px;
	}
#a-table td{
	font-size: 1em;
	text-align: left;
	color: #474723;
	vertical-align: top;
	height: 145px;
	padding: 2px;
	}
.no-flt {
	clear: both;

	}
