body
{
  background-color : #faf8e8;
  padding: 0px;
  margin: 0px;
  font-family: Verdana, Arial; 
  font-size: 11px; 
  line-height: 1.5;
  color: #3a1e06;
}

td { vertical-align: top; }

a { color: #3a1e06; text-decoration: none; }
a:hover { color: #3a1e06; text-decoration: underline; }

#title {
  font-size: 12px;
  font-weight: bold;
}

#text {
  text-align: justify;
  padding-right: 10px;
}

#image {
  text-align: center;
  font-size: 9px; 
}

#footer {
  margin: 0px auto;
  width: 995px;
  height: 119px;
  background-image: url('../images/layout/bottom.jpg');
  color: #baa786;
  font-size: 10px;
}
                  
#footer a { color: #3a1e06; text-decoration: none; }
#footer a:hover { color: #3a1e06; text-decoration: underline; }

ul.menu { list-style-type:none; margin:40px 0px 0px 0px; padding:5px 0px 5px 30px; font-weight:bold; color:#3a1e06; }
ul.menu li { padding-left:20px; background-image: url('../images/layout/point.png'); background-repeat:no-repeat; }
ul.submenu { list-style-type:none; padding:5px 0px 5px 0px; font-weight:normal; }

