html, body {
	background-color: #ffffff;
}
p, h1, h2 {
  margin: 0;
  padding: 7;
}
* {
	margin: 0;
	padding: 0;
}
#top {
	width:  1036px;
	height: 77px;
	background-image: url(bibel_top.jpg);
}
#middle {
	width: 1036px;
	text-align: center;
	font: 14px Georgia, Times New Roman, Times, serif;
	color: #000000;
	background-image: url(bibel_middle2.jpg);
	background-repeat: repeat-y;
	overflow: hidden;
}
#middle li {
  text-align: left;
  margin-left: 30px;
}
#leftside {
	width: 312px;
	float: left;
	margin-left: 130px;
	display: inline;
}
#rightside {
	width: 312px;
	float: right;
	margin-right: 140px;
	display: inline;
}
#bottom {
	width: 1036px;
	height: 56px;
	clear: both;
	background-image: url(bibel_bottom2.jpg);
}

.verse {
  font-family: sans-serif;
  font-style: normal;
  font-variant: small-caps;
}

