body {
  background-color: #f6e8ed;
  background-image: url("../images/page_bg.gif");
  background-repeat: repeat-x;
  background-attachment: fixed;
  margin: 0;
  padding: 0;
  font-family: Calibri, Arial, sans-serif;
}
body, html {
  height: 100%;
}
.fontface body {
  font-family: "HypatiaSansProRegular";
}
.fontface p {
  line-height: 20px;
}
img, a img {
  border: 0;
}
/*Superscript*/sup {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
  bottom: .7ex;
  font-size: 70%;
}
#outerWrapper {
  width: 850px;
  border-left: solid 1px #990033;
  border-right: solid 1px #990033;
  margin: 0 auto;
  min-height: 100%;
  _height: 100%;
  background-color: White;
}
#outerWrapper #title {
  padding-top: 2px;
  text-align: center;
}
#menucontainer {
  background: url("../images/menu_bg.gif");
  background-repeat: repeat-x;
  height: 37px;
  position: relative;
}
#menucontainer .left, #menucontainer .right {
  width: 12px;
  height: 37px;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
}
#menucontainer .left {
  background-image: url("../images/menu_left.png");
  top: 0;
  left: -12px;
}
#menucontainer .right {
  background-image: url("../images/menu_right.png");
  background-position: right top;
  right: -12px;
  top: 0;
}
ul#menu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  width: auto;
}
ul#menu li {
  display: inline-block;
  *display: inline;
  /*IE 6/7 hack */
  height: 37px;
  line-height: 35px;
  margin: 0 0px;
  position: relative;
}
ul#menu li a {
  color: White;
  text-decoration: none;
  height: 37px;
  display: inline-block;
  padding: 0 10px;
  z-index: 100;
  font-size: 15px;
  position: relative;
}
.fontface ul#menu li a {
  font-family: "HypatiaSansProSemibold";
  line-height: 37px;
  font-size: 15px;
}
ul#menu li a:hover {
  background: url("../images/menu_bg.gif");
  background-repeat: repeat-x;
  background-position: left -36px;
}
ul#menu li.current  a {
  background: url("../images/menu_bg.gif");
  background-repeat: repeat-x;
  background-position: left -73px;
}
ul#menu li .hover-bg {
  display: none;
  width: 100%;
  height: 36px;
  background: url("../images/menu_bg.gif");
  background-repeat: repeat-x;
  background-position: left -37px;
  z-index: 50;
  position: absolute;
}
#lang-select {
  position: absolute;
  right: 0;
  top: 0;
  height: 36px;
  width: 100px;
}
#lang-select .current-lang {
  position: absolute;
  z-index: 1000;
  top: 6px;
  right: 13px;
  cursor: pointer;
}
#lang-select .arrow {
  position: absolute;
  top: 15px;
  right: 0;
}
#lang-select .current-lang .name {
  position: absolute;
  top: 2px;
  right: 33px;
  line-height: 25px;
  color: White;
  display: none;
}
#lang-menu {
  position: absolute;
  top: 3px;
  right: 3px;
  background: #a54766;
  background: rgba(165, 71, 102, 0.9);
  -moz-border-radius: 5px;
  -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  z-index: 500;
  padding: 3px;
  display: none;
}
#lang-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 27px;
}
#lang-menu ul li {
  position: relative;
  height: 25px;
  line-height: 25px;
  width: 150px;
}
#lang-menu ul li .name {
  position: absolute;
  right: 40px;
  top: 1px;
  color: White;
}
#lang-menu ul li .icon {
  position: absolute;
  right: 7px;
  top: 0;
}
#lang-menu ul li a {
  text-decoration: none;
}
img.top-banner {
  margin: -5px -15px 0 -15px;
}
#main {
  padding: 5px 25px 20px 25px;
}
h2 {
  color: #990033;
}
.clear {
  clear: both;
}

