body{
font-family: Arial;
background: #fffabd;
height: auto;
}

#container{
position: relative;
width: 800px;
height: 100%;
left: 50%;
background: #aca99a; 
margin-left: -400px;
padding: 5px;
}

#heading{
position: relative;
}

#content{
position: relative;
margin-top: 210px;
padding: 40px;
padding-bottom: 10px;
background: #f8fbfc;
font-size: 17px;
color: #d99504;
}

#menu{
position: relative;
text-align: center;
padding-bottom: 15px;
}

#foot{
position: relative;
text-align: center;
font-style: italic;
color: black;
}

img.heading{
float: left;
}

img.heading2{
float: right;
}


A.menu{
position: relative;
background: #aca99a; 
text-decoration: none;
padding-left: 9px;
padding-right: 9px;
padding-top: 6px;
padding-bottom: 6px;
margin: 10px;
font-size: 25px;
color: white;
}

A.menu:hover{
position: relative;
background: #aca99a; 
text-decoration: none;
padding-left: 9px;
padding-right: 9px;
padding-top: 6px;
padding-bottom: 6px;
margin: 10px;
font-size: 25px;
color: orange;
}

A.menu:active{
position: relative;
background: #aca99a; 
text-decoration: none;
padding-left: 9px;
padding-right: 9px;
padding-top: 6px;
padding-bottom: 6px;
margin: 10px;
font-size: 25px;
color: red;
}