.route#content {
   margin-top: 30px;
}
.route #mainColumn {
	/*width: 720px;*/
	/*margin-right: 20px;*/
	float: left;
}
.route #rightColumn {
	width: 230px;
	float: right;
	/*position: absolute;*/
	/*top: 10px;*/
	/*right: 10px;*/
}
.route #profileStatsBox {
	width: 210px;
	margin-bottom: 30px;
}
.route #profileStatsWindow {
	background: url(../img/profileStatsBox-bg.png) no-repeat 0 0;
	width: 180px;
	height: 61px;
	position: relative;
	margin: 10px auto;
}
.route #profileStatsWindow .mainText {
	font-size: 30px;
	color: #FFF;
	font-weight: bold;
	text-shadow: #000 1px 1px 3px;
	text-align: center;
	position: relative;
	top: 8px;
}
.route #profileStatsWindow .unitText {
	font-size: 11px;
	color: #CCC;
	font-weight: normal;
	text-shadow: #000 0 0 1px;
	text-align: center;
	position: relative;
	top: 10px;
}
.route #profileStatsWindow-reflection {
	position: absolute;
	width: 178px;
	height: 41px;
	top: 1px;
	left: 1px;
}