#directors {
	clear: both;
	height: 360px;
	width:600px;
	font-family:arial,sansserif;
	font-style:normal;
	font-size: 12px;
	padding: 5px;
	
}
.dirline1 {
	clear: both;
	width:600px;
	background: #FFFFFF;
	padding: 2px;
	height: 50px;
}
.dirline2 {
	clear: both;
	width:600px;
	background: #FFFFFF;
	padding: 2px;
	height: 50px;
}

.dircol1 {
	text-align:left; 
	float:left;
	width: 250px;
}
.dircol2 {
	text-align:left; 
	float:left;
	width: 250px;
}
