#main {
	background-color: #7FA7B6;
}

#main-inner {
	border-bottom-color: #003366;
}
/*
	Splash
*/
#splash .bar {
	background: #f3f3b9;
}
#splash {
	background-image: url("img/splash.jpg");
}

#splash .content {
	background-image: url("img/splash-tile.gif");
}
#splash .content h2 {
	color: #FFF;
}

#splash .content ul,
#splash .content ul a {
	color: #FFF;
}

ul.subnav {
	background: #9bb4dd;
}

ul.subnav a {
	border-bottom: 1px dotted #FFF;
	color: #FFF;
}

ul.subnav li.current {
	background: #FFF;
}

ul.subnav li.current a {
	color: #333;
}


/*-  DO NOT EDIT BELOW THIS LINE.
----------------------------------------------------------------------*/
/*
	Navigation
*/
#navigation li.nav  {
	background-image: url("img/nav.png");
	background-repeat: repeat-x;
}
/*
	Hover/"active" nav states
*/
#navigation li.nav:hover,li.nav-selected{
	background: url("img/nav.png") repeat-x	0 -31px;
}
#navigation div {background: url("img/sep.png") no-repeat 1px 0px; }


/*
	Content
*/
#devotion {
	background-image: url("img/devotion.png");
	background-repeat: repeat-y;
}