*{
	margin: 0px;
	padding: 0px;
}

h1{
	font: bold 35px tahoma;
	text-align:center;
	color: #2619ef;
}
h2{
	font: bold 25px tahoma;
	text-align:center;
	color: #2619ef;
}
h3{
	font: bold 20px tahoma;
	text-align:center;
	color: #2619ef;
}
h4{
	font: 20px;
	text-align:center;
	color: black;
}

header, section, footer, aside, nav, article{
	display: block;
}
body{
	width:100%;
	display: -webkit-box;
	-webkit-box-pack: center;
	background-color: <!doctype html>
<html lang="en">
<head>
	<meta charset="utf-8">
	<title>######################### by Pastor G.S. Marley</title>
	<link rel="stylesheet" href="true_church_audio.css">
	<meta name="author" content="Reformed Baptist Church, Inverness, Scotland">
	<meta name="dc.creator.e-mail" content="cw&#64;wicketgate.co.uk">
	<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
	<meta name="description" content="###160 to 170 characters with spaces ###">
	<meta name="keywords" content="##############################################################">
	
	<!--[if IE]>
        <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
        <style type="text/css">
            .clear {
                zoom: 1;
                display: block;
            }
		</style>
    <![endif]-->
</head>

<body style="background-color:  #fdfee2"> <!-- Setting the page background color to match the original -->
	<a id="top"></a>
	<div id="body_wrapper">
		<header id="body_header">
			<h1 style="text-align: center; font-family: 'Georgia', serif; color: #4A4A4A; padding: 20px; background-color: #f9f9f9; border-bottom: 2px solid #ddd;">
                Pondering Proverbs
            </h1>
		</header>
		
		<div id="new_div">
			<section id="main_section" style="margin: 20px;">
				<h2 style="text-align: center; font-family: 'Verdana', sans-serif; color: #333;">Study #######</h2>
				
				<div id="audio" style="text-align: center; margin-top: 20px;">
					<audio controls>
						<source src="123gsm_.mp3" type="audio/mp3">
						<p>Your browser does not support our player.<br> Please go to the <a href="pondering_proverbs_index.html">index page and download.</a> <br>Once downloaded you will be able to play <br>the audio on your own system player.</p>
					</audio>
				</div>
				
				<article style="text-align: center; margin-top: 20px;">
					<h2 style="line-height: 40px; color: #333;">&#8220;Title&#8221;</h2>
					<footer>
						<p style="text-align: center; color: #777; font-size: 0.9em;">Bible text</p>
						<br>
						<!--Bible Text here-->
					</footer>
				</article>
			</section>
		</div>

		<nav id="navigation" style="text-align: center; margin-top: 30px;">
			<ul style="list-style: none; padding: 0;">
				<li style="display: inline; margin-right: 10px;">
					<a href="pondering_proverbs_index.html">
						<img src="../../../graphics/back.png" alt="back to index" title="back to index" style="width: 30px; height: 30px;">
					</a>
				</li>
			</ul>
		</nav>
		
		<footer id="page_footer" style="text-align: center; padding: 20px; background-color: #f9f9f9; color: #777; font-size: 0.9em; border-top: 2px solid #ddd;">
			Inverness Reformed Baptist Church, 70 and 70a Telford Road, Inverness IV3 8HN Scotland.<br>
			A Charity Registered in Scotland - Registration Number SCO14800
		</footer>
	</div>
</body>
</html>
;
}
#body_wrapper{
		max-width: 1000px;
		margin: 20px 0px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-box-flex: 1;
}
#body_header{
	
}
#navigation{
	
}
#navigation li{
	display: inline-block;
	list-style: none;
	padding: 5px;
	font: bold 14px tahoma;
}
#new_div{
	display:-webkit-box;
	-webkit-box-orient: horizontal;
}
#main_section{
	-webkit-box-flex: 1;
	margin: 20px;
	padding: 20px;
	font: 25px new times roman;
}
#page_footer{
	text-align: center;
	padding: 20px;
	border-top: 3px solid #2619ef;
}
p{
	font: 28px new times roman;
	color: #2619ef;
	text-align: center;
	font-weight: 800;
}
#audio{
	text-align: center;
}
img{
	height: 30px;
	width: 30px;
}
