@charset "utf-8";
/* Clients page specific CSS */

/* Divs for client's list on clients page */
div#leftClientList {
	position:absolute;
	left:270px;
	top:254px;
	width:216px;
	height:500px;
	z-index:4;
}

div#rightClientList {
	position:absolute;
	left:500px;
	top:254px;
	width:216px;
	height:500px;
	z-index:4;
}

p#clientList {
	text-align:left;
	line-height:1.4;
}
