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

/* Reset to plain */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	font-style: normal;
	font-weight: normal;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
body {
	background-color: #c4b7ab;
	background-image: url(/css/css_images/body_repeat_bg.jpg);
	background-repeat: repeat-x;
	background-position: left 56px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
#leftSide {
	width: 222px;
	float: left;
	font-size: 12px;
}
#sideInfo {
	font-size: 12px;
	width: 448px;
	float: right;
}
.verseLuke {
	font-size: 12px;
	width: 200px;
	padding-bottom: 25px;
}
#header {
	background-image: url(/css/css_images/header_repeat_bg.gif);
	background-color: #393631;
	background-repeat: repeat-x;
}
#header h1 {
	background-image: url(/css/css_images/h1_bg.gif);
	background-repeat: no-repeat;
	width: 725px;
	height: 56px;
	margin: 0px auto;
	text-indent: -9999px;
}
#contentWrapper {
	width: 725px;
	margin: 0px auto;
}
#mainContent {
	background-color: #F6F2E2;
	width: 700px;
	border-right-width: 2px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #5E4D35;
	border-left-color: #735E42;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5E4D35;
	padding-top: 12px;
	padding-right: 24px;
	padding-bottom: 12px;
	padding-left: 30px;
	position: relative;
}
a, a:link, a:visited, a:active  {
	color: #625031;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration:underline;
}
#mainNav {
	width: 222px;
}
#mainNav li {
	display: block;
	text-indent: -9999px;
}
#navC a:link, #navC a:visited, #navC a:active, #navK a:link, #navK a:visited, #navK a:active{
	height: 109px;
	width: 222px;
	display: block;
	background-repeat: no-repeat;
	background-position: left;
}
#navC a:link, #navC a:visited, #navC a:active{
	background-image: url(/css/css_images/chichewa_button.jpg);
}
#navC a:hover{
	background-position: right;
}
#navK a:link, #navK a:visited, #navK a:active{
	background-image: url(/css/css_images/swahili_button.jpg);
}
#navK a:hover{
	background-position: right;
}
#languages {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 15px;
}
.links {
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#spurgeon {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2B2925;
	line-height: 12px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2B2925;
	line-height: 12px;
	font-style: italic;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
#nav2 {
	position: absolute;
	width: 320px;
	left: 450px;
	top: -45px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8F7856;
}
#nav2 a, #nav2a:link, #nav2 a:visited, #nav2 a:active  {
	color: #8F7856;
	text-decoration: none;
}
#nav2 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#bottomClear {
	clear: both;
}

