#about {
	background: url(themes/fge_images/standard/background.gif) repeat-y;
	background-position: center 150px;
}
#about #main {
	background: url(themes/fge_images/standard/top_panel_bg.jpg) repeat-x;
	background-position: 0px 134px;	
}
#about_top_panel {
	background: url(themes/fge_images/standard/standard_top_panel_bg.jpg) no-repeat top right;
	height: 99px;
	position: relative;
}
#about_top_panel h2 {
	color: #fff;
	font-size: 38px;
	font-weight: 700;
	padding-top: 15px;
	margin-left: 10px;
	width: 500px;
}

#about_content {
	float: left;
	width: 690px;
	padding-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#about_content h3 {
	font-size: 22px;
	color: #0f5aad;
	width: 700px;
	font-weight: normal;
	margin-bottom: 20px;
}
#about_content h3.spacer {
	margin-top: 20px;
}
#about_content p {
	font-size: 12px;
}
.staff_profile {
	width: 122px;
	margin-right: 10px;
	float: left;
	height: 190px;
	text-align: center;
}
.staff_profile img {
	width:122px;
	heigh:122px;
}
#about_content .staff_profile p {
	margin-bottom: 5px;
	font-size: 10px;
}
#about_content .staff_profile p b {
	font-size: 12px;
}

/* Right hand */
#right_hand_nav {
	float: left;
	margin-left: 40px;
	padding-left: 20px;
	width: 180px;
	position: relative;
}
#right_hand_nav a {
	float: left;
	display: block;
	width: 180px;
	padding-top: 10px;
	padding-bottom: 9px;
	border-bottom: 1px solid #d4dde5;
	text-decoration: none;
	font-weight: 700;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline;
}
body #main_content #right_hand_nav p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#right_hand_nav a.last {
	border-bottom: none;
	margin-bottom: 30px;
}
#right_hand_nav .left_corner {
	position: absolute;
	top: 0px;
	left: -12px;
	background: url(themes/fge_images/home/left_corner.gif) no-repeat;
	width: 13px;
	height: 10px;
	display: block;
}
#right_hand_nav .right_corner {
	position: absolute;
	top: 0px;
	right: -33px;
	background: url(themes/fge_images/home/right_corner.gif) no-repeat;
	width: 13px;
	height: 10px;
	display: block;
}
#right_hand_nav h4 {
	border-bottom:2px solid #AAB9C6;
	padding-bottom:20px;
	color:#1C3756;
	font-size:18px;
	margin-bottom:10px;
	margin-top: 20px;
}
#right_hand_nav p {
	font-size: 12px;
}