

div.playerProfileImage
{
	float:left; 
	margin-left: 15px; 
	text-align:center; 
	position:relative; 
	margin-bottom: 20px;
}

div.playerProfileSquadNumber
{
	position: absolute; 
	top: 5px; 
	right: 5px; 
	color: black; 
	font-weight: bold; 
	font-family: arial; 
	font-size:18px;
}

div.playerProfileName
{
	font-size: 11px;
}

img.playerProfilePic
{
	border: 2px solid white;
	height: 205px;
	width: 136px;
}

img.playerProfilePicHover
{
	border: 2px solid black;
	height: 205px;
	width: 136px;
}

div.innerHeading
{
	font-size: 16px;
	font-family: arial;
	font-weight: bold;
	width: 840px;
	border-bottom: 2px solid black;
	height: 30px;
	line-height: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
	float: left;
}

div.twoColHeading
{
	font-size: 16px;
	font-family: arial;
	font-weight: bold;
	width: 520px;
	border-bottom: 2px solid black;
	height: 30px;
	line-height: 30px;

	margin-bottom: 20px;

}