
#home_flash {
	height:215px;
	background-image: url('../images/flash.jpg');
	background-repeat: no-repeat;
}

td.rightColumnB {
	vertical-align: bottom; 
	background-repeat: no-repeat;
	background-position: bottom;
}


td.leftColumn {
	width: 219px;
	border-right: 0px solid #c5c5c5;
	padding: 0px;
	font-size: 10px;
	
	background-color: #E3DFDC;
	background-image: url('../images/left_content.jpg');
	
	background-repeat: no-repeat;
}

td.leftColumnHome {
	width: 219px;
	border-right: 0px solid #c5c5c5;
	padding: 0px;
	font-size: 10px;
	background-color: #E3DFDC;		/* BACKGROUND COLOUR */
	background-image: url('../images/left.jpg');
	background-repeat: no-repeat;
}

td.leftColumn, td.leftColumnHome {
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: top;
}


