/*placement of title*/
.title
	{
	position: absolute;
	z-index: 50;
	left: 368px;
	top: 15px;
	width: 106px;
	}


/*placement of butterfly girl slice*/
.img5
	{
	width: 302px;
	height: 47px;
	float: right;
	background-image: url(../images/5.jpg);
	background-repeat: no-repeat;
	}


/*modification to already defined (mnLayout) headline*/
h1
	{
	font-size: 16px;
	}


/*placement of content*/
.copy
	{
	z-index: 60;
	position: absolute;
	top: 105px;
	left: 225px;
	width: 65%;
	}

/*over rules the 15 px margin in the mnLayout css page, otherwise it keeps indenting each
consecutive paragraph by 15px*/
p
	{
	margin-left: 0px;
	}
	
.navplace
	{
	margin-top: 50px;
	}




