@charset "utf-8";
#main /* CSS Document */

  #one-picture   {
	text-align: center;
	width: 650px;
	clear: both;
	float: left;
	margin: 0px;
	padding: 0px;
}
#main #one-picture #one-one-picture {
	width: 175px;
	clear: both;
	margin-left: 256px;
	margin-right: 200px;
}

#main #two-picture {
	padding-left: 78px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 600px;
	clear: both;
	float: left;
}

#main  #two-picture #two-one-picture {
	width: 180px;
	float: left;
}

#main #two-picture #two-two-picture {
	float: left;
	width: 180px;
}
#main #two-picture #two-three-picture {
	clear: right;
	width: 180px;
	float: left;
}
#main #three-picture {
	padding-left: 78px;
	margin-top: 10px;
	width: 600px;
	clear: both;
	float: left;
}
#main #three-picture #three-one-picture {
	float: left;
	width: 180px;
}
#main #three-picture #three-two-picture {
	float: left;
	width: 180px;
}
#main #three-picture #three-three-picture {
	clear: right;
	float: left;
	width: 180px;
}
#main #boardroomNames {
	clear: both;
}
.imageCorp {
	border: thin solid #333300;
}

