@charset "UTF-8";
/* CSS Document */

#homeMainimage{
	background-image: url(../images/pages/aboutUs_mainImg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 960px;
	height: 161px;
	margin: 0 0 20px 0;
	text-indent:-9999px;
}

#homeMaincontent{
	background-color: rgba(105, 113, 1, 0.3);
	width: 726px;
	float: right;
	margin: 20px 20px 40px 20px;
	padding: 20px;
	position: relative;
	
}

#homeMaincontent h1 {
	position: absolute;
	top: -25px;
	left: -105px;
	
}

#homeMaincontent p{
	padding: 30px 20px 0 120px;
	line-height: 16px;
	letter-spacing: normal;
	word-spacing: normal;	
}

#homeMaincontent ul{
	list-style: none;
	margin: 0 0 40px 0;
	
}

#homeMaincontent li{
	padding: 30px 20px 0 120px;
	
}

#homeMaincontent h3{
	padding: 3px 20px 0 120px;
}

.personImg{
	position: absolute;
}
/*
#lily{
	position: absolute;
	top: 195px;
	border: medium solid #fcb040;
}*/

#rob{
	position: absolute;
	top: 195px;
	border: medium solid #fcb040;
}


