@charset "utf-8";
/* CSS Document */

body {
	background-image:url('/img/aboutUs_bg.jpg');
}

#leftArm {
	background-image:url('/img/left_arm_aboutUs.png');
	left:-380px;
	width:448px;
	height:619px;
}

#rightArm {
	background-image:url('/img/right_arm_aboutUs.png');
	right:-350px;
	width:456px;
	height:663px;
}

#topRightSideContainer {
	float: right;
	width: 500px;
}

#topContainer {
	margin-top: 40px;
	/*margin-bottom: 40px;*/
	height:auto;
}

.rowContainer {
	clear:both;
	margin-top:80px;
}

#peopleContainer {
	width:100%;
	margin-top:40px;
}

.personContainer {
	float:left;
	width:182px;
	height:350px;
	text-align:center;
	margin: 45px 42px 30px 42px;
	margin-bottom:0px;
	padding-bottom:0px;
}

.personInfoContainer {
	padding-top:20px;
}

.personName {
	font-size:16px;
	font-weight:bold;
}

.personPosition {
	font-size:14px;
	font-weight:normal;
}