#BibleContainer {
	float: left;
	width: 100%;
	overflow: visible;
}
#BibleContainer h3 {
	font-size: 1em;
	color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0 10px 0 3px;
	margin-bottom: 0;
	margin-right: 5px;
}
#BibleContainer a {
	display: inline-block;
	color: #ffb903;
	background-color: #555;
	background: -webkit-gradient(linear, left top, left bottom, from(#777), to(#222));
	background: -webkit-linear-gradient(top, #777, #222);
    background: -moz-linear-gradient(top, #777, #222);
    background: -ms-linear-gradient(top, #777, #222);
    background: -o-linear-gradient(top, #777, #222);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration : none;
	padding: 14px 4px;
	font-weight: normal;
	width: 100%;
}
#BibleContainer a:active {
	color: #fff;
	background-color: #060;
}
#BibleContainer a:visited {
	color: #ff8c00;
	background-color: #222;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#222));
	background: -webkit-linear-gradient(top, #666, #222);
    background: -moz-linear-gradient(top, #666, #222);
    background: -ms-linear-gradient(top, #666, #222);
    background: -o-linear-gradient(top, #666, #222);
}
#BibleContainer a:hover {
	color: #fff;
	background-color: #060;
	background: -webkit-gradient(linear, left top, left bottom, from(#090), to(#030));
	background: -webkit-linear-gradient(top, #090, #030);
    background: -moz-linear-gradient(top, #090, #030);
    background: -ms-linear-gradient(top, #090, #030);
    background: -o-linear-gradient(top, #090, #030);
}
#side1 {
	background-color: #333;
	float: left;
	margin: 5px;
	width: auto;
	overflow: visible;
}
#side2 {
	background-color: #333;
	position:relative;
	float: left;
	margin: 5px;
	overflow: visible;
	width: auto;
}
#bottom {
	clear: both;
	padding: 20px;
}
.BibleLink {
	color: #fff;
	background-color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
 	border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    3px 3px 2px rgba(0, 0, 0, 0.75);
	box-shadow:         3px 3px 2px rgba(0, 0, 0, 0.75);
}
.BibleLink a {
	display: inline-block;
	color: #ffb903;
	background-color: #555;
	background: -webkit-gradient(linear, left top, left bottom, from(#777), to(#222));
	background: -webkit-linear-gradient(top, #777, #222);
    background: -moz-linear-gradient(top, #777, #222);
    background: -ms-linear-gradient(top, #777, #222);
    background: -o-linear-gradient(top, #777, #222);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration : none;
	padding: 12px 25px;
	margin: 1px;
}
.BibleLink a:active {
	color: #fff;
	background-color: #060;
	text-decoration : none;
}
.BibleLink a:visited {
	color: #ff8c00;
	background-color: #222;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#222));
	background: -webkit-linear-gradient(top, #666, #222);
    background: -moz-linear-gradient(top, #666, #222);
    background: -ms-linear-gradient(top, #666, #222);
    background: -o-linear-gradient(top, #666, #222);
	text-decoration : none;
}
.BibleLink a:hover {
	color: #fff;
	background-color: #060;
	background: -webkit-gradient(linear, left top, left bottom, from(#090), to(#030));
	background: -webkit-linear-gradient(top, #090, #030);
    background: -moz-linear-gradient(top, #090, #030);
    background: -ms-linear-gradient(top, #090, #030);
    background: -o-linear-gradient(top, #090, #030);
}
.headact:link, .headact:visited {
	color: #ffffff;
	background-color: inherit;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#BibleText {
	margin-top: 1em;
	padding-left: 1em;
	font-style: normal;
	text-align: justify;
	font-size: 1em;
	font-family: inherit;
	max-width: 36em;
}

/* =SiteMap
-------------------------------------------------------------- */

.BibleTable a:active {
	color: #ffffff;
	background-color: inherit;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
}
.BibleTable a:visited {
	color: #ff8c00;
	background-color: inherit;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
}
.BibleTable a:hover {
	text-decoration: underline overline;
	color: #ffffff;
	background-color: inherit;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}