/* CSS Document */

/* CSS Document */
#header{
	z-index:2;
	height: 225px;
	width: 750px;
	margin-left:25px;
	}
	

#headerImage{
	background-image: url(/ARCNU/Graphics/General/Headers/HomeHeader.gif);
	height:200px;
	margin: auto;
	width:750px;
	}
	
#menuHeader{
	z-index: 100000000;
	margin: auto;
	width: 750px;
	border: 0px solid black;
	}

#content{
	z-index:0;
	position:relative;
	width: 750px;
	margin: auto;
	padding: 10px;
	}

#footer{
	position:relative;
	height: 3.5em;
	background-color: White;
	text-align:center;
	border:thin;
	width:750px;
	margin: auto;
	font:Georgia, "Times New Roman", Times, serif;
	font-size: Small;
	color: Black;
	}
	

