/* Change Context Example CSS page */

body
{
     background-color: #FFF7DE;
}

h2
{
     font-size: 22px;
text-shadow: -2px 2px #685155;
color:  #FFF7DE;
}

.container
{
     background-color: #623B34;
width: 1200px;
margin-top:  50px;
margin-bottom: 50px;
padding: 20px;
height: 1000px;
}

.header
{
     background-color: #815E5B;
width: 1160px;
color: #FFF7DE;
padding: 20px;
font-weight: bold;
text-align: center;
text-shadow: -3px 3px #6FACB3;
}

.nav
{
     background-color: #623B34;
border: 0px solid #708B75;
height: 30px;
width: 1156px;
color: #FFF7DE;
padding: 20px;
margin-top: 0px;
}

.sidebar
{
     background-color: #685155;
width: 200px;
color: #FFF7DE;
margin-top: 2px;
padding: 20px;
position: absolute;
height: 730px;
text-align: center;
font-size: 17px;
}

.main
{
    background-color: #815E5B;
 width: 920px;
color: #FFF7DE;
margin: 2px 0px 0px 240px;
padding: 20px;
position: absolute;
height: 730px;
font-size: 18px;
}

a:link
{
     color: #FFF7DE;
text-decoration: none;
}

a:active
{
     color: #FFF7DE;
text-decoration: none;
}

 a:visited
{
     color: #FFF7DE;
text-decoration: none;
}

a:hover
{
     color: #FFF7DE;
text-decoration: none;
font-size: 18px;
}

table, tr, td
{
     text-align: center;
font-size: 16px;
color: #FFF7DE;
}