#profilename{
font-size: 16px;
font-weight: bold;
}
#profilebox{
	width: 600px;
	height: 210px;	
	margin-left: 10px;
}
#profileimage{
	width: 200px;
	float: left;
}

#profiletext{
	text-align: left;
	font-size: 12px;
	padding-left: 270px;
}

#profiletext2{
	width: 600px;
	text-align: left;
	font-size: 12px;
	line-height: 1.6;
}

.profileclear{
	clear: both;
}