@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	background-color: #4d1200;
	text-align: center;
}

ul {
	color: #712e24;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style:square;
	margin-bottom: 0px;
	margin-top: 0px;
}

a {
	text-decoration: underline;
	font-weight: bold;
	color: #712e24;
}
	

h1 {
	color: #712e24;
	font-family: Vivaldi, Monotype Corsiva, Arial;
}

h2 {
	font-family: Vivaldi, Monotype Corsiva, Arial;
	position: relative;
	left: 10px;
	top: 5px;
	color: #FFF;
}

h2.brown {
	color: #712e24;
	position: relative;
	left: 0px;
	top: 0px;
}

h3.missionaries {
	color: #712e24;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	margin-top: 20px;
}

h3.cutenews {
	color: #712e24;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	margin-top: 0px;
}

h4 {
	color: #712e24;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	margin-top: 0px;
}

p {
	color: #712e24;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

p.limited {
	margin: 0px;
	font-size: 14px;
	position: relative;
}

p.sermons {
	color: #CCC;
}

p.sermontitle {
	color: #F60;
	font-size: 14px;
	font-weight: bold;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

#container {
	text-align: left;
	margin: 0 auto;
	background-color: #ffe7b4;
	width: 1000px;
	height: 1800px;
}

#containerabout {
	text-align: left;
	margin: 0 auto;
	background-color: #ffe7b4;
	width: 1000px;
	height: 2350px;
}

#containerministries {
	text-align: left;
	margin: 0 auto;
	background-color: #ffe7b4;
	width: 1000px;
	height: 1800px;
}

#containeryouth {
	text-align: left;
	margin: 0 auto;
	background-color: #ffe7b4;
	width: 1000px;
	height: 2000px;
}

#containermissions {
	text-align: left;
	margin: 0 auto;
	background-color: #ffe7b4;
	width: 1000px;
	height: 2450px;
}

#containerlinks {
	text-align: left;
	margin: 0 auto;
	background-color: #ffe7b4;
	width: 1000px;
	height: 1300px;
}

#containercontact {
	text-align: left;
	margin: 0 auto;
	background-color: #ffe7b4;
	width: 1000px;
	height: 1150px;
}


#banner {
	background-image: url(../images/top.jpg);
	width: 1000px;
	height: 160px;
	margin: 0px;;
	padding: 0px;
}

#menu {
	background-image: url(../images/navbar.jpg);
	width: 1000px;
	height: 40px;
}

#content {
	margin: 0px 0px 0px 0px;
	width: 500px;
	position: relative;
	left: 50px;
	float: left;
}

#contentfull {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 900px;
	position: relative;
	top:20px;
	left: 50px;
	float: left;
}

#sermons {
	padding-left: 25px;
	padding-right: 25px;
	margin: 0px 0px 0px 0px;
	width: 350px;
	height: 555px;
	position: relative;
	right: 20px;
	top: 20px;
	background-color: #a52b00;
	float: right;
	color: #CCC;
}

img.menu {
	margin-left: 20px;
}

#services {
	margin-top: 0px;
	border: #F00 thick double;
	border-color: #a52b00;
	width: 500px;
	background-color: #fff6e3;
	font-size: 11px;
}

#links {
	width: 600px;
	position: relative;
	left: 150px;
}

a.sermons {
	color: #FFF;
}

#verse {
	width: 571px;
	height: 160px;
	float: right;
}

#logo {
	width: 344px;
	height: 160px;
	float: left;
}

.hidden {
	display: none;
}

div.cutenews {
	margin: 20px;
	background-color:#FFFBDD;
	border: thin #4F1B15 solid;
}

/* Styles associated with news items and anything CuteNews */

.n_update {
margin-left: 40px;
margin-right: 40px;
margin-bottom: 20px; 
border: 1px solid #767676; 
background-color: #FFC;
}

.n_head {
margin: 4px; 
border-bottom: 1px solid #A1A3A5;
}

	.n_date {
	float: right; 
	font-family: sans-serif;
	}
	
	.n_title {
	font-family: Arial Narrow, Arial, Sans-Serif; 
	font-size: 16pt; color: black;  
	text-align: center;
	}
	
	a.n_title, a.n_title:active, a.n_title:visited {
	font-family: Arial Narrow, Arial, Sans-Serif; 
	font-size: 16pt; 
	color: black; 
	text-align: center;
	text-decoration: none;
	}

.n_body {
margin: 4px;
margin-top: 10px;
font-family: Arial;
font-size: 10pt;
}

.n_foot {
margin: 4px; 
height: 16px; 
border-top: 1px solid #A1A3A5;
}

#widget {
	position: relative;
	top: 30px;
	width: 350px;
	float: right;
	padding-right: 25px;
}