﻿body
{
    background-image: url('../image/body_bg.jpg');
}
.main
{
    background-image: url('../image/main_bg.png');
}
#menu
{
    background-image: url('../image/menu_bg.png');
}
#nav li
{
    height: 55px; 
    width: 20%;  
}
#nav li a
{
    text-decoration: none;
    color: #F1E2B7;
    font-size: 120%;
    text-align:center;
    padding: 18px 0px;
    border-left: solid 1px #A26123;
    border-right: solid 1px #581900;
}
#nav li ul li
{
    background-color: #884313;
    height: 20px;
}
#nav li ul li a
{
    font-size: 95%;
    padding: 2px 5px;
    text-align:left;
}

#footer
{
    height: 50px;
    background-image: url('../image/footer_bg.png');
    font-size: 90%;
    text-align:center;
}
#footer p
{
    padding-top: 20px;
}

div.figure {
  float: left;
  width: 34%;
  margin: -2.5em;
  padding: 2.5em;
}
div.figure p {
  text-align: center;
  font-size: smaller;
  text-indent: 0;
}