/* CSS Document */

body {
	margin-top:50px;
	background-color:#1d4f8e;
}

#logo {
	width:800px;
	height:169px;
	background-image:url(index_images/Header.jpg);
	background-repeat:no-repeat;
}

#menubar-area {
	width:800px;
	/*height:38px;*/
}

#menubar {
	background-image:url(index_images/Menubar.jpg);
	background-repeat:no-repeat;
	height:32px;
	width:800px;
}
	#menubar ul {
		margin:0 0 0 0;
		margin-left:80px;
	}
	#menubar li {
		list-style:none;
		float:left;
		margin:5px 5px 10px 20px;
		font-family: "BernhardMod BT","Times New Roman", Times, serif;
		font-size:16px;
	}
	#menubar a:link, #menubar a:visited {
		color:black;
		text-decoration:none;
	}
	#menubar a:hover {
		color:#990000;
		text-decoration:none;
	}

#menubar-shadow {
	width:800px;
	height:8px;
	background-image:url(index_images/shadow.jpg);
	background-repeat:no-repeat;
}



#middle {
	width:800px;
	background-color:white;
}

#left-column {
	background-color:white;
	background-image:url(new_images/church.jpg);
	background-repeat: no-repeat;
	width:450px;
	margin-left:8px;
}

	#left-column a:link, #left-column a:visited {
		color: #003366;
		font-family:"Times New Roman", Times, serif;
		font-size:16px;
		text-decoration:none;
		font-weight:bold;
	}
	#left-column a:hover {
		color:#990000;
		font-family:"Times New Roman", Times, serif;
		font-size:16px;
		text-decoration:underline;
		font-weight:bold;
	}
	#left-column li {
		list-style-type:square;
		margin:0px 0 3px 0;
	}
	#left-column ul {
		margin:0 0 3px 15px;
	}

#right-column {
	width:330px;
	padding-left:0px;
}

	#right-column p {
		margin:0 0 0 0;
		text-align:right;
		font-family:"Times New Roman", Times, serif;
		font-size: 12px;
	}
	#right-column a:link, #right-column a:visited {
		color:#0066CC;
		text-decoration:none;
	}
	#right-column a:hover {
		color:#990000;
		text-decoration:underline;
	}

#Flash-movie {
	width:320px;
	padding:0px 0px 0px 0px 'padding-top' 'padding-right' 'padding-bottom' 'padding-left';
	border: 1px solid #000000 'border-left-width' 'border-left-style' 'border-left-color';
}

#Daily-bread {
	width:230px;
	padding:0px 0px 0px 25px 'padding-top' 'padding-right' 'padding-bottom' 'padding-left';
}

#Daily-bread-top {
	background-image:url(new_images/Daily-bread-top.gif);
	background-repeat:no-repeat;
	height:43px;
	width:227px;
}

#Daily-bread-bottom {
	background-image:url(new_images/Daily-bread-bottom.gif);
	background-repeat:no-repeat;
	height:20px;
	width:227px;
}

#Daily-bread-middle {
	width:227px;
}
	#Daily-bread-middle p {
		font-family:"Times New Roman", Times, serif;
		font-size:11px;
		margin:0 5px 5px 17px;
		text-align:left;
	}

#Welcome {
	width:380px;
}
	#Welcome img {
		margin:15px 0px 20px 40px;
	}
	
#Middle-links {
	/*width:440px;*/
}
	#Middle-links img {
		margin:0px 0px 0px 0px;
	}
	
#bottom {
	/*width:790px;*/
	height:65px;
	background-color:white;
	padding: 3px 5px 0px 5px;
}

#footer {
	width:770px;
	height:50px;
	padding:10px 8px 2px 8px;
	background-color:#999999;
}
	#footer h1 {
		font-family: "Times New Roman", Times, serif;
		font-size: 14px;
		color:white;
		margin:0 0 0 0;
		font-weight:normal;
		text-align:right;
	}
	#footer p {
		font-family: "Times New Roman", Times, serif;
		font-size: 12px;
		color:white;
		margin:0 0 0 0;
		text-align:right;
	}
	#footer a:link, #footer a:visited {
		color: #000099;
		text-decoration:none;
	}
	#footer a:hover {
		color: #FFFFFF;
		text-decoration:none;
	}
