@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../images/bg-body-cyan.gif);
	font-family: Georgia, "Times New Roman", Times, serif;
	color: white;
}

#content {
	margin: 50px auto 0 auto;
	width: 950px;
	background-image:url(../images/bg-td-cyan-trans.png);
	background-position: top right;
	background-repeat: no-repeat;
	height: 517px;
}

#clients {
	margin-left: 40px;
	padding-top: 70px;
}

#clients h2 {
	font-size: 16px;
	font-weight: bold;
}

#clients ul {
	list-style: none;
	list-style-image: none;
	padding: 0;
	maring: 0;
}

#clients ul li {
	font-size: 14px;
	
}
