@charset "utf-8";
/* CSS Document */

body {
	color: #000;
	background-color: #f6f5ee;
	background-image: url(../images/bk-youth.jpg);
}
.mass-heading {
	color:#585bb8;
}

#lt-sidebar {
	border: 3px solid #00abb5;
	background-color: #62c9ab;
	background-image: url(../images/title-explore-y.jpg);
	background-repeat:no-repeat;
	background-position: top;
}

#inner-sidebar{
	border: 3px solid #00abb5;
	background-color: #62c9ab;
	background-image: url(../images/title-explore-y.jpg);
	background-repeat:no-repeat;
	background-position: top;

}

#searchbar {
	border-top-color: #000;
	border-bottom-color: #000;
}

#admin{
	width: 165px;
	margin-top: -1px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #deb780;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #deb780;	
}
#centerbar {
	border: 3px solid #00abb5;
	background-color: #62c9ab;
	background-image: url(../images/title-youth-ministry.jpg);
	background-repeat:no-repeat;
	background-position: top;
}
#rt-sidebar {
	border: 3px solid #00abb5;
	background-color: #62c9ab;
	background-image: url(../images/title-coming-up.jpg);
	background-repeat:no-repeat;
	background-position: top;
}
#footer, #widebar {
	border: 3px solid #00abb5;
	background-color: #62c9ab;
}
a {
	color: #585bb8;
}
a:hover {
	color: #FFF;
}
#nav li a {
	color : black;
	background-color: #62c9ab;
}

#nav ul li a {
	border: 1px solid #00abb5;
}
	
#nav li a:hover {
	color : white;
	background-color : #000;
}
	
#nav a.daddy {
	background: url(../images/arrow-youth.gif) center right no-repeat;
	background-color: #62c9ab;
}

