/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/img1.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}

h1, h2, h3 {
	color: #000000;
}

p, blockquote, ul, ol {
	margin-bottom: 1.8em;
	line-height: 180%;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	background:#d5d5d5;
}

.boxed {
	padding: 20px;
	background: url(images/img3a.jpg) repeat-x;
}

.heading {
	margin-bottom: 30px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 1.3em;
}

.16 {font-size:1.1em;}

.scripture {
 color:#ED3636;
line-height:1.3em;}

.quote {
    background:#eee;
	margin-left: 3em;
	margin-right: 3em;
	padding:5px;
	border:2px solid #999;}
	
	blockquote {
	padding-left: 3em;
	padding-right: 3em;}
	
.t1 {text-align:left;}
	
/* Header */

#header {
	width: 660px;
	height: 180px;
	margin: 0 auto;
	background: url(images/img2.jpg) no-repeat;
	text-align: center;
}

#header a {
	text-decoration: none;
	text-transform: uppercase;
	color: #000000;
}

#header h1 {
	padding-top: 50px;
	letter-spacing: 4px;
	font-size: 36px;
}

#header h2 {
	letter-spacing: 8px;
	font-size: 14px;
}

/* Columns */

#left {
	float: left;
	width: 240px;
	margin-left: 10px;
	
}

#right {
	float: right;
	width: 220px;
	margin-right: 10px;
}

#left ul, #left ol, #right ul, #right ol {
	list-style-position: inside;
}

#left li, #right li {
	margin-bottom: 1.5em;
}

#center {
	margin: 0 240px 0 260px;
}

#center ul, #center ol {
	margin-left: 3em;
}

.toppad {padding-top:40px;}

div.sdmenu {
	width: 150px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	background: url(graphics/bottom.gif) no-repeat  right bottom;
	color: #fff;
}
div.sdmenu div {
	background: url(graphics/title.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(graphics/toptitle.gif) no-repeat;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	background: url(graphics/expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ddd;
}
div.sdmenu div.collapsed span {
	background-image: url(graphics/collapsed.gif);
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #066;
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
	background : #aaa url(graphics/linkarrow.gif) no-repeat right center;
	color: #333;
	text-decoration: none;
}

/* Footer */

#footer {
	background: url(images/img3.jpg) repeat-x;
	text-align: center;
	font-size: 77%;
	color: #000000;
}

#legal {
	margin: 0;
	padding: 20px 0 0 0;
	line-height: normal;
}

#links {
	margin: 0;
	padding: 20px 0;
	line-height: normal;
}