html {
    /* -webkit-filter: grayscale(88%); */
    /* filter: grayscale(88%); */
}

#wrapper {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  border-top: 2px solid #d30;
}

#header {
  text-align: right;
  width: 100%;
  height: 87px;
  background: url(/images/head_bg.gif);
}

#header #logo {
  width: 134px;
  height: 136px;
  background: url(/images/head_logo.gif);
  float: left;
  position: relative;
  z-index: 100;
  cursor: pointer;
}

#header #title {
  text-align: left;
  float: left;
  margin-top: 12px;
}

#nav {
  height: 34px;
  width: 500px;
  float: right;
  background: url(/images/nav_bg.gif) repeat-x;
  margin-top: -34px;
}

#lang { 
  margin-top: 34px;
  margin-right: 5px;
  float: right;
} 

#nav .corner {
  height: 34px;
  width: 37px;
  background: url(/images/nav_corner.gif) no-repeat;
  float: left;
}

#nav a, #nav span {
  line-height: 36px;
  width: 112px;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  color: #666;
}

#nav a:hover, #nav span {
  text-decoration: underline;
}

#nav span {
  color: #b20;
}

#content {
  margin-top: 50px;
  margin-bottom: 50px;
}

#content.full_frame {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

#footer {
  padding: 0px 10px 0px 10px;
  color: #666;
}

#footer li {
  display: inline;
}