/* placement of left image bar, has a relative position to copy1*/
.img8
	{
	position: relative;
	z-index: 40;
	left: 95px;
	top: 10px;
	height: 74px;
	width: 378px;
	background-image: url(../images/8.jpg);
	background-repeat: no-repeat;
	}


/*placement of text block*/
.copy1
	{
	z-index: 60;
	position: absolute;
	top: 100px;
	left: 225px;
	width: 65%;
	}


/*placement of About Us title*/
.title
	{
	position: absolute;
	z-index: 50;
	left: 491px;
	top: 15px;
	width: 115px;
	}

/*alignment of affiliate names*/	
.affiliates
	{
	text-align: center;
	}
/*spacing for women designer's group logo*/
.wdglogo
	{
	float: left;
	margin-top: 15px;
	margin-right: 0px;
	margin-left: 10px;
	}
	
/*spacing for other logos*/
.otherlogos
	{
	float: left;
	margin-right: 15px;
	margin-left: 10px;
	}
	
.specialaffiliate
	{
	font-family: times,"Times New Roman",palatino,serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	color: #2F5786;
	margin-left: 0px;
	background-color: transparent;
	margin-bottom: 10px;
	}
	
.finalp
	{
	clear: both;
	}
	

