@media all { 

/* =The above @media rule hides this stylesheet from the 
discontinued Microsoft Internet Explorer for Mac. */


#clientHead  {
	width : 700px;
	background : url(/images/client_anim.gif) no-repeat;
	background-position : left;
	height : 38px;
	margin-bottom : 25px;
}

.clientText {
	margin-left : -9999px;
	font-weight : bold;
	color : #fff;
	;
}


#clientLeftColumn {
	width : 466px;
	float : left;
	padding-left : 0;
	font-size : 95%;
}

#clientRightColumn {
	width : 234px;
	float : right;
	padding-right : 0;
	font-size : 95%;
}

#clientLeft1Column {
	width : 223px;
	float : left;
	text-align : left;
	padding-left : 0;
	padding-right : 10px;
}


#clientLeft2Column {
	width : 223px;
	float : right;
	text-align : left;
	padding-left : 0;
	padding-right : 10px;
}





}


