	#PanelCompanyMap
	{
		float				:	left;
	}
	#PanelCompanyMap img
	{
		height				:	150px;
	}
	#PanelCompanyBaloon
	{
		float				:	right;
	}
	#PanelCompanyBaloon img
	{
		height				:	150px;
	}
	
	/* History Photo */
	#PanelHistoryPhoto
	{
	}
	#PanelHistoryPhoto ul
	{
		margin			:	0px;
		padding			:	0px;
	}
	#PanelHistoryPhoto li
	{
		display			:	inline-block;
		margin			:	0px 0px 15px 0px;
		padding			:	0px;
		text-align			:	center;
		vertical-align			:	top;
	}
	#PanelHistoryPhoto ul li:nth-child(1),
	#PanelHistoryPhoto ul li:nth-child(3),
	#PanelHistoryPhoto ul li:nth-child(6)
	{
		margin-right			:	15px !important;
	}
	#PanelHistoryPhoto img
	{
		margin			:	0px 0px 5px 0px;
		border			:	solid 1px rgba(0,0,0,0.5);
	}
	#PanelHistoryPhoto img.ImageHistoryPhotoSmall
	{
		width				:	220px;
	}
	#PanelHistoryPhoto img.ImageHistoryPhotoLarge
	{
		width				:	100%;
	}
	
	/* Certification Photo */
	#PanelCertificationPhoto
	{
	}
	#PanelCertificationPhoto ul
	{
		margin			:	0px;
		padding			:	0px;
	}
	#PanelCertificationPhoto li
	{
		display			:	inline-block;
		margin			:	0px 0px 15px 0px;
		padding			:	0px;
		text-align			:	center;
		vertical-align			:	top;
	}
	#PanelCertificationPhoto ul li:nth-child(2n-1)
	{
		margin-right			:	15px !important;
	}
	#PanelCertificationPhoto img
	{
		width				:	220px;
		margin			:	0px 0px 5px 0px;
		border			:	solid 1px rgba(0,0,0,0.5);
	}
	
	/* Staff */
	div.PanelStaff
	{
		position			:	relative;
		width				:	270px;
		height				:	105px;
		margin-bottom		:	10px;
	}
	div.PanelStaffPhoto
	{
		position			:	absolute;
		top				:	-6px;
		left				:	-6px;
	}
	div.PanelStaffPhoto img
	{
		width				:	115px;
	}
	div.PanelStaffComment
	{
		position			:	absolute;
		top				:	15px;
		left				:	115px;
		width				:	180px;
	}
	div.PanelStaffName
	{
		border-bottom		:	solid 1px #000000;
		padding-bottom		:	0.25em;
		margin-bottom		:	0.5em;
	}
	div.PanelStaffName span.LabelStaffRank
	{
		font-size			:	12px;
	}
	div.PanelStaffName span.LabelStaffName
	{
		font-size			:	15px;
		font-weight			:	bold;
	}
	div.PanelStaffQualification
	{
		font-size			:	10px;
		line-height			:	1.4em;
	}
	
	/* Label */
	h1
	{
		font-size			:	150%;
		margin			:	0px;
		padding			:	0px;
	}
	h2
	{
		border-left			:	solid 6px #009900;
		color				:	#009900;
		padding			:	0px 0px 0px 8px;
		font-size			:	150%;
	}
	h3
	{
		border-bottom		:	solid 1px #999999;
		padding			:	0px 0px 4px 0px;
		font-size			:	150%;
	}
	h4
	{
		font-size			:	125%;
		margin			:	0.25em 0em;
	}
	
	/* Anchor */
	a.LabelAnchor
	{
		background-color		:	#3b89c9;
	}

	/* Title */
	.PanelTitleMain
	{
		background-color		:	rgb(59,137,201);
	}
	.PanelTitleSub
	{
	}
