html {
	margin: 0;
	padding: 0;
	}
	
body {
	margin: 0;
	padding: 0;
	background: #0d183b;
  	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#DDD;
	background-image:url(../images/background-small.jpg);
	background-attachment:fixed;
	background-repeat:repeat;
	
}

a.link, a.link:active, a.link:link, a.link:visited {
	color: #EEE;
	text-decoration: none;
	border-bottom: 1px solid #666666;
	}
a.link:hover {
	text-decoration: none;
	color: #DDD;
	border-bottom: 1px dotted #666666;
	}

#header {
	height:210px;
	background-image:url(../images/header-tan.jpg);
	background-repeat:repeat-x;
	background-position:center;
	vertical-align:top;
	width:100%;
}


ul#header-img, ul#header-img li, ul#header-img li a {
	  display:block;
	  	margin-top:-30px;
		margin-left: auto;
		margin-right: auto;
      height: 207px;
      outline: 0;
      text-indent: -9999px; 
	  }
	  
ul#header-img li.headerimg a { }


#navbar {
	clear:none;
	float:left;
	height:50px;
	margin:0 auto;
	background-image:url(../images/nav-bar-bg.png);
	background-repeat:repeat-x;
	vertical-align:top;
		margin-left: auto;
		margin-right: auto;
	width:100%;
z-index:2; 

}

ul#nav {
      list-style-type: none;
      padding: 0;
	  display:block;
	  	margin:0 auto;
		width:1000px;
		position:relative;
		float:none;
z-index:99; 
      }
	  

  
  ul#nav li {
      float: left;
      }
  
  ul#nav li a {
  	display:block;
      height: 38px;
      outline: 0;
      text-indent: -9999px;
	  
      }
  
  ul#nav li.nav-home a        { background: url(../images/nav/home-sprite.gif) no-repeat; width: 127px; } 
  ul#nav li.nav-home a:hover    { background-position: -127px 0; } 
  
  ul#nav li.nav-about a        { background: url(../images/nav/about-sprite.gif) no-repeat; width: 147px; }
  ul#nav li.nav-about a:hover    { background-position: -147px 0; }  
  
  ul#nav li.nav-media a        { background: url(../images/nav/media-sprite.gif) no-repeat; width: 113px; }
  ul#nav li.nav-media a:hover    { background-position: -113px 0; }
  
  ul#nav li.nav-ministries a        {  text-indent: 0px; width: 175px; }
  ul#nav li.nav-ministries a:hover    { text-indent: 0px;  }
  
  ul#nav li.nav-new a        { background: url(../images/nav/new-sprite.gif) no-repeat; width: 201px; }
  ul#nav li.nav-new a:hover    { background-position: -201px 0; }
  
  ul#nav li.nav-pastors a        { background: url(../images/nav/pastors-sprite.gif) no-repeat; width: 191px; }
  ul#nav li.nav-pastors a:hover    { background-position: -191px 0; }

#body-container {
width:1000px;
margin:0 auto;
min-height:100%;
vertical-align:top;
padding:0;
}

#left-links {
width:240px;
float:left;
}

#main-middle {
width:520px;
margin:0 auto;
float:left;
padding:5px;
}
#main-right {
width:225px;
margin:0 auto;
float:right;
}

#body-bg-wide-top {
	height:54px;
	background-image:url(../images/body-bg-top-trans.png);
	background-repeat:none;
	background-position:center;
	vertical-align:top;
	width:1000px;
	margin:0 auto;
	clear:both;
}

#body-bg-wide-body {
	min-height:325px;
	background-image:url(../images/body-bg-trans.png);
	background-repeat:repeat-y;
	background-position:center;
	vertical-align:top;
	width:1000px;
	margin:0 auto;
}

#body-text-900 {
	width:900px;
		margin:0 auto;
}

#body-text-600 {
	width:600px;
		margin-left:60px;
		clear:none;
}

#body-text-270 {
	width:270px;
	float:right;
	clear:none;
	margin-right:40px;
	padding-left:10px;
	border-left: dotted 2px #157bb3;
	min-height:500px;
}

#body-bg-wide-bottom {
	height:54px;
	background-image:url(../images/body-bg-bottom-trans.png);
	background-repeat:none;
	background-position:center;
	vertical-align:top;
	width:1000px;
	margin:0 auto;
}


.picborder, a.picborder {
border:solid 6px;
border-color:#091130;
margin-bottom:5px;
}

.picborder:hover, a.picborder:hover {
border:solid 6px;
border-color:#157bb3;
}

#leftlinks {
border:0;
float:left;
}

.noborder {
border:0;
}

#footer {
	background-image:url(../images/footer-bg-trans.png);
	background-repeat:repeat-x;
	vertical-align:bottom;
	width:100%;
	clear:both;
	margin:0 auto;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#CCC;
}

h2.heading2 {
font-size:18px;
font-weight:bold;
color:#157bb3;
font-style:italic;
}

h2.heading3 {
font-size:18px;
font-weight:normal;
color:#157bb3;
font-style:italic;
}

h2.heading4 {
font-size:13px;
font-weight:bold;
color:#157bb3;
}
h2.heading5 {
font-size:15px;
font-weight:bold;
color:#157bb3;
}

td.mp3rows {
border-bottom:dashed 1px;
border-color:#666;
}

#ymp-relevance {
visibility: hidden;
}

.ymp-player-max #ymp-body #ymp-body-base #ymp-body-strip
{
width: 560px;
}

.ymp-player-max #ymp-body.ymp-skin {
width: 570px;
}

.pic-padding {
padding-left:10px;
padding-right:10px;
}

	  #iframe {
z-index:-9999; 
      }
