﻿#ContentWrapper {
	line-height: 1.4em;
}


#CenterContent {
	margin: 30px 0 0 30px; /*shift all content down a bit and indented from left edge */
}

#CenterContent hr {	/* spacing between vendors */
	margin-top: 10px;
	margin-bottom: 10px;
}

.VendorRow {
	/*border: solid 1px black; */
}

.VendorRow p {
	margin: 0 0 0 130px;	/* create space on left for logo image */
	/*border: solid 1px black;	 */
		padding-left: 30px;
}

.VendorRow img {
	float:left; /* keep paragraph to right of the logo image */

}



