﻿body {
	background-image: url('images/wagcsBkgrnd.jpg');
}
a {
	text-decoration: none;
}
a:link {
	color: #25231e;
	font-weight: bold;
}
a:hover {
	color: #BEAD75;
	font-weight: bold;
}
a:active {
	color: #FFFFFF;
	font-weight: bold;
}
a:visited {
	color: #322010;
	font-weight: bold;
}
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup {
	background-image: url('images/preacherBioBkGrnd.png');
	border-width:2px;
	border-style:solid;
	border-color: Gray;
	padding:4px;
	width:450px;
	z-index: 200;
}
#divDevotion {
    width: 700px;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#devotionDiv {
    width: 680px;
    height: 530px;
    position: absolute;
    top: 0px;
    left: 10px;
}
#preacherImgDiv {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0px;
    left: 0px;
}
#preacherNameDiv {
    width: 80px;
    height: 52px;
    position: absolute;
    top: 0px;
    left: 70px;
}
#whoIsThisDiv {
    width: 170px;
    height: 18px;
    position: absolute;
    top: 52px;
    left: 80px;
    z-index: 998;
}
#scriptureRefDiv {
    width: 500px;
    height: 18px;
    position: absolute;
    top: 90px;
    left: 0px;
}
#devotionContentDiv {
    width: 690px;
    height: 430px;
    position: absolute;
    top: 118px;
    left: 0px;
}
#closeDiv {
    width: 57px;
    height: 18px;
    position: absolute;
    top: 0px;
    left: 402px;
}
#imgPreacherBio {
    width: 430px;
    height: 120px;
    position: absolute;
    top: 18px;
    left: 20px;
}
#preacherBio {
    width: 430px;
    height: 330px;
    position: absolute;
    top:135px;
    left: 10px;
    overflow: auto;
    background-color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    border: ridge 1px #000;
	scrollbar-base-color: #25231E;
	scrollbar-track-color: #BEAD75;
	scrollbar-arrow-color: #BEAD75;
	scrollbar-shadow-color: #BEAD75;
}