#cllogocontainer {
	float: left;
	height: auto;
	width: 160px;
	border: 1px dotted #CCC;
	margin-right: 17px;
}
#clientcontainer {
	height: auto;
	width: 520px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#cllogocontainerright {
	float: right;
	height: auto;
	width: 160px;
	border: 1px dotted #CCC;
}
#all {
	float: left;
	width: 520px;
	margin-bottom: 17px;
}

