*
{
    margin: 0;
    padding: 0;
}

body
{
    background-color: rgb(143, 12, 23);
}

nav li
{
    width: 960px;
    display: inline;
    margin-right: 75px;
    margin-left: 75px;
    list-style-type: none;
    font-size: 1.5em;
}

nav a:link
{
    color: rgb(255, 255, 255);
}

nav a:visited
{
    color: rgb(255, 252, 252);
}

#container
{
    width: 960px;
    margin: 0 auto;
    background-color: rgba(207,55,68);
    padding-top: 5px;
    padding-bottom: 5px;
}

header
{
    text-align: center;
    background-color: rgb(143, 12, 23);
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

nav
{
    line-height: 250%;
    display: block;
    background-color: rgb(143, 12, 23);
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

aside
{
    float: left;
    background-color: rgb(143, 12, 23);
    width: 310px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

#Act1
{
    width: 630px;
    background-color: rgb(143, 12, 23);
    float: right;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 36px;
}

#Act2
{
    background-color: rgb(143, 12, 23);
    float: left;
    width: 310px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    clear: left;
}

#Act3
{
    width: 630px;
    background-color: rgb(143, 12, 23);
    float: right;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    clear: right;
    padding-bottom: 91px;
}

footer
{
    background-color: rgb(143, 12, 23);
    margin-left: 5px;
    margin-right: 5px;
    clear: both;

}