#profile_info {
	float:left;
	width:250px;
	text-align:center;
}

#profile_info #profile_photo {
	margin-bottom:10px;
}

#profile_info #profile_username {	
	margin-bottom:10px;
}

#profile_friends {
	float:left;
	width:432px;
	border:1px solid #D0E7CB;
	padding:3px;
}

#profile_friends .title, #profile_comments .title {
	background-color:#D0E7CB;
	color:#737277;
	font-size:16px;
	padding:3px;
}

#profile_friends a {
}

#profile_friends a img {
	border:0px;
	width:75px;
	height:75px;
}

#profile_comments {
	clear:both;
	border:1px solid #D0E7CB;
	padding:3px;
}

#profile_commentbox {
}