.header
{
    background-color:black;
    margin:auto;
    width:100%;
    border:3px solid black;
}
.footer
{
    color:white;
    background-color:black;
    float:bottom;
    border:2px solid;
}
.left-nav
{
    margin:auto;
    position:absolute;
    left:0px;
    background-color:#d3171e;
    height:550px;
    width:15%;
    border:3px solid black;
}
.content
{
    margin:auto;
    width:70%;
    height:550px;
    background-color:white;
    border:3px solid black;
    background-image: url("BG.jpg");
}
.right-nav
{
    position:absolute;
    right:0px;
    top:81px;
    margin:none;
    background-color:#d3171e;
    height:550px;
    width:15%;
    border:3px solid black;
}
.thumbnail
{
    margin:auto;
    width:250px;
    height:250px;
}
