body {
    margin: 0;
    padding: 0;
    color: #0A1358;
    background-color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration:none;
}

img.splash {
    margin-bottom: 3em;
}

#container {
}

h1 {
    font-size: 16px;
}

h2 {
    font-size: 14px;
}

h3 {
    font-size: 12px;
    margin-left: 2em;
}

#name-graphic {
    position: absolute;
    top: 0;
}

#menuitems {
    padding: 3px;
    background-color: #0A1358;
    /*background: #0A1358 url(../images/bg-left-menu-141.gif) repeat-y 50% 0;*/
}

a.menuitem {
    line-height: 150%;
    font-weight: bold;
    font-size: 13;
    color: #FFFFFF;
    font-color: #FFFFFF;
}

a img {
    border: 0;
} 

p.scripture-quote {
    font-style: italic;
    text-align: center;
}

#leftmenu {
    float: left;
    width: 141px;
}

#leftmenu-graphic {
}

#banner {
    height: 107px;
    margin: 0 0 0 145px;
}

#content {
    border-top: 2px groove #333;
    border-left: 2px groove #333;
    margin: 0 10px 0 145px;
    padding: 0 1em 1em 1em;
}

#event {
    padding: 0 0 1em 0;
}

#footer {
    clear: both;
    text-align: center;
    font-size: 11px;
    font-color: #808080;
}

#footer-links {
    border-top: 1px solid #C0C0C0;
    margin: 24px 25% 0 25%;
    padding: 10px 0 0 0;
}

#footer-copyright {
    padding: 9px 0 0 0;
    text-align: center;
}

