#lefttop3 {								/*top left column image & 3 lines of text*/
	position: absolute;
	left: 10px;
	top: 250px;
	width: 166px;
	height: 180px;
	background-color: #00000;
	color: black;
	padding: 10px 6px 0px 6px;
	font-size: 9px;
	font-weight: bold;
	font-style: italic;
}
#leftmiddle4 {							/*middle left column image & 4 lines of text*/
	position: absolute;
	left: 10px;
	top: 455px;
	width: 166px;
	height: 180px;
	background-color: #00000;
	color: black;
	padding: 0px 6px 0px 6px;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
}
#leftbottom5 {							/*bottom left column image & 5 lines of text*/
	position: absolute;
	left: 10px;
	top: 660px;
	width: 166px;
	height: 180px;
	background-color: #00000;
	color: black;
	padding: 0px 6px 0px 6px;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
}
