/*header*/
#header {
	background-image: url(/assets/leapoffaith/header_repeat.gif);
	background-repeat: repeat-x;
	background-color: #dadada;
	height: 270px;
}

#header_bg {
	background-image: url(/assets/leapoffaith/header.jpg);
	background-repeat: no-repeat;
	height: 270px;
}

#header h1 a{
	height: 125px;
	width: 235px;
	background-image: url(/assets/leapoffaith/logo.gif);
	background-repeat: no-repeat;
	display: block;
	text-indent:-9999px;
	overflow: hidden;
}

#header h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #ede4da;
	margin-bottom: 20px;
}

#header p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #fefefe;
	line-height: 18px;
	margin-bottom: 15px;
}

#intro {
	position:relative;
	top:-55px;
}



/*nav*/
ul#nav{
    list-style: none;
	padding-top: 10px;
}

ul#nav li a {
	font-size: 13px;
	color: #fefefe;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 5px;
	text-shadow: 1px 1px 1px #762108;
}

ul#nav li a:hover {
	background: #c85b3d;
	-moz-border-radius: 5px;
	padding: 5px;
}

.selected {
	background: #c85b3d;
	-moz-border-radius: 5px;
	padding: 5px;
}

ul#nav li {
	display: inline;
	list-style-type: none;
	padding-right: 11px;
	margin: 0px;
}

ul#nav li.last {
	display: inline;
	list-style-type: none;
	padding-right: 0px;
	margin: 0px;
}



/*body*/
#body {
	background-color: #dadada;
}

#body h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #292929;
	margin-top: 40px;
	margin-bottom: 25px;
}

#body h2.recent_news {
	font-size: 17px;
}

#content {
	background-image: url(/assets/leapoffaith/body_repeat.gif);
	background-repeat: repeat-y;
	height: 635px;
}

#body a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #a02e2b;
	text-decoration:underline;
}

#body h3 a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #ba320d;
}

#body p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #2a271f;
	line-height: 18px;
	margin-top: 5px;
}

#body img {
	border-style:solid;
	border-width:3px;
	border-color: #a8a8a8;
	margin-bottom: 10px;
}

.bands {
	float: left;
	width: 274px;
	margin-bottom: 25px;
	margin-right: 25px;
}

.news {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom-color: #b8b8b8;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}




/*footer*/
#footer {
	padding-top: 22px;
	padding-bottom: 22px;
	border-top-style:solid;
	border-top-width:3px;
	border-top-color: #cdcdcd;
}

#footer h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #e18c1e;
	line-height: 18px;
}

#footer a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #1270c7;
	line-height: 18px;
}

#footer p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #2a271f;
	line-height: 18px;	
}

span.bold {
	color: #8d8d8c;
	font-weight: bold;
}