html {
	background-color: #FFFCD7;
}
body {
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0;
}
#content {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background: url(/images/splash_bgr.gif) 0 0 no-repeat;
}

#splash_nav {
	background: url(/images/splash.gif) 0 0 no-repeat;
	height: 316px;
	width: 902px;
	left: 120px;
	top: 120px;
	position: absolute;	
	text-indent: -1234em;
	margin: 0;
	list-style: none;
	z-index: 1000;
}


#splash_nav li {
	margin: 0;
	position: absolute;
	top: 190px;
	height: 125px;
}
#splash_nav li a {
	display: block;
	height: 125px;
	text-decoration: none;
}
#splash_summer {
	left: 222px;
	width: 220px;
}
#splash_summer a:hover {	background-position: 0px -36px;}
#splash_conference {
	left: 452px;
	width: 220px;
}
#splash_conference a:hover {	background-position: 0px -36px;}
#splash_retreat {
	left: 682px;
	width: 220px;
}
#splash_retreat a:hover {	background-position: 0px -36px;}

