body {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
}

#page-container {
	width: 800px;
	top: 0px;
	left: 0px;
	position: relative;
  background-image: url("../Images/bckgrnd_soft.gif");
  /* background-image: url(../Images/repeat_content_bk.gif); */
  margin-left: auto;
  margin-right: auto;  
}

#soft {
	width: 800px;
	top: 0px;
	left: 0px;
	position: relative;
  background-image: url("../Images/bckgrnd_soft.gif");
  margin-left: auto;
  margin-right: auto;  
}

/******************* LINKS SECTION *******************/
#links {
	font-size: 14px;
}

/******************* TOP NAVIGATION SECTION *******************/
#footnotes {
	position: relative;
	font-size: 16px;
}

/******************* TOP NAVIGATION SECTION *******************/
#topnav {
	position: relative;
	width: 800px;
	height: 23px;
	z-index: 100;
	background-color: #2b3075;
}

/******************* TOP NAV WIDTHS/SPACING *******************/
#top_nav_home {
	width: 85px;
}
#top_nav_about {
	width: 95px;
}
#top_nav_calendar {
	width: 100px;
}
#top_nav_audio {
	width: 135px;
}
#top_nav_contact {
	width: 110px;
}
#top_nav_ministries {
	width: 100px;
}
#top_nav_map {
	width: 80px;
}
#top_nav_reading {
	width: 90px;
}
#top_nav_map a,#top_nav_reading a,#top_nav_home a, #top_nav_about a, #top_nav_calendar a, #top_nav_audio a, #top_nav_contact a, #top_nav_ministries a {
	text-align: center;
}
#top_nav_map ul li a, #top_nav_reading ul li a,#top_nav_home ul li a, #top_nav_about ul li a, #top_nav_calendar ul li a, #top_nav_audio ul li a, #top_nav_contact ul li a, #top_nav_ministries ul li a {
	text-align: left;
}
/******************* END OF TOP NAVIGATION SECTION *******************/

.left_border {
	background-image:url(Images/left_img_repeat.gif);
	background-repeat:repeat-y;
	background-color: #2b3075;
	
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#333333;

}
.content a {
	color: #003366;
	font-weight:bold;
	text-decoration: none;
}
.content a:hover {
	color: #ADB8F8;
	text-decoration: none;
}
#book_title {
	color: rgb(65, 47, 153);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 0px; 
	height: 27px;
  font-size: 24px;
  text-align: center;
}
