html {
	margin: 0;
	padding: 0;
}
body {
	background: #CDC2B3 url(images/bg.gif);
	text-align: center;
	color: #552D5F;
	font: 11px verdana, sans-serif;
	margin: 0px;
	padding: 5px 0px 5px 0px;
}
a {
	color: #6C2A56;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: blue;
	text-decoration: none; 
    border-bottom: 2px dotted;
}
img {
	border: 0px;
}
#wrapper {
	width: 778px;
	margin: auto;
	text-align: left;
}
#header p {
	font-size:18px;
	font-style:italic;
	color:#FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#header p.more {
	padding-right: 22px;
}
#header {
	height: 240px;
	background: url(images/header.jpg) center no-repeat;
}
#header div {
	padding: 183px 213px 0px 82px;
}
#header p {
	margin: 0px;
	padding: 0px;
}
#header a {
	color:#FFFFFF;
}
#nav {
	width: 745px;
	height:28px;
	margin: 0px 0px 0px 10px;
	background-image:url(images/nav.gif);
	background-repeat:no-repeat;
	display:inline;
	float:left;
}
#nav a {
	font-size:12px;
	font-style:italic;
	color:#6C18F2;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 7px 5px 7px 0px;
	padding: 0px 7px 0px 7px;
	display:inline;
	float:left;
	border-right-width: 2px;
	border-right-style: inset;
	border-right-color: #76644f;
}
#nav a:hover {
	color:#862e06;
	text-decoration:none;
}
.lastchild {
	border-right: none 0px !important;
}
#body {
	background: url(images/body_bg.gif) repeat-y;
	clear: both;
	width: 100%;
}
#body-top {
	background: url(images/body_top.gif) no-repeat;
}
#body-bot {
	background: bottom url(images/body_bot.gif) no-repeat;
	padding: 21px 25px 15px 42px;
}
#topLeftBox {
	float: left;
	width: 315px;
}
#topLeftBox ul {
	margin-left: 8px;
}
#topRightBox {
	float: right;
	width: 327px;
}
#foot {
	width: 738px;
	margin-left: 20px;
	background: url(images/foot_bg.gif) repeat-y;
}
#foot-top {
	background: url(images/foot_top.jpg) no-repeat;
}
#foot-bot {
	background: bottom url(images/foot_bot.gif) no-repeat;
	padding: 13px 21px 12px 28px;
}
#bottomLeftBox {
	float: left;
	width: 332px;
    text-align: left;
}
#bottomLeftBox img.left {
	margin-left: 10px;
}
#bottomLeftBox ul {
	float: left;
	margin-left: 4px;
	width: 290px;
}
#bottomRightBox {
	float: right;
	width: 316px;
    text-align: left;
}
#bottomRightBox ul {
	float: left;
	margin-left: 4px;
	width: 290px;
}
#footer {
	margin: 14px;
	text-align: center;
    color: #FFFFFF;
    font: Times Roman;
}
#footer a { 
    color: #FFFFFF;
    font-size:10px;
}
h2 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-style:italic;
	color:#640EF2;
}
h2 b{
	color:#640EF2;
}
h3 {
    margin: 0px;
    padding: 0px 0px 10px 0px;
    font: Arial, Helvetica, san-serif;
    font-size: 13px;
    font-style: italic;
    color: #682AF5; 
}
h3 b{
     color: #682AF5; 
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	margin: 0px;
	padding: 0px 0px 5px 13px;
	list-style: none;
	background: 0px 3px url(images/bullet.gif) no-repeat;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
}
div.narrow-text {
	margin-right: 18px;
}
img.left {
	float: left;
	padding-top: 5px;
    padding-right: 10px;
	padding-bottom: 5px;
}
img.right {
	float: right;
    padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
}
img.trans{
    opacity: 0.4;
    filter: alpha(opacity=40); 
}
#body p.more {
	padding-top: 6px;
}
#body p.scripture {
    padding-top: 6px;
}
#bottomRightBox p.more {
	padding-top: 0px;
	margin-top: 0px;
}
p.more {
	text-align: right;
}
p.scripture {
    text-align: center;
	font:Tahoma, sans-serif;
	font-size:13px;
    font-style: italic;
}
p.author {
    text-align: right;
    font: Tahoma;
    font-size:11px;
    font-style: italic;
}
p.left {
    text-align: left;
    text-indent: 15px;
}
.external {
  background: url(images/externalLink.gif) no-repeat right top;
  padding-right: 10px;
}
.clear {
	clear: both;
}