/* Default */
body {
background:black;
overflow-x:hidden;
}
#fl{
float:left;
}
#fr{
float:right;
}
#nav {
width: 960px;
height: 40px;
position: relative;
background: url(../images/nav.png);
margin: 0;
padding: 0;
}

#nav li {
float: left;
}

#nav li a {
position: absolute;
top: 0;
margin: 0;
padding: 0;
display: block;
height: 40px;
background: url(../images/nav.png) no-repeat;
text-indent: -9999px;
overflow: hidden;
}

/*up state*/
li#nav_iam a {
left: 0;
width: 160px;
background-position: 0 0;
}
li#nav_connect a {
left: 160px;
width: 160px;
background-position: 160px 0;
}
li#nav_give a {
left: 320px;
width: 160px;
background-position: 320px 0;
}
li#nav_prayer a {
left: 480px;
width: 160px;
background-position: 480px 0;
}
li#nav_current a {
left: 640px;
width: 160px;
background-position: 640px 0;
}
li#nav_eCurrent a {
left: 800px;
width: 160px;
background-position: 800px 0;
}


/*hover state*/
li#nav_iam a:hover {
background-position: 0 -40px;
}
li#nav_connect a:hover {
background-position: -160px -40px;
}
li#nav_give a:hover {
background-position: -320px -40px;
}
li#nav_prayer a:hover {
background-position: -480px -40px;
}
li#nav_current a:hover {
background-position: -640px -40px;
}
li#nav_eCurrent a:hover {
background-position: -800px -40px;
}

#contentWrap .notes {
	color: #999999;
	padding-top: 40px;
	padding-right: 10px;
	padding-left: 10px;
}

#contentWrap .notes a:link, a:visited, a:hover{
	color: #01BCEF;
}
.hidden{display:none;}


#contentWrap {
background:#000000;
margin:0 auto;
position:relative;
width:960px;
}
#contentWrap notes {
	color: #FFFFFF;
}


