#profileBlock {
	float: right;
	width: 195px;
	border: 1px solid #000;
	background-color: #FFF;
	text-align: center;
	margin-left: 15px;
}
#profilePhoto {
	background-color: #000;
	height: 125px;
	width: 166px;
	margin-bottom: 5px;
}
#profileName {
	display: block;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#profileBlock p {
	font-size: 12px;
	line-height: 13px;
	color: #9C7F2F;
	text-align: left;
	display: block;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
#greeting {
	line-height: 1.5em;
}
