body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	border: 0px;
	padding: 0px;
}

#leaflogo {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -100;
	width: 132px;
	height: 150px;
	padding: 5px;
}

#nav {
	width: 100%;
	min-width: 884px;
}

#wordlogo {
	width: 600px;
	height: 76px;
	margin: 0px auto;
	padding: 20px 5px 10px;
	display: block;
}

.navlist {
	width: 600px;
	min-width: 600px;
	margin: 0px auto;
	list-style-type: none;
	padding: 5px;
}

#navlistrecord {
	width: 280px;
	min-width: 280px;
	position: relative;
	left: 170px;
}

.navitem {
	float: left;
	text-decoration: none;
	padding: 2px 5px;
	border-width: 0px 2px;
	border-style: solid;
	border-color: #6d9439;
}

.navitemselected {
	background-color: #6d9439;
	color: white;
}

#navitemleft {
	margin-left: 10px;
	border-left-width: 4px;
}

#navitemright {
	border-right-width: 4px;
}

.navlink {
	text-decoration: none;
}

.navlink:link, .navlink:visited {
	color: black;
}
.navlink:hover, .navlink:active {
	color: #6d9439;
}

a:link, a:visited {
	color: #6d9439;
}
a:hover, a:active {
	color: black;
}
/*
#6d9439
#638b2a
*/

#contentcontainer {
	position: absolute;
	left: 0px;
	top: 170px;
}

#contentcontainer, #footer {
	min-width: 884px;
	width: 100%;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #6d9439;
}

#content {
	width: 95%;
	margin: 0px auto;
	padding: 10px 0px;
}

#footemail {
	display: block;
	float: right;
	padding: 10px;
}


#centre {
	text-align: center;
}

.imgmove {
	position: relative;
	top: 6px;
}

#map {
	border: thin solid black;
}

.bibletext, .powerpointlink {
	display: inline;
	float: right;
}

.hiding {
	display: none;
}

#player {
	width: 700px;
	margin: 20px auto;
}
	


table.diary {
	border: thin solid #6d9439;
	width: 100%;
	margin:0;
	padding: 2px;
	border-collapse:collapse;
}
table.diary th {

}
table.diary td,th {
	text-align: left;
	border-bottom: thin solid #6d9439;
}
.diarydate{
	width: 20%;
}

.diarylocation {
	width: 25%;
}
.diaryevent {
	width: 40%;
}
.diarytime {
	width: 15%;
}


