xt\:comment, xt\:note {
	display: none;
}

ch\:nbsp {
	padding: .5em;
}

body {
  margin: 0;
  background-color: #a8a8a8;
  font-size:12px;
}

/* BASIC LAYOUT */

#page {
  width: 954px;
  margin: 0 auto 0 auto;
  padding: 0;
  text-align: center;
  background: url(/inc/html/media/pix/bg_main.png) repeat-y top left;
}

#border-bottom {
  width: 954px;
  height: 15px;
  background: url(/inc/html/media/pix/border_bottom.png) no-repeat;
  margin: 0;
  clear:both;
}

#top {
	height:170px;
	width:900px;
	padding:23px 27px 0 27px;
	margin:0 auto;
	background: url(/inc/html/media/pix/bg_top.gif) no-repeat top left;
}

#lang-menu {
  width: 900px;
  text-align: right;
  background:none;
}


#search {
  position:absolute;
  width: 230px;
  background:none;
  height: 100px;
  float: left;
  margin:0 0 0 680px;
  z-index:1000000000 !important;
}
*:first-child+html #search {margin:12px 0 0 680px;}

#main {
  width: 900px;
  background:none;
  margin:4px auto 0 auto;
  _margin:-10px auto -10px auto;
  padding:0;
}

.content {
  width: 670px;
  float: left;
  height:auto;
  background:none;
  margin:0;
  _margin:0 0 -9px 0;
  padding:0;
  _overflow-x:hidden;
  text-align: justify;
}

#content_wide {
  width: 900px;
  float: left;
  height:auto;
  background:none;
  margin:0;
  _margin:0 0 -20px 0;
  padding:0;
  _overflow-x:hidden;
  text-align: left;
}

.content_wide {
  width: 900px;
  float: left;
  height:auto;
  background:none;
  margin:0;
  padding:0;
  _overflow-x:hidden;
  text-align: left;
}

.sidebar-right {
  width: 220px;
  float: left;
  height:auto;
  background:none;
  _overflow:hidden;
  margin-left:10px;
}

#footer {
	width: 100%;
	clear: both;
	margin:0 27px;
	text-align: left;
}

#footer a {
	color:#67A538;
}

.footer_top {
	width:900px;
	margin-top:10px;
	padding:10px 10px 0 20px;
	overflow:hidden;
	height:38px;
	font-size:12px;
	line-height:18px;
	text-align: left !important;
	background: url(/inc/html/media/pix/wide_content_top.gif) no-repeat;
}
.footer_bottom {
	clear:both;
	margin-bottom:12px;
	_margin-bottom:-4px;
	height:10px;
	text-align: left;
	background: url(/inc/html/media/pix/wide_content_bottom.gif) no-repeat;
}