body
{
    background-color: #005696;
    font-family: arial, helvetica, sans-serif;
    color: #5e5e5e;
    
}

#container
{
    height: 100%;
    width: 780px;
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;

}

#navigation{
    width: 780px;
    margin-left: auto;
    margin-right: auto;
}

#navigation ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    
}

#navigation li
{
    float: left;
    margin: 0 0.15em;
    
}

#navigation li a
{
    background: url(background.gif) #e9e9e9 bottom left repeat-x;
    height: 2em;
    line-height: 2em;
    float: left;
    width: 7.7em;
    display: block;
    border: 0.1em solid #dcdce9;
    color: #000000;
    text-decoration: none;
    text-align: center;
}

#content{
    width: 100%;
    background-color: #ffffff;
    position: relative;
    float: left;
    
}