
body {
  color: #720903;
  background: #f4e2b2 url(/images/bg.jpg) repeat;
  padding: 0;
  margin: 0;
  border: 0;
  text-align: left;
  font-size: 90%;
  font-family: helvetica, sans-serif, serif;
}

img {
  border: 0;
}

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

h1, h2, h3 {
  margin: 0;
  padding: 10px 0;
}

#top {
  margin: 0px auto;
  width: 995px;
  position: relative;
  font-family: 'URW Bookman L','Bookman Old Style','Georgia',sans-serif;
}
#top a {
  color: #430a11;
  text-decoration: none;
}
#top a:hover {
  color: #430a11;
  text-decoration: underline;
}
#top h1 {
  font-size: 38px;
  font-weight: normal;
}
#top h2 {
  font-family: 'URW Chancery L','Monotype Corsiva','Zapf Chancery','Chancery',cursive,sans-serif;
  font-weight: normal;
  font-variant: italic;
  font-size: 36px;
  margin-top: 30px;
  padding: 0;
}
#top h2 span {
  font-size: 24px;
}
#top p {
  font-size: 18px;
}
#top p.n {
  font-size: 21px;
  margin-top: 50px;
}
#top p.s {
  font-size: 14px;
}
#left, #right, #logo {
  float: left;
  text-align: center;
  height: 265px;
}
#left {
  width: 300px;
}
#right {
  width: 540px;
}
#right del {
  font-size: 80%;
}

#page {
  margin: 0px auto;
  padding: 0;
  width: 995px;
}

#menu {
  width: 995px;
  height: 48px;
  background: transparent url(/images/menu_bg.png) repeat-x top;
  font-family: 'URW Bookman L','Bookman Old Style','Georgia',sans-serif;
  clear: left;
}
#menu-content {
  float: right;
  padding: 0; margin: 0;
  margin-right: 16px;
}
#menu ul {
  float: right;
  list-style: none;
  padding: 0; margin: 0;
}
#menu li {
  float: left;
  height: 48px;
  padding: 0; margin: 0;
  width: 144px;
}
#menu li a {
  float: left;
  width: 144px;
  height: 48px;
  text-align: center;
  padding: 12px 0 0 0;
  font-size: 18px;
  background: transparent url(/images/menu_item_bg.png) no-repeat left top;
  text-decoration: none;
  color: #b67d6f;
}
#menu li#current a, #menu li#current a:hover {
  color: #430a11;
  background: transparent url(/images/menu_active_bg.png) no-repeat left top;
}
#menu li a:hover {
  color: #fff;
  background: transparent url(/images/menu_hover_bg.png) no-repeat left top;
}

#content {
  text-align: justify;
  background: transparent url(/images/content_bg.png) repeat-y top;
}

#text {
  margin: 0 20px;
}
#text hr {
  border: 0;
  height: 18px;
  color: #fff;
  background: url(/images/hr_bg.png) repeat-x top;
  margin: 30px 0;
}
#text p.f, #text p.mf {
  padding: 5px 10px 5px 60px;
  clear: left;
}
#text p.f {
  margin-top: 20px;
  padding-top: 0;
  background: url(/images/fleche.png) no-repeat left top;
}
#text p.cite {
  font-style: italic;
}
#text .l, #text .dl {
  float: left;
}
#text .r, #text .dr {
  float: right;
}
#text .dl, #text .dr {
  text-align: center;
  margin: 0 10px;
}
#text .dl span, #text .dr span {
  font-size: 60%;
}

#footer {
  clear: both;
  font-size: 80%;
  padding: 0 30px;
  text-align: right;
}

#bottom {
  margin: 0px auto;
  width: 995px;
  background: transparent url(/images/bottom_bg.png) no-repeat top;
  padding-top: 10px;
  font-size: 80%;
  clear: both;
}
#credit {
  font-family: helvetica, sans-serif, serif;
  font-size: 11px;
  padding: 5px;
  text-align: right;
}
#credit img {
  width: 24px;
  height: 31px;
  float: right;
}
