body {
    background-color: #000099;
    font-family: arial, verdana, sans-serif;
    font-size: 13pt;
    color: #000000;
    text-align: center;
}

#page {
    position: relative;
    width: 810px;
    height: 760px;
    margin: 0 auto;
    border: solid 1px #FFFFFF;
}

#pagein {
    position: relative;
    width: 800px;
    height: 750px;
    margin: 5px;
    text-align: left;
    background-image: url(images/StylishCrossBackground800x750.gif);
}

#northwest, #north, #northeast, #west, #center, #east, #southwest, #south, #southeast {
    position: absolute;
}

#northwest {
    top: 0px;
    right: auto;
    bottom: auto;
    left: 0px;
    width: 170px;
    height: 145px;
}

#north {
    top: 0px;
    right: auto;
    bottom: auto;
    left: 170px;
    width: 460px;
    height: 145px;
    color: black;
    background-image: url(images/StylishCrossUnitedLutheranChurch460x145.gif);
}

#northeast {
    top: 0px;
    right: 0px;
    bottom: auto;
    left: auto;
    width: 170px;
    height: 145px;
}

#west {
    top: 145px;
    right: auto;
    bottom: auto;
    left: 0px;
    width: 170px;
    height: 460px;
    font-size: 100%;
    color: black;
}

#center {
    top: 145px;
    right: auto;
    bottom: auto;
    left: 170px;
    width: 460px;
    height: 460px;
    color: black;
    font-size: 10pt;
}

#east {
    top: 145px;
    right: 0px;
    bottom: auto;
    left: auto;
    width: 170px;
    height: 460px;
    color: black;
}

#southwest {
    top: auto;
    right: auto;
    bottom: 0px;
    left: 0px;
    width: 170px;
    height: 145px;
}

#south {
    top: auto;
    right: auto;
    bottom: 0px;
    left: 170px;
    width: 460px;
    height: 145px;
    color: black;
}

#southeast {
    top: auto;
    right: 0px;
    bottom: 0px;
    left: auto;
    width: 170px;
    height: 145px;
}

.pic {
    text-align: center;
}

.pictxt {
    text-align: center;
    font-size: 70%;
    font-weight: bold;
    font-style: italic;
    color: #800000;
}

.picnorth {
    margin: 8px auto auto auto;
}

.picsouth {
    margin: 13px auto auto auto;
}

#menu {
    font-size: 70%;
    line-height: 1.4;
    margin: -5px 15px 10px 25px;
}


#menu a:link, #menu a:visited {
    color: #000099;
    text-decoration: none;
}

#schedule {
    color: black;
    font-size: 70%;
    margin: 5px 5px 5px 15px;
}

#locationcontact {
    color: black;
    font-size: 70%;
    margin: 15px 5px 5px 5px;
}

ul {
    list-style-image: url(images/SimpleCrossMaroon8x11.gif);
    list-style-type: disc;
    margin-left: 10px;
    padding-left: 5px;
    padding-right: 5px;
}
h1, h2, h3 {
    margin: 0px;
    display: inline;
}

h1 {
    color: #800000;
    font-weight: bold;
    font-style: italic;
    font-size: 150%;
    text-decoration: none;
}

h2 {
    color: #000099;
    font-weight: bold;
    font-size: 130%;
    text-decoration: none;
}

h3 {
    color: #000099;
    font-weight: bold;
    font-size: 110%;
    text-decoration: none;
}

