.profile{
	float: left;
	width: 450px;
}
/* [ Image ] */
.profile-image-wrapper {
	float: right;
	width: 200px;
	height: 300px;
	margin: 0 0 30px 40px;
	position: relative;
	display: inline;
	}
	
	.profile-image {
		display:block;
		width: 200px;
		height: 300px;
		}
		
	.profile-image-wrapper .border {
		position: absolute;
		top: 0;
		left: 0;
		width: 200px;
		height: 300px;
		background: url(profile-image-border.gif);
		}
	

.profile-content {
	line-height: 1.5em;
	}

.profile-content font {
	font-size: 1em;
	}

/* 	

.stats-list {
	margin: 0 0 2em;
	padding: 0;
	min-height: 1px;
	}
	
	* html .stats-list { height: 1px; }
	.stats-list:after {	height: 0;	clear: both;	display: block;	visibility: hidden;	content: ".";	}
	
.stats-list dt {
	margin: 0 0 .5em 0;
	padding: 0;
	
	width: 200px;
	float: left;
	clear: left;
	
	font-weight: normal;
	
	color: #999;
	}
	
.stats-list dd {
	margin: 0 0 .5em 0;
	padding: 0;
	
	float: left;
	clear: right;
	color: #eee;
	} */
	
#player_stats{
	margin: 0 0 20px;
	line-height: 1.5em;
}

#player_stats .stat span{
	padding-right: 15px;
	color: #a0a0a0;
	
}

#player_stats .stat strong{
	color: #dadada;
}
