@charset "utf-8";
/* CSS Document */

#clientsTop {
	margin-left:38px;
}

#clientsTop h1 {
	margin-right: 38px;
}
#clientsTop p {
	margin-right: 38px;
	font-weight: .9em;
}

#sidebarClients { 
	width: 610px; /* since this element is floated, a width must be given */
	border:solid;
	border-color:#CC3333;
	border-width:5px;
	margin-right: 38px;
	float:right;
}
#sidebarClients ul {
	list-style:none;
}
#sbLeft {
	width:50%;
}
#sbRight {
	width:50%;
	float:right;
}
#mainClients {
	width:360px;
	margin-left: 19px;
	margin-top:0px;
	vertical-align:top;
} 
#mainClients ul {
	color: #CC3333;
	font-size: .9em;
	font-weight: bold;
	list-style:none;
	list-style-position:outside;
}
a {
	color:#CC3333;
	text-decoration:none;
}
a:hover {
	color:#CC3333;
	text-decoration:underline;
}
