/* g6 2010 avoiding fragile fiddly floats in favour of css-tables - requires IE8...	*/

#footer {
	padding: 0.5em 2% 0.2em 2%;/* top 0.5em */
	background: #F4E1B3;	/* #ffeecc #ddffdd; */
	margin-top: 0 /* 1em; */
}

/* really centred text
#footer p covered it all */
.tac, .SmallCtrd {	/* more specifically, just the centred text */
	margin-left: 0%;
}
.container {
display: table;
}
.row {
display: table-row;
}
.cell {
	display: table-cell;
	/* width: 100px;
	height: 100px;
	border: 1px solid blue;
	padding: 20px; */
}
#footer img {	/*,  */
	padding: 1em;
}
.SmallCtrd {
	font-family : serif;
	color : Black;
	background-color : transparent;
	font-size : 9pt;
	text-align : center;
}
.spacy {
	/* font-stretch: extra-condensed; this does nix? */
	letter-spacing: 0.5ex;
}


