
body {
  color: #330000;
  background-color: #fff;
  padding: 0;
  margin: 0;
  border: 0;
  text-align: center;
  font-family: Garamond, 'URW Palladio L', serif;
}

img {
  border: 0;
}

p {
  margin: 0px;
  padding: 5px 5px 10px 0;
}
a {
  color: #ffcc33;
  text-decoration: none;
}
a:hover {
  color: #330000;
  text-decoration: none;
}

#page {
  width: 1024px;
  margin: 5px auto;
}

#top {
  position: relative;
  width: 1024px;
  height: 144px;
  background: #ff6633 url(/images/top-bg.png) repeat-x left bottom;
}
#logo img {
  position: absolute;
  left: 85px;
  top: 0;
}
#header h1 {
  font-size: 40px;
  font-style: normal;
  font-weight: normal;
  text-align: right;
  padding: 30px 50px;
  margin: 0;
}
#header h1 a {
  color: #330000;
}
#header h1 a:hover {
  color: #cc6633;
  font-weight: normal;
}
#header h1 span {
  display: block;
  font-size: 18px;
  font-style: italic;
  font-weight: normal;
}
#header h1 span span {
  display: inline;
  color: #ffcc33;
  font-style: normal;
}
#flag {
  position: absolute;
  bottom: 5px;
  left: 5px;
}
#flag a {
  padding: 5px;
  border-bottom: none;
}
#flag a {
  text-decoration: none;
}

#bottom {
  border-top : 1px solid #fff;
  margin : 0px;
  padding : 0px;
  text-align: right;
}
#bottom a {
  color: #cc6633;
  text-decoration: underline;
  border-bottom: none;
}
#bottom a:hover {
  color: #ff9933;
}

#content {
  position: relative;
  width: 100%;
  margin: 0px;
  text-align: left;
  min-height: 500px;
  height: auto !important;
  height: 500px;
}

#menu {
  width: 1024px;
  height: 41px;
  margin: 1px 0;
  padding: 0;
  text-align: left;
  background: #d5552c;
}

#menu-content ul {
  list-style-type: none;
  margin: 0 0 0 100px;
  padding: 5px 0;
}
#menu-content ul li {
  display: inline;
  font-size: 20px;
  padding: 0 15px;
}
#menu-content ul li#current a {
  color: #330000;
}
#menu-content ul li a {
  color: #ff9933;
}
#menu-content ul li a:hover {
  color: #330000;
}

#text {
  padding: 0;
  margin: 10px 10px 10px 120px;
}
#text a {
  color: #ff6633;
}
#text a:hover {
  color: #330000;
}
#text h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: bold;
  padding: 30px 0;
  margin: 0;
}
#text h2 span {
  display: block;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
}
#text .left {
  float: left;
  width: 130px;
  margin: 40px 20px 0 0;
}
#text .left img {
  margin: 5px 0;
}
#text table {
  border-style: none;
}
#text table th {
  text-align: center;
  padding: 10px 0 0 0;
}
#text table td {
  color: #000;
  text-align: center;
}
#text table td.type {
  text-align: left;
  padding: 0;
}
#text table th.type {
  text-align: left;
}
#text div.tables {
  padding: 20px 0 0 50px;
}
#text div.tables span {
  display: block;
  font-size: 90%;
  font-style: italic;
  font-weight: normal;
}
#text div.tables table {
  width: 600px;
}

#lo {
  width: 1024px;
  margin: 1px 0;
  padding: 0;
  text-align: left;
  background: #d5552c;
  color: #ff9933;
}
#lo p {
  padding: 20px 20px 20px 120px;
}

#bottom {
  font-family: helvetica, sans-serif, serif;
  font-size: 11px;
  padding: 5px;
  text-align: left;
}
#bottom img {
  width: 24px;
  height: 31px;
  float: left;
}
