/* CSS Document */
body { 
background-color: #8D5C19;
 }

#menu{
font-family: Arial, Sans-Serif;
font-size: 10px;
font-weight: bold;
background-image: url(Images/bgmenu.jpg);
background-repeat: repeat-x;
}

#footer{
background-color: #8D5C19;
background-image: url(Images/bottomimg.jpg);
background-repeat: repeat-x;
font-family: Arial, Sans-Serif;
font-size: 9px;
min-height:60px;
}