/******* layout.css *******/

body {
  background: #fff url(../images/bg_top.gif) top left repeat-x;
  color: #6e6e6e;
}


#container {
  width: 850px;
  margin: auto;
}

#langs {
  float: right;
  margin-top: 48px;
}
#langs img {
  height: 15px; 
}

#top_menu {
  position: relative;
  height: 115px;
  word-spacing: 12px;
  overflow: hidden;
}
#top_menu a#logo {
  background: none;
  padding: 0px;
}
#top_menu a#logo img {
  vertical-align: middle;
  margin-right: 5px;
}
#top_menu a {
  background: url(../images/dot.gif) left center no-repeat;
  padding-left: 15px;
  color: #636b6f;
  text-decoration: none;
  word-spacing: normal;
}

#top {
  margin-bottom: 10px;
}
#top img {
  float: left;
}


#sidebar {
  width: 220px;
  padding-left: 10px;
}
#separator {
  width: 25px;
  background: url(../images/sep_v.gif) center repeat-y;
}
#content {
  padding-right: 10px;
}
#bottom {
  background: url(../images/bg_btm.gif) top left repeat-x;
  padding-top: 15px;
  margin-top: 10px;
}
#bottom_menu {
  width: 810px;
  margin:auto;
  word-spacing: 10px;
}
#bottom_menu a {
  color: #6e6e6e;
  word-spacing: normal;
  text-decoration: none; 
}
#signature {
  float: right;
  word-spacing: normal;
}

h2 {
  color: #ff5c00;
}
a {
  color: #5b5b59;
}
a:hover {
  color: #e04100;
}
p {
  line-height: 140%;
}
p b {
  color: #e04100;
}
