body {
	margin:0;
	padding:0;
	font: normal 14px 'Century Gothic', Futura, AppleGothic, Helvetica sans-serif;
	line-height:18px;
	color:#A8A9AA;
}
#wrapper {
	width:960px;
	margin:0 auto;
	padding:0 10px;
}
#splash {
	width:848px;
	margin:20px auto 0;
}
p {
	text-align:center;
}
ul.splash-nav {
	list-style-type:none;
	height:48px;
	margin:10px auto;
	width:860px;
	padding:0;
	color: #A8A9AA;
	}
	ul.splash-nav li a {
		color: #A8A9AA;
		text-decoration:none;
	}
	ul.splash-nav li a:hover {
		text-decoration:underline;
	}
	ul.splash-nav li {
		display:block;
		float:left;
		font: normal 22px 'Century Gothic', Futura, AppleGothic, Helvetica sans-serif;
		line-height:26px;
		height:48px;
		border-left:1px solid #A8A9AA;
		margin:0;
		padding:0 23px;
	}
	ul.splash-nav li#na {
		border:none !important;
	}
	ul.splash-nav li ul {
		display:block !important;
		position:relative;
		margin:0;
		padding:0;
	}
	ul.splash-nav li ul li {
	}
	ul.splash-nav li:hover ul {
		display:block !important;
		position:relative;
		top:auto;
	}
	ul.splash-nav li ul li, ul.splash-nav li:hover ul li {
		font: normal 14px 'Century Gothic', Futura, AppleGothic, Helvetica sans-serif;
		margin:0 auto;
		text-align:center;
		display:block !important;
		position:relative;
		border:none !important;
}

#message
{
	text-align:center;
	
	margin:0 auto;
	width:848px;
}

h1
{
	font-size:14px;
	margin-bottom:3px;
}

h2
{
	font-size:12px;
	margin-bottom:3px;
}
