@charset "utf-8";
/* CSS Document */

#content {
	width: auto;
	height: 780px;
}
#clients {
	height: auto;
	width: 754px;
	position: relative;
	top: 10px;
	margin: 0 auto;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}
.clients_top {
	height: 84px;
	width: 754px;
	background: url(../images/clients_page_top.png) no-repeat;
}
.clients_mid {
	background: url(../images/page_mid.png) repeat-y;
	height: 675px;
	width: 754px;
}
.row_lft {
	height: 660px;
	width: 300px;
	border-right: 4px solid #999;
	float: left;
	padding: 5px 0 0 70px;
}
.row_lft li {
	border-bottom: 1px solid #999;
	padding: 3px 0;
	width: 250px;
	margin: 0 0 3px;
	list-style-type: none;
	text-align: center;
}
.row_lft li.even {
	background-color: #DDF;
}
.row_rgt {
	float: left;
	height: 660px;
	width: 300px;
	padding: 5px 0 0 50px;
	overflow: hidden;
}
.row_rgt li {
	border-bottom: 1px solid #999;
	padding: 3px 0;
	width: 250px;
	margin: 0 0 3px;
	list-style-type: none;
	text-align: center;
}
.row_rgt li.even {
	background-color: #DDF;
}
.clients_bottom {
	background: url(../images/page_bottom.png) no-repeat;
	height: 20px;
	width: 754px;
}
#grid {
	top: 30px;
}
#footer {
	height: 204px;
}
