html, body {
  background: #E9EAEA;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: tahoma;
}
form {
  margin: 0;
  padding: 0;
}
a {
  color: #E6BF0C;
}
a:hover {
color: #B10D13;
} 
h1 {
  margin: 0;
  padding: 0;
}
h2 {
  font-size: 12px;
}
h3 {
  font-size: 11px;
}
#wrapper {
  width: 927px;
  margin: 0 auto 0 auto;
  text-align: left;
 background: url(/images/main_bg.png) repeat-y;
}
#sub-wrapper {
  width: 920px;
}
#header {
  height: 96px;
}
#header #header-left {
  padding: 20px 0px 0px 55px;
  float: left;
  width: 260px;
  height: 75px;
}
#header #header-left img {
   border: 0;
}
#header #header-right {
  float: right;
  padding-right: 10px;
  width: 300px;
}
#header #header-right #languages {
  text-align: right;
  padding-top: 10px;
}
#header #header-right #languages img {
  width: 20px;
  height: 14px;
  border: 1px solid #E6BF0C;
}
#header #header-right #languages a:hover img {
  border: 1px solid #B71F24; 
}
#search-block {
  padding-top: 10px;
  float: right;
}
#search-block #search-header {
  text-align: right;
  text-transform: uppercase;
  color: #bcbcbc;
  font-size: 9px;
  margin: 0px 8px 3px 0px;
}
#search-block #search-left {
  background: url(/images/search_left.png) no-repeat;
  width: 11px;
  height: 32px;
  float: left;
}
#search-block #search-content {
  background: url(/images/search_bg.png);
  width: 245px;
  height: 32px;
  float: left; 
}
#search-block #search-content #email {
  width: 200px;
  height: 14px;
  border: 0;
  color: #bcbcbc;
  font-size: 10px;
  margin-top: 8px;
}
#search-block #search-content #send {
  width: 30px;
  height: 17px;
  border: 0;
  background: url(/images/search_go.png);
  cursor: pointer;
  cursor: hand;
}
#search-block #search-right {
  background: url(/images/search_right.png) no-repeat;
  width: 11px;
  height: 32px;
  float: left;
}
#content {
  background: #FFF;
}
#menu {
  margin: 0px 10px 0px 10px;
}
#menu #menu-left {
  background: url(/images/menu_left.png) no-repeat;
  width: 10px;
  height: 33px;
  float: left;
}
#menu #menu-main {
  float: left;
  width: 880px;
  height: 33px;
  background: url(/images/menu_bg.png) repeat-x;
}
#menu #menu-main ul {
  margin: 0;
  padding: 6px 0 0 55px;
  list-style-type: none;
}
#menu #menu-main ul li {
  float: left;
  padding-right: 42px;
}
#menu #menu-main.admin ul li {
  padding-right: 30px;
}
#menu #menu-main ul li a {
  font-family: tahoma;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
}
#menu #menu-main ul li a:hover,
#menu #menu-main ul li #link-active {
  color: #B41218;
}
#menu #menu-right {
  background: url(/images/menu_right.png) no-repeat;
  width: 10px;
  height: 33px;
  float: left;
}
#main #top-header {
  background: url(/images/header.png) no-repeat;
  height: 356px;
  margin: 10px;
}
#main #main-left {
  width: 263px;
  float: left;
  margin: 0px 10px 0px 10px;
}
#main #main-right {
  width: 486px;
  float: left;
  font-size: 11px;
  color: #666;
  min-height: 400px;
}
#main #main-right h1 {
   font-size: 13px;
}
#main #main-left #news-top {
  background: #999 url(/images/news_top.png) repeat-x;
  height: 12px;
  margin: 0;
  padding: 0;
}
#main #main-left #news-content {
 background: #999;
  padding: 0px 12px 10px 12px;
 font-size: 11px;
 color: #fff;
}
#main #main-left #news-content h1 {
  font-size: 13px;
}
#main #main-left #news-bottom {
  background: url(/images/news_bottom.png) no-repeat;
  height: 13px;
}
#main-footer {
  background: #E9EAEA url(/images/content_bottom.png) no-repeat;
  height: 15px;
}
#footer {
  width: 925px;
  margin: 0 auto 50px auto;
  text-align: center;
}
#footer #footer-left {
  float: left;
  text-align: left;
  width: 600px;
  font-size: 10px;
  margin-left: 10px;
}
#footer #footer-left ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
} 
#footer #footer-left ul li {
  float: left;
  margin-right: 5px;
  padding-right: 5px;
  border-right: 2px solid #ccc;
}
#footer #footer-left ul #footer-menu-last {
  border-right: 0;
}
#footer a {
  color: #666;
  text-decoration: none;
}
#footer a:hover,
#footer #footer-link-active {
  color: #000;
}
#footer #footer-right {
  text-align: right;
  float: right;
  width: 200px;
  color: #666;
  font-size: 10px;
  margin-right: 10px;
}

/* Subpage special */
#subpage {
 width: 900px;
}
#subpage #submenu {
  text-align: center;
  padding-bottom: 10px;
  padding-left: 10px;
}
#subpage #submenu ul {
 margin: 0;
 padding: 0;
 list-style-type: none;
}
#subpage #submenu ul li {
 float: left;
 margin-left: 10px;
 padding-right: 10px;
 border-right: 1px solid #B41218;
}
#subpage #submenu ul #submenu-last {
 border-right: 0;
}
#subpage #submenu ul li a {
  color: #B41218;
  text-decoration: none;
}
#subpage #submenu ul li a:hover,
#subpage #submenu ul li .sublink-active {
  color: #000;
}
#subpage #page {
  margin-left: 12px;
  width: 600px;
}
#done,
#error {
  background: #00ff00;
  padding: 5px;
  font-size: 12px;
  border: 1px solid #000;
}
#error {
  background: #ff0000;
}
.cleaner {
  clear: both;
  height: 1px;
  line-height: 1px;
}