a.nav {
    text-decoration: none;
    color: white;
    text-shadow: 2px 2px 2px #000;
}
a.nav:hover {
    text-decoration: underline;
}
div.announ{
    background-color: beige;
    border: solid;
    border-width: thin;
    margin: 5px;
    text-align: center
}
body{
    margin: 0px;
    margin-right: 6px;
}
#header {
    background: rgb(137,0,0);
    float: left;
    width: 100%;
    height: 150px;
    border: ridge;
}
#churchName {
    margin: 0px;
    float: left;
    font-size: 2em;
    color: white;
    text-shadow: 2px 2px 2px #000;
    text-align: center;
}
#churchAddr {
    margin: 0px;
    float: right;
    font-size: larger;
    color: white;
    text-shadow: 2px 2px 2px #000;
}
#leftCol {
    float: left;
    height: 90%;
}
#navCol {
    background: rgb(137,0,0);
    float: left;
    width: 120px;
    text-align: center;
    /*margin-left: -10px;*/
    border: ridge;
    border-top: none;
}
#noteCol {
    background: rgb(137,0,0);
    float: right;
    width: 14%;
    text-align: center;
    border: ridge;
    border-top: none;
}
#content {
    background-color: white;
    float: left;
    width: 70%;
    margin: 1%;
}

#footer {
    background-color: rgb(137,0,0);
    float: left;
    width: 100%;
    height: 50px;
    border: ridge;
    border-bottom: none;
    font-size: large;
    color: white;
    text-shadow: 2px 2px 2px #000;
}
