/*set styling of all pages (including blue left and right margins, black text)*/
body {
	background-color:#336699;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:12px;
}

/*set styling of central section on all pages (including position, thin black border)*/
.page {
	width:800px;
	position: relative;
	top:0px;
	left:50%;
	margin-left:-400px;
	background-color:#FFFFFF;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

/*set styling of banner (top image on all pages)*/
.header {
	width:800px;
	display:block;
	border:0px;
}

/*set styling of navigation bar (black, on all pages)*/
.nav {
	width: 100%;
	background-color:#000000;
	color:#FFFFFF;
	border-top:2px solid #000000;
	border-bottom:2px solid #000000;
	display:block;
	position: absolute;
	top: 177px;
}

/*set styling of cells in navigation bar (black, on all pages)*/
.nav td {
	text-align:center;
	font-size: 16px;
}

/*set styling of links in navigation bar (black, on all pages)*/
.nav a:link {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

/*set styling of visited links in navigation bar (black, on all pages)*/
.nav a:visited {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

/*set styling of content section (white block) on all pages except leaflet, sermon and Bible overview */
.content {
	width: 740px;
	padding: 30px;
	color:#000000;
	display:block;
}

/*set styling of content section (white block) on leaflet, sermon and Bible overview pages */
.leafletcontent, .sermoncontent, .Biblecontent {
	width: 740px;
	
	
	padding: 30px 30px 0px 30px;
	color:#000000;
	display:block;
}

/*set styling of picture in right column of index page*/
.content span img {
	border:1px solid #000000;
	display:block;
}

/*set styling of right column of index page*/
.content span {
	color:#999999;
	font-style:italic;
	margin:10px;
}

/*set footer styling (on all pages)*/
.footer {
	height:50px;
	width:800px;
	margin-left:-31px;
	text-align:center;
	color:#FFFFFF;
	background-color:#000000;
	position:absolute;
	/*bottom:0px;*/
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	display:block;
}

/*set heading text styling (on all pages)*/
h1 {font-weight:bold;
	font-size: 16px;
}

/*set subheading text styling (on index, about, contact and sermons pages)*/
h2 {font-weight:bold;
	font-size: 14px;
}

/*set subsubheading text styling (on about page)*/
h3 {text-decoration:underline;
	font-size: 12px;
	color:#0033CC;
	margin-bottom:0px;
}

/*set subsubsubheading text styling (on about page)*/
h4 {font-size: 12px;
	font-weight:normal;
	margin-bottom:0px;
	font-style:italic;
}
	
/*on sermons page, remove bullets from left of sermons*/
ul.nobullet li {
list-style:none;
}

/*on leaflets page, add bottom margin to leaflets*/
ul.marginbottomnobullet li {
list-style:none;
margin-bottom:5px
}

/*on leaflets page, align text links to the middle of thumbnails, and add thin black border to thumbnails*/
img.leaflet {
vertical-align:middle;
border:1px solid #000000;
}

#leafletlist {display:inline
}

/*on sermons page, separate links into two columns*/
.columns {
position:relative;
display:block;
clear:both
}
/*list some links on left hand side*/
.leftcolumn, .Biblefirstcolumn {
/*display:inline;*/
float:left;
}
/*list some links on right hand side*/
.rightcolumn {
/*display:inline;*/
float:right;
}
/*list some links in column one from left hand side*/
.Biblesecondcolumn {
/*display:inline;*/
float:left;
}
/*list some links in column two from left hand side*/
.Biblethirdcolumn {
/*display:inline;*/
float:left;
}

p.sermoncopyright, p.leafletcopyright, p.Biblecopyright {
position:relative;
clear:both
}

.sermonfooter, .leafletfooter, .Biblefooter {
position:relative;
clear:both;
height:50px;
	width:800px;
	margin-left:-31px;
	text-align:center;
	color:#FFFFFF;
	background-color:#000000;
	bottom:0px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	display:block;
}
