/*
**	This is the large shadowed "TITLE" at the top of the page
*/
#Billboard	{
		position	:relative	;
		color		:#336633	;
		left		:30px		;
		z-index		:1		;
		}
.CBillboard	{
		position	:absolute	;
		z-index		:0		;
		left		:-3px		;
		top		:-1px		;
		letter-spacing	:15px		;
		font-family	:sans-serif	;
		font-size	:70pt		;
		font-weight:600;
		color		:#669966	;
		}

