/*placement of face img on left*/
.img6
	{
	position: relative;
	z-index: 40;
	left: 90px;
	top: 30px;
	height: 73px;
	width: 328px;
	background-image: url(../images/6.jpg);
	background-repeat: no-repeat;
	}


/*placement of content*/
.copy1
	{
	z-index: 60;
	position: absolute;
	top: 125px;
	left: 225px;
	width: 55%;
	}

/*Contact title placement*/
.title
	{
	position: absolute;
	z-index: 50;
	left: 505px;
	top: 15px;
	width: 102px;
	}

/*slight increase to margin of mnLayout navigation bar on the bottom of the page*/
.navplace
	{
	position: relative;
	padding-top: 75px;
	width: 340px;
	left: -20px;
	}