﻿/* CSS layout */

body{
	background-image:url('layout2/bgborder.jpg');
	background-repeat:repeat-x;
	background-color:#1e1b18;
	margin:0;
	padding:0;
	height:521px;
	width:100%;
}
#container{
	background-image:url('layout2/bodybg.jpg');
	background-repeat:repeat-y;
	width:976px;
	min-height:350px;
	margin:0 auto 0 auto;
	padding:0;
}
#header{
	background-image:url('layout2/header.jpg');
	background-repeat:no-repeat;
	width:976px;
	height:411px;
	margin:0 auto 0 auto;
	padding:0;
}
#leftcolumn{
	position:absolute;
	text-align:justify;
	padding:0 0 0 25px;
	margin:0;
	width:305px;
	float:left;
}
#rightcolumn{
	padding:0;
	margin:0 30px 0 330px;
	float:left;
	width:600px;
	
}
#column_container{
	width:600px;
	margin:20px auto 0 auto;
	padding:0;
}
#column_left {
	width: 200px;
	float: left;
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size:11px;
	color:#333;
	padding:0;
	position:absolute;
}
#column_right {
	width: 200px;
	float: right;
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size:11px;
	color:#333;
	padding:0;
}
#column_middle {
	margin-left: 200px;
	margin-right: 200px;
	padding:0;
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size:11px;
	color:#333;
	position:absolute;
}
p{
	color:#333;
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size:11px;
	text-align:justify;
}
a:link{
	color:#fff;
}
a:visited{
	color:#fff;
}
a:active{
	color:#fff;
}
a:hover{
	color:#90482d;
}
li{
	color:#fff;
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size:11px;
	margin:0 0 0 20px;
	text-align:left;
	padding:0 0 0 -5px;
	line-height:1em;	
}
ul{
	margin:0;
	padding:0;
}
#calendar{
	margin:85px 18px 0 0;
	width:298px;
	float:right;
}
.img{
	border-style:none;
	border-width:0;
}
#footer{
	background-image:url('layout2/footer.jpg');
	background-repeat:no-repeat;
	width:976px;
	height:156px;
	margin:0 auto 0 auto;
}
.footer_p{
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size:11px;
	color:#333;
	text-align:center;
	padding:35px 0 0 0;
}
.pagetitle{
	padding:9px 0 0 25px;
	text-align:left;
}
ul{
	padding:0;
}
li{
	color:#c7b9c5;
	line-height:1.2em;
	padding:0;
	list-style-type:square;
}
h1, h2, h3, h4, h5, h6{
	color:#90482d;
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	padding:0;
}
.contactus_table{
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size:small;
	color:#FFF;
	background-image:url('layout2/contactusbg.jpg');
	background-repeat:no-repeat;
	background-position:center;
	padding:15px 0 0 30px;
	margin:15px 0 0 0;
}
.sermons_table{
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size:small;
	color:#FFF;
	padding:15px 0 0 10px;
	margin:15px 0 0 0;
}
#awmAnchor-menu2{
	margin:0 0 0 20px;
}
#headingbg{
	background-image:url('layout2/headingbg.jpg');
	background-repeat:no-repeat;
	width:976px;
	height:34px;
	margin:0;
	padding:7px 0 0 45px;
	font-size:x-large;
	font-weight:bolder;
	color:#c7b9c5;
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
















