body{
    display: flex;
    justify-content: center;
    font-family: "Open Sans", sans-serif;
    background-image:url("../images/page_bg.png");
    background-repeat:repeat-x;
    background-position:top-left;
}

#wrapper{
    width: 900px;
    padding: 10px;
    background-color:white;
    border: 2px solid #d5d4d2;
}

nav{
    font-weight:bold;
    color: #877765;
}

nav a{
    color: #877765;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
    justify-content:space-between;
}

header{
    display:flex;
    align-items:center;
    justify-content:space-between;
}

#banner{
    display:flex;
    justify-content: center;
    border: 2px solid #3394ce;
    padding-top:10px;
    padding-bottom:10px;
    margin-bottom:10px;
}

aside{
    width: 30%;
    background-color:#d7eaf5;
    padding-bottom:10px;
}

main{
    width:70%;
    padding-left: 5px;
}


#services{
    text-align: left;
    padding-left:40px;
}

#titleS{
    padding-left: 10px;
}

#content{
    display:flex;
}