body {
  background-color: #004519;
  min-width:800px;
  margin: 0px;
  padding: 0px;
  font-family: arial;
  font-size: 13px;
  color: #54330a;
}

#header_outer {
  text-align: center;
  color: #e99c64;
  padding: 0px;
}

#header_outer span {
  line-height: 2em;
}

#head {
  height: 120px;
  width: 800px;
  margin: 0px auto;
  background: transparent url("./images/body_bgg.png") center center repeat;
  font-size: 35px;
  border: 3px solid brown;
}

#head div#logo_left {
  float: left;
  background: transparent url("./images/logo_left.jpg") center center no-repeat;
  width: 216px;
  height: 120px;
}

#head a#logo_fire {
  float: left;
  background: transparent url("./images/logo_left.jpg") center center no-repeat;
  width: 337px;
  height: 120px;
  margin-left: 10px;
}


a img {
  border-width:0px;
  margin-left: 50px;
  margin-bottom: 20px;
}

#head a#logo_fire img {
  border-width: 0px;
  margin: 0px;
}

#head div#logo_right {
  float: right;
  background: transparent url("./images/logo_right.jpg") center center no-repeat;
  width: 225px;
  height: 120px;
}

#menu {
  border: 3px solid brown;
  background: transparent url("./images/body_bgg.png") top left repeat;
  margin: 10px auto;
  width: 800px;
  height: 2em;
  line-height: 2em;
}

#menu ul {
  float: left;
  text-align: left;
  margin: 0px;
  padding:0px;
  font-size: 14px;
}

#menu ul li {
  float: left;
  margin: 0px;
  padding:0px;
  list-style-type: none;
}

#menu ul li a {
  text-decoration: none;
  color: #ab0900;
  padding: 0px 1em;
  margin: 0px;
}

#menu ul li a:hover {
  text-decoration: underline;
}

#body {
  background: transparent url("./images/body_bgg.png") top left repeat;
  margin: 0px auto;
  width: 800px;
  min-height: 250px;
  padding: 5px 0px;;
  border: 3px solid brown;
}

#body ul, #body ol  {
  clear: both;
}

#body p {
  clear: both;
  text-indent: 1em;
  text-align: justify;
}

#body p img {
  margin: 3px 5px 5px 0px;
}

#foot {
  height: 75px;
  width: 800px;
  margin: 5px auto;
  text-align: right;
  color: #000000;
}

#foot a {
  text-decoration: none;
  color: brown;
}

table {
  margin: 10px 0px;;
}

table th, table td  {
  text-align: left;
}

#menu #langs {
  float:right;
  padding: 0px;
  margin:0px;
}

#menu #langs a {
  padding: 0px 0.25em;
}

#menu #langs a img {
  border-width: 0px;
  padding: 0px;
  margin:5px 0px;
  width:18px;
  height: 12px;
}

.gallery {
  clear:both;
}

.gallery a {
  float: left;
  width: 108px;
  height: 108px;
  border: 3px solid brown;
  text-align:center;
  background-color: #f7feff;
  margin: 4px 8px;
  display: block;
}

.gallery a img {
  border-width: 0px;
  margin: 0px;
  margin-top: 4px;
}

h1, h2, h3, h4, p, table {
  margin-left: 10px;
  margin-right: 10px;
}

h1 {
  font-size: 18px;
  clear: both;
}

h2 {
  font-size: 16px;
}

h3 {
  font-size: 14px;
}

h4 {
  font-size: 12px;
}

table {
  margin-top: 0px;
  width: 80%;
}

table th {
  text-align: right;
}

