body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.2em;
  font-family: Georgia, "Times New Roman",  Times,  serif;
  background: #fff url(../images/layout/header.gif) repeat-x 0 0;
  color: #333;
  text-align: center;
}
#container {
  position: relative;
  width: 960px;
  margin: 0 auto;
  font-size: 0.9em;
  line-height: 1.3em;
  text-align: left;
}
#top-menu ul {
  float: left;
  display: inline;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
  #top-menu-left li {
    float: left;
    display: inline;
    font-size: 0.9em;
    line-height: 28px;
    margin-right: 7px;
    padding-right: 13px;
    background: url(../images/layout/top-menu-item.gif) no-repeat 100% 50%;
  }
  #top-menu-left li.last {
    margin-right: 0;
    padding-right: 0;
    background-image: none;
  }
  #top-menu-left li a {
    color: #fff;
    background-color: transparent;
    text-decoration: none;
  } 
  #top-menu-left li a:hover, #top-menu-left li.current a {
    text-decoration: underline;
  }
  
  #top-menu-right {
    position: absolute;
    right: 0;
  }
  #top-menu-right li {
    float: left;
    display: inline;
    line-height: 28px;
    margin-left: 20px;
  }
    #top-menu-right li a {
      color: #fff;
      background-color: transparent; 
      text-decoration: none;
    }
    #top-menu-right li a:hover {
      text-decoration: underline;
    }
  #top-menu-right ul {
    float: left;
    display: inline;
    font-size: 12px;
    line-height: 28px;
  }
  
  #top-menu-right #link-twitter {
    padding: 5px 0 5px 26px;
    line-height: 28px;
    background: url(../images/layout/twitter-icon-24.png) no-repeat 0 50%;
  }
  #top-menu-right #link-linked_in {
    padding: 5px 0 5px 26px;
    line-height: 28px;
    background: url(../images/layout/linked_in.gif) no-repeat 0 50%;
  }
  
  #top-menu-change-language {
    padding-left: 10px;
    background: url(../images/layout/languages-tab.gif) no-repeat 0 100%;
  }    
  #top-menu-change-language ul {
    line-height: 33px;
    padding-top: 10px;
    background: url(../images/layout/languages-tab.gif) no-repeat 100% 100%;
  }
  #top-menu-change-language li { 
    margin: 0;
    padding-right: 10px;
    font-family: Tahoma, Geneva, Kalimati, sans-serif;;
    font-weight: bold;
    color: #ff9980;
    background-color: transparent;
  }
  #top-menu-change-language a {
    font-weight: normal;
  } 

#logo {
  margin: 12px 0 0 0;
}

#menu {
  background: url(../images/layout/menu-bottom.gif) repeat-x 0 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
  #menu h2 {
    font-size: 2.5em;
    line-height: 1em;
    font-weight: normal;
    font-style: italic;
    margin: 0.4em 0;
  }
  #menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  #menu li {
    float: left;
    display: inline;
    width: 225px;
    margin-right: 20px;
    padding-top: 12px;
    background: url(../images/layout/menu-top.gif) no-repeat 0 0;
  }
  #menu li.last {
    width: 218px;
    margin-right: 0;
  }
  #menu .title {
    font-size: 23px;
    font-size: 1.6em;
    line-height: 1em;
    margin-bottom: 0.2em;
  }     
  #menu .title a {
    text-decoration: none;
  }
  #menu .title a:hover {
    text-decoration: underline;
  }
  #menu li.current a {
    color: #666;
    background-color: transparent;
  }
  #menu .text {
    font-style: italic;
    font-size: 0.85em;
    line-height: 1.3em;
  }

#pagebody {
  margin-top: 20px;
}  

#footer {
  margin-top: 20px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 2px 0;
}
  #footer-content {
    background-color: #212121;
    color: #666;
    text-align: center;
  }
  #footer-wrap {
    width: 960px;
    height: 75px;
    padding: 15px 0;
    margin: 0 auto;
    text-align: left;
    background: url(../images/layout/footer-bg.jpg) no-repeat 100% 0;
  }
  #footer-text {
    color: #666;
    background: transparent url(../images/layout/footer-logo.gif) no-repeat 0 50%;
    min-height: 80px; height: auto !important; height: 80px;
    padding: 0 0 0 105px;
    font-size: 11px;
    font-size: 0.65em;
    line-height: 1.2em;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Garuda, sans-serif;
  }
  #footer-text a {
    text-decoration: none;
  }
  #footer-text a:hover {
    text-decoration: underline;
  }

  #footer-text #footer-copyright {
    display: block;
    padding: 0.5em 0 1em 0;
    margin-left: -1em;
    color: #333;
    background-color: transparent;
    font-size: 1.1em;
    line-height: 1.2em;
  }
  #footer-text #footer-copyright strong {
    color: #999;
    background-color: transparent;
  }     
