﻿/* Profile Page  */

div.profileHolding  {
	position: relative;
	left: 30px;
	width: 780px;
}

div.profile  {
	float: left;
	width: 240px;
	margin-right: 10px; 
	background-color: #F7F6F6;
	margin-bottom: 20px;
	height: 130px;
}

img.profilePic  {
	float: left;
	margin-right: 10px;
}

div.profileLink  {
	width: 120px;
	float: left;
	padding-top: 10px;
	
}

div.profilePageImage  {
	width: 150px;
	padding-right: 15px;
	float: left;
	margin-bottom: 10px;
	
}