/* CSS Document */

/********************* player style *********************/

#player {
	margin-left:15px;
	margin-top:25px;
	margin-bottom:105px;
}

#playerImg {
	float:left;
	padding-right:10px;
}

#playerName {
	font-weight:bold;
	margin-bottom:2px;
	background-image:url(images/title_bg.jpg);
	background-repeat:repeat-y;
	color:#FFFFFF
	
}

#playerDetails {
	font-size:14px
}

