﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-color:#e1d0c6;
	background-image:url('layout/headerbg.jpg');
	background-repeat:repeat-x;
	height:251px;
	width:100%;
}
#header {
}
#container {
	width: 920px;
	min-height:400px;
	background-image:url('layout/body.jpg');
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
}
#right_col {
	width: 283px;
	float: right;
	margin-right:34px;
}

.right_col p{
	color:#0e2243;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size:small;
	text-align:center;
}
#awmAnchor-menu{
	margin-bottom:290px;
}
#page_content {
	margin-right: 340px;
	margin-left:20px;
}
.page_content p{
	color:#204c95;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size:small;
	line-height:1.3em;
	text-align:justify;
}
#body_bottom{
	background-image:url('layout/bodybottom.jpg');
	background-repeat:no-repeat;
	height:44px;
	width:920px;
	margin-right:auto;
	margin-left:auto;
}
#footer {
	clear:both;
	background-color:#0e2243;
	width:100%;
	height:120px;
}
.footer p{
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size:x-small;
	color:#e1d0c6;
}
.table{
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size:x-small;
	color:#0e2243;
	width:100%;
	background-image:url('layout/scheduleofservicessign.jpg');
	background-repeat:no-repeat;
}
a:link{
	color:#000066;
}
a:visited{
	color:#000066;
}
a:active{
	color:#000066;
}
a:hover{
	color:#0e2243;
}
.footer a:{
	color:#fff;
}
.footer a:visited{
	color:#fff;
}
.footer a:active{
	color:#fff;
}
.footer a:hover{
	color:#e1d0c6;
}
.right_col a:{
	color:#0e2243;
}
.right_col a:visited{
	color:#0e2243;
}
.right_col a:active{
	color:#0e2243;
}
.right_col a:hover{
	color:#204c95;
}
.audiosermon{
	text-align: left;
	color: #FFFFFF;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: small;
	text-decoration:none;
	
}
.audiosermon a:{
	color:#0e2243;
}
.audiosermon a:visited{
	color:#0e2243;
}
.audiosermon a:active{
	color:#0e2243;
}
.audiosermon a:hover{
	color:#204c95;
}
h1, h2, h3, h4, h5, h6{
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	color:#204c95;
}
h5{
	font-size:x-small;
	text-align:center;
}
li{
	list-style-type:disc;
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size:small;
	color:#000066;
}
#img{
	background-position:center;
	border: 0;
}




























