body {
	background: url(images/main_back.jpg) no-repeat top left;
	background-attachment: fixed;
}

#main_table {
	width: 95%;
	margin-left:auto;
	margin-right: auto;
	margin-top: 9;
}

#header {
	height: 9em;
	width: 60em;
	/*border: inset;*/
	background: url(images/npwc_logo.gif) no-repeat top left;
}

#header_left {
	width: 380px;
	height: 100%;
	position: relative;
	float: left;
	border: solid;
}

#header_right {
	height: 100%;
	position: relative;
	margin-left: 25em;
	text-align: center;
	/*border: dotted 1px;*/
}

#footer {
	
}

#main_content {
	/*margin-top: 0.5em;*/
}

#main_content h3 {
	display: inline; 
}

#right_bar {
	/*margin-top: 0.5em;*/
	align: center;
	text-align: center;
}

#right_bar h3 {
	display: inline;
}

#menu{
	width: 93%;
	margin-top: 1em;
	text-align: left;
	border: solid #b6c99e 3px;
}

#menu a {
 	padding: 3px;
 	display: block;
 	/*border: 1px solid #dee7d2;*/
 	text-decoration: none;
 	line-height: 1.5em;
	margin-top: 2px;
}

#menu a:link, #menu a:visited {
 	color: #000000;
	font-weight: bold;
	background-color: #ecf1e7;
}


#menu a:hover, #menu a:active {
 	color: #FFFFFF;
	font-weight: bold;
 	background-color: #f08f65;
 	/*border: 1px solid #000;*/
}

#headlines {
margin-right: 0.5em;
}

/* Headline Containers */
#head_t_bar {
	background: url(images/head_t_bar.gif) repeat;
}

#head_b_bar {
	background: url(images/head_b_bar.gif) repeat;
}
#head_l_bar {
	background: url(images/head_l_bar.gif) repeat;
}
#head_r_bar {
	background: url(images/head_r_bar.gif) repeat;
}
#head_t_right {
	background: url(images/head_t_right.gif) no-repeat;
}
#head_t_left {
	background: url(images/head_t_left.gif) no-repeat;
}

#head_b_left {
	background: url(images/head_b_left.gif) no-repeat;
}
#head_b_right {
	background: url(images/head_b_right.gif) no-repeat;
}

#head_content {
	background:  #f0f4f9;
	/*border: groove;*/
}

/* Green Box Container */
#green_t_bar {
	background: url(images/green_t_bar.gif) repeat;
}
#green_b_bar {
	background: url(images/green_b_bar.gif) repeat;
}
#green_l_bar {
	background: url(images/green_l_bar.gif) repeat;
}
#green_r_bar {
	background: url(images/green_r_bar.gif) repeat;
}
#green_t_right {
	background: url(images/green_t_right.gif) no-repeat;
}
#green_t_left {
	background: url(images/green_t_left.gif) no-repeat;
}

#green_b_left {
	background: url(images/green_b_left.gif) no-repeat;
}
#green_b_right {
	background: url(images/green_b_right.gif) no-repeat;
}

#green_content {
	background:  #ecf1e7;
	/*border: groove;*/
}

#home_info_light {
	background: #f0f4f9;
}

#home_info_dark {
	background: #f4eac2;
}

#home_info_side {
	background: #f4eac2;
}

#ministry_img {
	position: relative;
	float: left;
	padding-right: 4px;
}

#pastor_corner {

}

#staff_container {
	
}

#staff_image {
	float: left;
	right: 0;
	bottom: 0;
	padding-right: 1em;	
}

#download_section {
	background:  #f0f4f9;
	border: dashed #b6d3f6;
}

