#profile_page
{
	overflow:hidden;
	margin-right:10px;
}
#profile_page .right_col
{
	display:inline-block;
	float:right;
	width:500px;
	overflow:hidden;
}
#profile_page .right_col .sub_title
{
	height:40px;
	line-height:40px;
	font-size:20pt;
	color:black;
	border-bottom:1px solid #56D5FF;
	margin-top:20px;
}
#profile_page .right_col .desc
{
	line-height:25px;
	font-size:12pt;
	color:black;
	margin:10px 0px;
	overflow:hidden;
}

#profile_page .left_col
{
	display:inline-block;
	float:left;
	width:375px;
	overflow:hidden;
}

#profile_page .left_col .pic
{
	overflow:hidden;
	width:375px;
}
#profile_page .left_col .pic img {width:375px;}

#profile_page .left_col .contact_items_area
{
	overflow:hidden;
	margin-top:20px;
	border:1px solid #56D5FF;
	padding:10px;
	padding-bottom:20px;
}
#profile_page .left_col .contact_items_area .sub_title
{
	height:40px;
	line-height:40px;
	font-size:20pt;
	color:black;
	border-bottom:1px solid #56D5FF;
	margin-bottom:20px;
}
#profile_page .left_col .contact_items_area .contact_item
{
	height:50px;
	overflow:hidden;
}
#profile_page .left_col .contact_items_area .contact_item span
{
	display:inline-block;
	float:right;
	height:50px;
	margin-left:10px;
}
#profile_page .left_col .contact_items_area .contact_item span.desc
{
	line-height:50px;
	color:black;
	font-size:14pt;
}
#profile_page .left_col .contact_items_area .contact_item span.icon
{
	width:40px;
	background-repeat:no-repeat;
	background-position:center;
}
#profile_page .left_col .contact_items_area .contact_item span.icon.email
{
	background-image:url('../images/contact icon email.png');
}
#profile_page .left_col .contact_items_area .contact_item span.icon.phone
{
	background-image:url('../images/contact icon phone.png');
}
#profile_page .left_col .contact_items_area .contact_item span.icon.fax
{
	background-image:url('../images/contact icon fax.png');
}
#profile_page .left_col .contact_items_area .contact_item span.icon.address
{
	background-image:url('../images/contact icon address.png');
}
















