#friends
{
	clear: both;
	padding-top: 20px;
}

#friends img
{
	height: 45px;
	width: 678px;
}

.friendContainer
{
	float: left;
	height: 200px;
	padding-right: 10px;
	width: 162px;
}

.friendContainer a img
{
	border: 1px solid #CCCCCC;
	height: 120px;
	width: 160px;
}

.friendContainer a:hover img
{
	border: 1px solid #FF0000;
}

.friendContainer a
{
	color: #CCCCCC;
	font-family: arial;
	font-size: 0.75em;
	font-weight: bold;
	text-decoration: none;
}

.friendContainer a:hover
{
	color: #FF0000;
}
