#profile_img {
	width:			220px;
	float:			left;
}

#profile_imgbox {
	width:			200px;
	height:			240px;
	float:			left;
	padding:		10px 10px 10px 10px;
	background-image:url(/images/profilebox_img.png);
}

#profile_imgbox_img {
	width:			200px;
	height:			200px;
	display:		block;
	float:			left;
	background-position: center center;
	background-repeat:no-repeat;
}

#profile_imgbox_img a {
	width:			200px;
	height:			200px;
	display:		block;
	float:			left;
	background-position: center center;
	background-repeat:no-repeat;
}

#profile_imgbox_img_nick {
	width:			200px;
	height:			15px;
	line-height:	15px;
	float:			left;
	color:			#174B82;
	overflow:		hidden;
	white-space:	nowrap;
	text-align:		center;
	font-size:		11px;
	padding:		15px 0px 0px 0px;
}


#profile_img_contact a {
	width:			200px;
	height:			30px;
	float:			left;
	padding:		5px 10px 5px 10px;
	line-height:	15px;
	font-weight:	bold;
	color:			#FFFFFF;
	text-decoration: none;
	background-image:url(/images/profilebox_contact.png);
	text-align:		center;
	margin:			10px 0px 0px 0px;
}


#profile_img_contact a:hover {
	background-image:url(/images/profilebox_contact_a.png);
}


#profile_info {
	width:			420px;
	float:			left;
	padding:		0px 0px 0px 0px;
}


#profile_info_header {
	width:			420px;
	height:			10px;
	float:			left;
	overflow:		hidden;
	background-image:url(/images/profilebox_info_header.png);
}


#profile_info_footer {
	width:			420px;
	height:			10px;
	float:			left;
	overflow:		hidden;
	background-image:url(/images/profilebox_info_footer.png);
}


#profile_info_content {
	width:			390px;
	float:			left;
	background-image:url(/images/profilebox_info_content_bg.png);
	padding:		0px 10px 0px 20px;
}

#profile_info_content_line {
	width:			390px;
	float:			left;
	padding:		0px 0px 5px 0px;
}

#profile_info_content_cell {
	width:			140px;
	float:			left;
}

#profile_info_content_cell_wide {
	width:			250px;
	float:			left;
	font-weight:	bold;
	color:			#174B82;
}

