@charset "UTF-8";

body 
{
    background-color: #ffefce;
    font-family: 'Gill Sans';
}
img
{
    border: 4px solid black;
    text-align: center;
}
#total
{
    background-color: black;
    max-width: 800px;
    min-width: 800px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    min-height: 90%;
}
#header
{
    text-align: center;
    border-radius: 20px;
}
#navigation
{
    list-style-type: none;
    text-align: center;
}

#main
{
    background-color: #f89546;
    padding: 20px;
    min-height: 100%;
}


#navigation ul li 
{
    display: inline;
}

#navigation ul li a 
{
    text-decoration: none;
    color: #fff;
    background-color: #f89546;
    padding: .3em 2em;
}

#navigation.p
{
    background: #90EE90;
}
