/* CSS Document */

body {
    margin:0px auto;
	width:100%;
	height:100%;
   	background-image:url(images/new-red-background.jpg);
	background-repeat:repeat-x;
	background-color:#6e0020;
	
    }
	
#container{
	width:850px;
	height:100%;
	margin:0px auto;
	margin-top:10px;
	border:thin;
	border-color:#666666;
	clear:both;
}
	
#header {
	background-image:url(images/new-header-image.gif);
	width:850px;
	height:200px;
	float:left;
	}
	
#side {
	background-color:#809BB6;
    width:180px;
	height:100%;
	float:left;
    }

#middlebar {
    font-family:times,georgia,serif;
    font-size:14px;
	font-weight:bold;
	font-style:italic;
	color:#5C0019;
    text-align:center;
    padding-top:5px;
   	background-image:url(images/middle-gray-bar.gif);
    height:28px;
	width:850px;
	float:left;
  }

#navigation_column {
	width:184px;
	height:100%;
	float:left;
	background-image:url(images/blue_gradient.gif);
	
	}
	
#content_box {
    padding-left:40px;
    padding-right:40px;
    font-family:arial,helvetica,sans serif;
    color:#ffffff;
    font-size:14px;
    border-style:solid;
    border-width:0px;
    border-color:#ffffff;
    line-height:20px;
	float:left;
	width:590px;
	height:100%;
	background-color:#FFFFFF;
    }
	
.navigation {
    display:block;
    /*width:100%;*/
    background-color:#CECECE;
    border-width:0 0 1px 0;
    border-style:solid;
    border-color:#1E3B5B;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    padding:6px;
    padding-left:10px;
    color:#6f011f;
    }
	
a.navigation:link {
    text-decoration:none;
    color:#5C0019;
    }
	
a.navigation:visited {
    background-image:url(images/bg_link.gif);
    text-decoration:none;
    color:#5C0019;
    }
	
a.navigation:hover {
    background-color:#6e011f;
    padding-left:10px;
    color:#ffffff;
    }
	
.navlinkcss { 
    position:absolute;
    visibility: hidden;
    border:2px solid #333333;
    border-bottom-width: 2px;
    font-size: 11px;
    font-family: arial,helvetica,sans serif;
    line-height: 18px;
    z-index: 100;
    background-color: #7E5B83;
    width: 180px;
    }
	
.navlinkcss a {
    color: #ffffff;
    width: 100%;
    display: block;
    text-indent: 5px;
    border-bottom: 1px solid #260D27;
    padding: 4px 0;
    text-decoration: none;
    }
	
.navlinkcss a:link {
    color: #ffffff;
    width: 100%;
    display: block;
    text-indent: 5px;
    border-bottom: 1px solid #260D27;
    padding: 4px 0;
    text-decoration: none;
    }
	
.navlinkcss a:visited { 
    color: #ffffff;
    width: 100%;
    display: block;
    text-indent: 5px;
    border-bottom: 1px solid #260D27;
    padding: 4px 0;
    text-decoration: none;
    }
	
.navlinkcss a:hover { 
    background-color: #6f011f;
    color: #ffffff;
    font-weight:bold;
    }
	
a.navlinkcss {
    color: #ffffff;
    width: 100%;
    display: block;
    text-indent: 5px;
    border-bottom: 1px solid #260D27;
    padding: 4px 0;
    text-decoration: none;
    }
	
a.navlinkcss:link {
    color: #ffffff;
    width: 100%;
    display: block;
    text-indent: 5px;
    border-bottom: 1px solid #260D27;
    padding: 4px 0;
    text-decoration: none;
    }
	
a.navlinkcss:hover { 
    background-color: #6f011f;
    color: #ffffff;
    font-weight:bold;
    }
	
#footer {
	width:820px;
	height:28px;
	padding-left:15px;
	padding-top:7px;
	padding-right:15px;
	background-image:url(images/middle-gray-bar.gif);
	}
#website {
	display:none;
	}

#pastor-letter {
	width:650px;
	height:100%;
	background-color:#ffffff;
	margin:0px auto;
	}
	
