@charset "utf-8";
/* CSS Document */

/* Normalize margin,padding */
body, div, dl, dt, dd, ul, ol, li, h1, blockquote, th, td {
margin: 0;
padding: 0;
}
/* Remove list styling */
ol, ul {
list-style: none;
}
/* links */
a:link {color: #2C528A}
a:visited {color: #2C528A}
a:hover {color: #637FA8}
a:active {color: #637FA8}

#site_info a:link {color: #3257A3}
#site_info a:visited {color: #3257A3}
#site_info a:hover {color: #3257A3}
#site_info a:active {color: #3257A3}

html {
text-align: center;
}

body {
position: relative;
margin: 0 auto;
text-align: left;
font-family: Arial, sans-serif;
font-size: 14px;
color: #000000;
background: #A0E09F url(graphics/topbg.jpg) repeat-x top left;
line-height: 18px;
}
#wrapper {
position: relative;
width: 1024px;
margin: 0 auto;
text-align: left;
font-family: Arial, sans-serif;
background: transparent url(graphics/layoutbg.jpg) no-repeat top left;
}
#branding {
position: relative;
width: 900px;
margin: 0 auto;
text-align: left;
z-index: 10;
height: 110px;
background: transparent url(graphics/RWLtitle.jpg) no-repeat top left;
}
h1 {
text-indent: -9999px;
}
h2 {
font-size: 20px;
font-weight: 600;
color: #920031;
text-align: center;
}
h3 {
font-size: 16px;
font-weight: 600;
color: #000000;
text-align: center;
}
.emphasis {
font-size: 14px;
font-weight: 600;
}
.indent {
margin-left: 20px;
}
#content {
position: relative;
width: 900px;
margin: 0 auto;
}
/* content with navigation */
#right_content {
margin-left: 225px;
margin-right: 40px;
padding: 25px 135px 25px 30px;
}
#nav {
	position: absolute;
	left: 14px;
	top: 17px;
	width: 219px;
	font-size: 14px;
	font-weight: 600;
}
#nav ul {
list-style: none;
margin: 0;
padding: 0;
border: none;
}
#nav li {
margin: 0;
}
#nav li a:link, #nav li a:visited {
display: block;
padding: 5px;
color: #3257A3;
text-decoration: none;
}
#nav li a:hover {
color: #FFFFFF;
}

/* footer */
#site_info {
margin-left: 225px;
margin-right: 40px;
padding: 0 130px 0 30px;
text-align: center;
font-size: 12px;
color: #3257A3;
margin-top: 15px;
}
table {
border-collapse:collapse;
padding: 0;
margin: 0;
border: none;
}
th, td {
padding: 3px;
border: 1px solid #46200A;
}
.noborder {
border: 1px solid #FFFFFF;
}
.heart {
padding-left: 150px;
text-align: left;
background: transparent url(graphics/heart.jpg) no-repeat top left;
}
.smaller {
font-size:12px;
}

#beforejesus {
	position:absolute;
	top:92px;
	left: 282px;
	line-height: 24px;
}

#afterjesus {
	position:absolute;
	top:92px;
	left: 578px;
	line-height: 24px;
}

#netbible {
	position:absolute;
	top:515px;
	left: 48px;
}

#print {
	position:absolute;
	top:126px;
	left: 751px;
	line-height: 24px;
}

p.justify {
text-align: justify;
}

