body {
    background-color: #DDD;
}

#stage {
    width: 800px;
    margin: 0 auto;
    margin-top: -5px;
    padding-bottom: 20px;
    background-image: url(../img/textures_site.jpg);
    background-repeat: repeat;
}

#header {
    text-align: center;
}

#navigation {
    background-color:#2c4aff;
    font-family: helvetica, arial;
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: -3px;
}

#navigation ul li {
    list-style: none;
    display: inline;
    padding-left: 62px;
    color: #FFF;
}

#navigation a {
    color: #FFF;
    text-decoration: none;
}

#navigation a:hover {
    color: #00F;
}

#content{
    font-family: arial, helvetica;
    text-align: justify;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 20px;
}

h1 {
    padding-top: 40px;
    padding-bottom: 20px;
    color: #00F;
    font-family: arial, helvetica;
    font-size: 18px;
}

h2 {
    color: #00F;
    font-family: arial, helvetica;
    font-size: 16px;
    padding-bottom: 10px;
}

#footer {
    margin-bottom: -40px;
}
