#splashContainer
{
	width: 900px;
	height: 215px;
	background-image: url(/images/splash_bg.png);
	margin: -8px;
	margin-top: -8px;
	margin-bottom: 1em;
	border-bottom: 1px solid #999999;
}

#splashContent
{
	float: left;
	height: 215px;
	width: 677px;
}

#splashContentImage
{
	width: 677px;
	height: 215px;
	background-repeat: no-repeat;
}

#splashNav
{
	float: left;
	height: 215px;
	padding-top: 32px;
}

#splashNav A
{
	display: block;
	width: 174px;
	height: 22px;
	font-family: arial;
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 4px;
	padding-left: 40px;
	margin-top: 8px;
	background-repeat: no-repeat;
}


#splashNav A.link1
{
	background-image: none;
}

#splashNav A.link2
{
	background-image: none;
}

#splashNav A.link1Active
{
	background-image: url(/images/splash_hover_1.png);
}

#splashNav A.link2Active
{
	background-image: url(/images/splash_hover_2.png);
}
