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

#page {	background: #ffffff; font: normal 9pt Helvetica, Arial, sans-serif; 	}
	#contain-table {	display: table; width: 885px; 	}
		#trow-mh, #trow-c, #trow-ft {	display: table-row;   }
			/*	MastHead - MH	*/
			#mh-logo {	display: inline; float: left; width: 279px; height: 134px; 	}
			#mh-spacer { display: inline; float: left; width: 382px;  		}
			#mh-strapline {	display: inline; float: left; width: 224px; 	}
			
			/*  trow-c : Content - C 	*/
			#c-flash {	display: table-cell; width: 100%; height: 100%; 	/*	border: 1px solid #000000;  width: 885px; height: 413px; */	}
			
			/*  trow-ft : Footer - FT 	*/
			#ft-copyright {	display: block; width: 278px; height: 50px;	}
			
			
			
			