
body
{
    background-color: #98AFC7;
    font-family: sans-serif;
    width: 100%;
    margin: 0;
}

gld
{
    background-color:gold;
    border-radius: 3px;
    color: black;
    font-size: 18px
}

p.blk_hdr
{
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
}

.Row
{
    display: table;
    background: #2B547E;
    border-spacing: 10px; /*Optional*/
    width: 100%;

}
.Column
{
    display: table-cell;
    width: 100px;
    vertical-align: middle;
}

a.menu:link
{
    color: #d0d0d0;
    font-weight: bold;
}



section
{
    background: #eee;
    height: auto;  
    width: 100%;
}

section:nth-child(1) {
  background: lightblue;
}


#content{
    width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}