#middleColProfiles {
	float: left;
	width: 580px;
}

#profile-content {
		width:580px;
		margin-right:auto;
		margin-left:auto;
		margin-top:2px;
		padding:4px;
		text-align:left;
		}
#profile-content p {padding-bottom:10px;}
	
#profile-header {
		background:#fff;
		width:auto;
		}

#profile-left {
		width:181px;
		padding:0px;
		float:left;
		background:#fff;
		}
	
#profile-center {
		width:180px;
		padding:4px;
		float:left;
		background:#eee;
		}
	
#profile-right {
		width:180px;
		padding:0px;
		float:left;
		border-left: 6px solid #fff;
		background:#fff;
		}
		
.profile-divider {
		clear:both;
		width:580px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		padding:4px;
		text-align:left;
		}
ul 
{
list-style: square outside url("../img/dot.gif");
padding-left:16px;
padding-top:0px;
margin-left:0px;
margin-top:0px;
}
