body {
	line-height: 1.2em;
	font-size: 78%;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background: url(/images/global/bodyBG.jpg) repeat;
}

a:link, a:visited, a:active, a > img {
	border: 0;
	border-color: transparent;
}

p {
	margin: 10px 0px 0px 0px;
}

#wrapper {
	margin: 10px auto;
	padding: 0;
	width: 842px;
}
#wrapper > div {
	padding: 0;
}
#top {
	background: url(/images/global/topBG.png) no-repeat;
	width: 842px;
	height: 78px;
}
#top > a {
	margin-top: 25px;
}
#mid {
	background: url(/images/global/midBG.png) no-repeat;
	width: 842px;
	min-height: 330px;
}
#btm {
	background: url(/images/global/btmBG.png) no-repeat;
	width: 842px;
	height: 87px;
}
#masthead {
	background: url(/images/global/masthead.png) no-repeat;
	width: 842px;
	height: 274px;
}
#content {
	width: 770px;
	margin: 0 36px;
	color: white;
}
#footer {
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 80%;
}
#footer a {
	color: orange;
	margin: 0px 10px;
}

h1 {
	font-size: 110%;
	color: orange;
}
h2 {
	font-size: 100%;
	color: orange;
}
blockquote {
	border-left: 1px solid orange;
	padding-left: 5px;
	font-style: italic;
}

#content a {
	color: orange;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid orange;
}

a.splashDailyDevotions {
	display: block;
	background: url(/images/global/splashDailyDevotions.png) no-repeat left;
	width: 393px;
	height: 43px;
}
a.splashDailyDevotions:hover {
	background: url(/images/global/splashDailyDevotions.png) no-repeat right;
}
a.splashSmallGroups {
	display: block;
	background: url(/images/global/splashSmallGroups.png) no-repeat left;
	width: 393px;
	height: 43px;
}
a.splashSmallGroups:hover {
	background: url(/images/global/splashSmallGroups.png) no-repeat right;
}
a.splashSermonVideos {
	display: block;
	background: url(/images/global/splashSermonVideos.png) no-repeat left;
	width: 393px;
	height: 50px;
}
a.splashSermonVideos:hover {
	background: url(/images/global/splashSermonVideos.png) no-repeat right;
}
a.splashWhatIsLove {
	display: block;
	background: url(/images/global/splashWhatIsLove.png) no-repeat left;
	width: 393px;
	height: 65px;
}
a.splashWhatIsLove:hover {
	background: url(/images/global/splashWhatIsLove.png) no-repeat right;
}
a.splashTellYourLoveStory {
	display: block;
	background: url(/images/global/splashTellYourLoveStory.png) no-repeat left;
	width: 79jk2px;
	height: 129px;
}
a.splashTellYourLoveStory:hover {
	background: url(/images/global/splashTellYourLoveStory.png) no-repeat right;
}

a.menuDailyDevotions {
	display: block;
	float: left;
	background: url(/images/global/menuDailyDevotions.png) no-repeat left;
	width: 172px;
	height: 27px;
}
a.menuDailyDevotions:hover {
	background: url(/images/global/menuDailyDevotions.png) no-repeat right;
}
a.menuSmallGroups {
	display: block;
	float: left;
	background: url(/images/global/menuSmallGroups.png) no-repeat left;
	width: 120px;
	height: 27px;
}
a.menuSmallGroups:hover {
	background: url(/images/global/menuSmallGroups.png) no-repeat right;
}
a.menuSermonVideos {
	display: block;
	float: left;
	background: url(/images/global/menuSermonVideos.png) no-repeat left;
	width: 134px;
	height: 27px;
}
a.menuSermonVideos:hover {
	background: url(/images/global/menuSermonVideos.png) no-repeat right;
}
a.menuWhatIsLove {
	display: block;
	float: left;
	background: url(/images/global/menuWhatIsLove.png) no-repeat left;
	width: 121px;
	height: 27px;
}
a.menuWhatIsLove:hover {
	background: url(/images/global/menuWhatIsLove.png) no-repeat right;
}
a.menuTellYourLoveStory {
	display: block;
	float: left;
	background: url(/images/global/menuTellYourLoveStory.png) no-repeat left;
	width: 206px;
	height: 27px;
}
a.menuTellYourLoveStory:hover {
	background: url(/images/global/menuTellYourLoveStory.png) no-repeat right;
}

#modal_bg {  /* you can style this a little bit, but I'd stick to just the background stuff */
	position: absolute;
	z-index:4;
	background-color: orange;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#modal_white {
	position: absolute;
	z-index:5;
	width: 400px; /* height will change dynamically, no need to set it in the style sheet */
	display: none;
	overflow: hidden;
}

#modal_white div { /* style this one as much as you'd like */
	background-color: #41281e;
	color: white;
	padding: 10px;
}

#modal_white div a.closeme { /* style this one as much as you'd like too. :) */
	background-color: #41281e;
	color: #d29567;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	border: 1px solid orange;
	padding: 5px;
	margin-bottom: 10px;
}

.inset {
	float: right;
	padding: 10px;
	width: 250px;
	color: white;
}

.label {
	text-align: right;
	font-size: 105%;
}
.error {
	color: yellow;
	font-weight: bold;
}
.loveStory, input {
	background-color: #41281e;
	color: #d29567;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	border: 1px solid orange;
	padding: 5px;
}
