@charset "utf-8";

/* PROFILE
------------------------------------------------------------------------------*/

#profileName {
	background-image: url(../images/profile/img_profile.jpg);
	background-repeat: no-repeat;
	background-position: 360px top;
	height: 187px;
	padding-top: 40px;
	margin-bottom: 25px;
}

#profileName h2 {
	margin-bottom: 15px;
}

#profileName li {
	line-height: 1.5;
}

.profileBox {
	width: 100%;
	margin-bottom: 15px;
}

#qualifications h3,
#favolite h3,
#tools h3,
#dislike h3,
#prize h3 {
	margin-bottom: 10px;
}

#qualifications li,
#favolite li,
#tools li,
#dislike li,
#prize li {
	line-height: 1.5;
	font-size: 10px;
}

#qualifications,
#favolite {
	float: left;
	width: 325px;
	padding-left: 10px;
}

#tools,
#dislike {
	float: right;
	width: 265px;
}

#message {
	background-image: url(../images/profile/img_message.jpg);
	text-indent: -9999px;
	height: 387px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 15px;
}

#prize {
	margin-bottom: 0px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F7E4C6;
	width: 590px;
}