* {margin: 0; padding: 0;}
body, html, #split {height: 100%; width: 100%;}
body {background-image: url("sand.jpg");}
#split {background-image: url("bum.jpg"); background-repeat: repeat-x; z-index: 5;}
#content {position: absolute; left: 100px; top: 150px; background-color: #b6956f; width: 800px; min-height: 600px; z-index: 7; border: solid #190102 7px;}
p {margin-left: 30px; margin-right: 20px;}
ol {margin-left: 40px; margin-right: 50px;}
ul {margin-left: 40px; margin-right: 50px;}
h3 {margin-left: 40px; margin-right: 50px;}
a:link {color: #521010; text-decoration: none;}
a:visited {color: #521010; text-decoration: none;}
a:hover {color: #761818; text-decoration: underline;}
#must {postion: absolute; left: 0; top: 0; z-index: 7;}
.event {font-weight: bold; color: maroon;}
.sermons {font-size: 120%; font-weight: bold; text-decoration: underline;}
hr {color: maroon; height: 3px; background: maroon; padding-top: 0px;}