﻿* {
	margin: 0px;
	}
body {
	font-family:'Century Gothic', Arial; 
	font-size:90%
}
#logo {
	position: absolute;
	width: 900px;
	height: 120px;
	z-index: 1;
	left: 18px;
	top: -23px;
	background: transparent url("logo1.jpeg") no-repeat 0 0;
}
/* HEADINGS */
h1, h2, h3, h4 {
	display: inline;
	font-weight: normal;
}
h1 {
	color: #FF6600;
	font-size: 300%;
}
h2 {
	color: #FF6600;
	font-size: 200%;
	display: block;
	margin-bottom: 3px;
}
h3 {
	color: #66CC00;
	font-size: 180%;
}
#nav h3, #nav h4 {
	display: block;
	}
h4 {
	color: #66CC00 ;
	font-size: 150%;
}
h5 { /*orange text */
	color: #FF6600;
	display: inline;
	font-size: 115%;
	display: block;
}
h6 { /*green text */
	color: #66CC00;
	display: block;
	font-size: 100%;
	margin-bottom: 6px;
}
#also {
	margin-top: 15px;
	}
/* LINKS */
a {
	color:black;
}
a:hover {
	color: #FF6600;
	text-decoration:underline
}
a:visited { padding-right: 12px; background: url(visitedLink.gif) no-repeat 100% 50%; color: #666666;
}
a:visited:hover {
	color:#FF6600; 
}
#links h3 {
	display: block;
}
/* DIV POSITIONING */
#main {
	position: absolute;
	left: 2%;
	top: 111px;
	width: 65%;
} 
#main p {
	padding-bottom: 16px;
	}
#main ol, #main ul {
	padding: 2px 0px 8px 27px;
	margin-left: 0px;
	}
#main ol li {
	margin-bottom: 15px;
	}
#main ul li {
	margin-bottom: 3px;
	margin-top: 2px
	}
#nav {
	position: absolute;
	width: 25%;
	z-index: 3;
	right: 5px;
	top: 140px;
}
/* MENU on 'read the talk' */
.talkmenuinner {
 position:fixed;
 bottom:30px;
 right:5px;
 width:25%;
}
.talkmenuouter {
 position: absolute;
 bottom:30px;
 right:5px;
}

/* Main menu */
#nav ul {
	padding: 0px;
	padding-top: 6px;
	margin: 0px;
}
#nav ul li {
	padding: 0px 0 3px 17px;
	margin: .4em 0;
	margin: 0px;
	list-style-type: none;
	background: url(plus2.png) no-repeat 0% 40%;
}
#nav #botnav ul li {
	background: url(plus.png) no-repeat 0% 40%;
}
#botnav {
	position: relative;
	top: 20px;
}
#helpbox {
	position: relative;
	margin-top: 35px;
	background-color: #E8E8E8;
	padding: 5px 10px;
}
#helpbox h1 {
	display: block;	
}

/* OTHER */
div.whoimage {
	float:right;
	padding-left:10px;
}
.noborder {
	border-width: 0px;
}
.gototop {
	float: right;
	display: block;
	width: 100%;
	text-align: right;
	}
#bibleverse {
	text-align:center; 
	font-size:large; 
	color: red; 
	font-weight:bold;
	margin-top: 20px;
}