/* PROFILE */

#slate {
	padding: 20px;
	position: relative;
}
.awards {
	position: absolute;
	top: 20;
	right: 20;
	width: 125px;
	text-align: center;
}
.award {
	margin: 25px;
}
.profile {
	width: 600px;
	height: 300px;
}
.profile_more {
	width: 600px;
}
#profile .stuff {
	float: left;
	text-align: left;
	width:290px;
}
#profile .morestuff {
	float: right;
	text-align: left;
	width:290px;
}