/* CSS Document */
#mainCol{
	width:420px;
	float:right;
	display:inline;	
	margin-right:20px;
}
#doublecol {

	width:210px;
	float:right;
	display:inline;
	}
.logos {
	width:80px;
	float:left;
	margin:0px 3px 0px 0px;
}
.images {
	width:200px;
	margin:0px 10px 10px 0px;
}
.profiles {
	width:90px;
	float:left;
	margin:0px 3px 0px 0px;
}
.profiles img {
	border:1px solid black;
}
.profilescopy {
	width:200px;
	float:left;
	margin:0px 3px 0px 0px;
}

