body{

background-color: #CD853F;
}


#main_header{
   position: absolute;
   top: 0px;
   left: 0px;
   width: 104%;
   background-color: white;
}

#navigation{
   position: absolute;
   top: 146px;
   left: 0px;
   width: 200px;
   background-color: white;
}

#content{
   position: absolute;
   top: 160px;
   left: 220px;
   width: 525px;
   
}

.Centered{
   text-align: center;
}

img{
   border: none;
}

table{
   border: 1px solid black;
}

td{
   border: 1px solid black;
}

a{
    color : #CD853F;
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
}


a.content{
    color: #333333;
    font-size: 18px;
}

a:hover{
    color: #7B3F00;
    text-decoration: overline underline;
}



