@charset "iso-8859-1";/* ======================this creates the first background layeras well as body styles========================= */body, p td {	background: #803240;	color: #000000;	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}body img {	border: 0px;	text-decoration: none;}/* ==================this styles the middle div or container===================== */#container {	margin: 20px auto 20px auto;	width: 95%; /* decrease width to add more padding to outer layer*/;	background: #D7C7D2 url('images/ourlordbkg.jpg');	padding: 10px;/* increase number to add more padding*/	border: #AE8DA4 3px ridge;}/* =====================inner or centermost layer======================= */#inner {	margin: 20px auto 20px auto;	width: 90%;	background-image: url('images/offwhite.jpg');	padding: 10px;	border: 2px ridge #999999;}/* =========================Search div styles====================== */.search {margin-left:auto;margin-right:auto;font-size:small;	}.nobr {white-space: nowrap}/* ============================all links========================== */a {	text-decoration: none;}a:link, a:visited {	background: transparent;	color: #0066FF;}a:hover {	background: transparent;	color: #505BA4;	text-decoration: underline;}/* =========================fancy horizontal line======================= */div.hr {	background-image: url("images_church/nabbar.gif");	background-position: center center;	background-repeat: no-repeat;	display: block;	height: 14px;	margin: auto;	width: 385px;}/* ======================heading tags========================== */h1 {	font-family: "Trebuchet MS";	font-size: 130%;	color: #999999;	background-color: inherit;	text-align: center;}h2 {	font-family: Geneva, Arial, Helvetica, sans-serif;	font-size: 114%;	color: black;	background-color: inherit;	text-align: center;}h3 {	font-family: Geneva, Arial, Helvetica, sans-serif;	font-size: 100%;}/* ========================content and navigation==================== */#content {	width: 100%;	border: 2px silver groove;}/* *****************************************************General information at the bottom of each page **************************************************** */#footer {	margin-left:auto;	margin-right:auto;	font-size:small;}/* ====================centers text====================== */.center {	text-align: center;}.small {	 font-size:small;}