body {
    width: 90%;
    max-width: 900px;
    padding: 40px 0px;
    margin: auto;
    font-family: 'Oxygen', serif;
    background-color:white;
}



#menu-wrapper {
    overflow: hidden;
    height: 55px;
}
#menuname { 
    color: #5CB3FF;
    float: left;
    letter-spacing: 1px;
    line-height: 40px;
    padding: 20px 0px 0px 0px;
    text-decoration: none;
    text-align: center;
    font-size: 29px;
    border: none;
}
#menu {
    height: 55px;
    margin: 0px auto;
    padding: 0px;
    float: right;
}
#menu ul {
    margin: 0;
    padding: 0px;

}
#menu li {
    float: left;
}
#menu a {
    color: #5CB3FF;
    display: block;
    letter-spacing: 1px;
    line-height: 25px;
    padding: 30px 0px 0px 28px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    border: none;
}
#menu a:hover, #menu .current_page_item a {
    color: #000000;
}

#banner {
    font-size: 60px;
    color: #5CB3FF;
    padding: 20px 0px;
}
#subbanner {
    font-size: 30px;
    color: #5CB3FF;
}

#content li {

    color: #5CB3FF;
}

#content a {
    color: #5CB3FF;
}

#infotext{
    text-align: justify;
    color: black;
}



#personbox {
    overflow: hidden;
    margin: auto;
    padding: 40px 0px;
    width: 80%;
    height: 160px;
    max-width: 800px;
}

#personpic {
    width: 20%;
    float: left;
    text-align: center;
}


#persontext {
    padding: 5px 0px;
    text-align: justify;
    width: 80%;
    float: right;
    margin: auto;
}
