html, body {
  padding: 0px;
  margin: 0px;
  font-family: "Trebuchet MS";
  font-size: 10pt;
}
body {
  background-image: url('images/style/background.png');
  background-position: center;
  text-align: center;
}
h1 {
  height: 55px;
  font-size: 55px;
  color: white;
  margin: 0px;
  padding: 0px;
  text-shadow: 0px 1px 3px #000000;
}
h2 {
  border-bottom: 1px #000000 solid;
  font-size: 18pt;
}
div {
  margin: 0px;
  padding: 0px;
}
p { text-indent: 1em; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }
.info {
  border-bottom: 1px #000000 solid;
  overflow: hidden;
}
.info > * { margin-left: 120px; }
.info > img {
  float: left;
  margin: 5px;
  width: 110px;
}
.form-table {
  display: table;
  width: 100%;
}
.form-table .form-row { display: table-row; }
.form-table .form-row .form-cell-title {
  display: table-cell;
  width: 30%;
}
.form-table .form-row .form-cell-body {
  display: table-cell;
  width: 70%;
}
.form-table .form-row .form-cell-body * { width: 100%; }
.form-table .small { font-size: 8pt; }
.form-textarea-body { width: 100%; }
.form-textarea-body textarea {
  width: 100%;
  height: 200px;
}
.new {
  background-color: red;
  color: white;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0px 0px 3px yellow;
  -webkit-box-shadow: 0px 0px 3px yellow;
  -moz-box-shadow: 0px 0px 3px yellow;
  padding: 3px;
  margin: 3px;
}
#page {
  text-align: left;
  padding: 0px 10px 10px 10px;
  margin: 20px auto;
  width: 989px;
  background-color: white;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: 0px 0px 10px black;
  -webkit-box-shadow: 0px 0px 10px black;
  -moz-box-shadow: 0px 0px 10px black;
}
#header {
  height: 90px;
  margin-left: 190px;
  margin-right: -10px;
  padding-left: 10px;
  background-color: #ffa500;
  border-top-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
}
#header #trails {
  margin-left: 10%;
  margin-bottom: -10px;
  padding-top: 5px;
  font-style: italic;
}
#header #roles { margin-left: 30%; }
#navigation {
  border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  background-color: #ffa500;
  float: left;
  width: 200px;
  margin-top: -90px;
  margin-left: -10px;
  padding-left: 0px;
  padding-top: 250px;
  background-image: url('images/france.png') !important;
  background-image: url('images/france.gif');
  background-repeat: no-repeat;
}
#navigation a { text-decoration: none; }
#navigation > h3 {
  margin-left: 0px;
  padding: 5px 5px;
  background-color: #ff9900;
  border-bottom: 1px #ee8800 solid;
  text-shadow: 0px 1px 0px #ffc000;
}
#navigation > ul {
  list-style-type: none;
  list-style-image: url('images/style/menu-arrow.png');
  padding-left: 30px;
  margin: 1em 0px;
}
#navigation > ul li {
  margin-bottom: 4px;
  padding-left: 0px;
}
#navigation > ul a:hover { color: white; }
#about {
  background-color: #eeeeee;
  float: right;
  width: 240px;
  padding-left: 5px;
  padding-right: 5px;
}
#about h2 { text-align: center; }
#contents {
  float: left;
  width: 514px;
  padding: 0px 15px;
  background-image: url('images/style/border-radius.png') !important;
  background-image: url('images/style/border-radius.gif');
  background-repeat: no-repeat;
}
#copyright {
  clear: both;
  text-align: center;
}
