html {
  margin: 0;
  padding: 0;
  text-align: center;
  background: #ececec url(../images/layout/main_bg.gif) 50% 0 repeat-y;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  background: transparent url(../images/layout/html_bg.gif) 0 0 repeat-x;
  height: 100%;
}

#container {
  width: 900px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  background: #fff url(../images/layout/body_bg2.jpg) 50% 0 no-repeat;
  position: relative;
  min-height: 100%;
}
* html #container {
  height: 100%;
}


#logo {
  /* background: #f0f url(../images/layout/logo.gif) 0 0 no-repeat; */
  margin: 43px 0 0 23px;
  width: 216px;
  height: 147px;
}
#logo h1 {
  margin: 0;
  padding: 0;
}
#logo h1 a:link, #logo h1 a:visited {
  display: block;
  margin: 0;
  padding: 0;
  width: 216px;
  height: 147px;
}
#logo h1 img {
  display: none;
}

#column {
  width: 258px;
  min-height: 500px;
  background: transparent url(../images/layout/column_bg2.jpg) 0 0 no-repeat;
  float: left;
  padding: 0 0 70px 0;
}

* html #column {
  height: 500px;
}


#column #navigation {
  width: 227px;
  margin: 32px 0 0 16px;
  border-top: 1px solid #cdccce;
}

#column #column_content {
  padding: 10px 35px 0 35px;
  margin: 20px 0 10px 0;
  background: transparent url(../images/layout/cc_bg.gif) center 0 no-repeat;
}


#main {
  margin: 38px 0 0 0;
  float: left;
  width: 630px;
  padding: 0 0 100px 0;
}
#main #header {
  height: 180px;
  margin: 0 0 50px 0;

}
#main #content {
  overflow: hidden;
  width: 630px;
}
* html #main #content {
}
#footer {
  background: #18233d url(../images/layout/footer_bg.gif) 0 0 repeat-x;
  height: 70px;
  position: relative;
  clear: both;
  width: 900px;
  margin: -70px auto 0 auto;
}
#footer p {
  font-size: 10px;
  color: #6b9aac;
  position: absolute;
  top: 28px;
}
#footer p.copyright {
  left: 10px;
}

#footer p.status {
  right: 10px;
  text-align: right;
}
#footer a:link, #footer a:visited {
  font-size: 10px;
  color: #fff;
}





#site_languages {
  height: 18px;
  line-height: 18px;
  padding: 0 0 0 5px;
  width: 41px;
  position: absolute;
  top: 275px;
  right: 10px;
}
