	body { background-color: black; font-family: arial, sans-serif; }

	p { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; }

	#container { /* Dimensions including padding: 850x700 */
		margin-top: 30px;
		width: 825px; height: 684px;
		margin-left: auto; margin-right: auto;
		position: relative;
	}

	#celticBG {
		position: relative;
		/* width: 825px; height: 684px; */
		width: 850px; height: 681px;
		background-image: url(../images/celticBG3.jpg);
	}

	#mainTitle {
		position: absolute;
		top: 580px; left: 25px;
		width: 290px; height: 89px;
		background-image: url(../images/mainTitle.jpg);
	}

	#subTitle {
		position: absolute;
		top: 574px; left: 31px;
		font-size: 11px; 
		text-align: center;
	}

	#transBG {
		position: absolute;
		top: 15px; left: 321px;
		width: 150px; height: 650px;
		background-image: url(../images/maroon90-large.png);
		background-repeat: repeat-y;
	}

	#navArea {
		position: absolute;
		top: 15px; left: 321px;
		width: 150px; height: 650px;
		color: white;
	}


	#contentBG {
		position: absolute;
		top: 15px; left: 478px;
		width: 335px; height: 650px;
		background-image: url(../images/blackBox.gif);
	}

	#mainContent {
		position: absolute;
		top: 15px; left: 478px;
		width: 285px; height: 620px;
		padding: 15px 25px 25px 25px;
		text-align: justify;
		color: white;
	}

	#tinyFooter {
		position: absolute;
		bottom: 2px; right: 32px;
		width: 325px;
		text-align: right;
		margin-right: 5px;
		font-size: 9px;
		color: black;
	}

	#mainNav {
		margin-top: 15px;
	}
	
	/*
	#testBox {
		position: absolute;
		width: 165px;
		height: 40px;
		top: 25px;
		left: 0px;
		background-image: url(../images/navAbout-ro.gif);
		z-index: 1000; 
	}
	*/

	#mainNavList {
		list-style-type: none;
		padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;
	}

	#mainNavList li {
		width: 130px; 
		height: 31px;
		position: relative;
		padding-right: 30px;
		padding-top: 9px;
		font-size: 15px; font-weight: bold; 
		color: white; font-family: arial, sans-serif;
		font-stretch: ultra-expanded;
		text-align: right;
	}

	#mainNavList li a:link { text-decoration: none; color: white; }
	#mainNavList li a:visited { text-decoration: none; color: white; }
	#mainNavList li a:hover { text-decoration: none; color: white; }
	#mainNavList li a:active { text-decoration: none; color: yellow; }

	.stdLink:link { color: steelblue; }
	.stdLink:visited { color: steelblue; }
	.stdLink:hover { color: red; }
	.stdLink:active { color: white; }

	.rolloverMarker {
		font-family: arial, sans-serif;
		font-size: 17px; font-weight: bold; color: white;
	}

	#mainNavList div {
		width: 160px;
		height: 40px;
		position: absolute;
		top: 0px; left: 0px;
	}


	#newRegAnnouncement {
		position: absolute;
		top: 465px; left: 40px;
		width: 180px;

		font-family: arial, sans-serif; font-style: italic; font-weight: bold; 
		font-size: 18px; color: black; text-align: left;
	}	


	* html #transBG, * html #mainNavList li {	
		behavior: url(../htc/iepngfix.htc);			
	}