
body {
  margin: 0px;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;

  font-family: Georgia;
  font-size: 12px;
  line-height: 18px;
  color: black;
  background-color: white;
}


#header {
  margin: 0px;
  padding: 1px;
  margin-left: auto;
  margin-right: auto;
	height: 184px;
	width: 816px;
	background-color: black;
	position: relative;
}

#nav {
  margin: 0px;
  padding: 1px;
  margin-left: auto;
  margin-right: auto;
	height: 150px;
	width: 816px;
	overflow: hidden;
	background-color: #cbcbcb;
	position: relative;
	background-image: url("./images/bg_gray.png");
	background-repeat: repeat-y;
}

#section {
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 772px;
	background-color: #f1f1f1;
	background-image: url("./images/bg_white.png");
	background-repeat: repeat-y;
	padding: 23px;
	padding-bottom: 50px;
	text-align: left;
	_height: 450px;
	min-height: 450px;
}

#footer {
  margin: 0px;
  padding: 1px;
  margin-left: auto;
  margin-right: auto;
	height: 74px;
	width: 816px;
	background-color: black;
	color: #cbcbcb;
	font-size: 13px;
	_font-size: 12px;
	font-variant: small-caps;
	padding-top: 37px;
}

.background_left, .background_right {
  z-index: -10;
	width: 50%;
  position: absolute;
}
.background_left {
	left: 0px;
}
.background_right {
	right: 0px;
}
.background_left div, .background_right div {
  height: 100%;

}
.background_left div {
	background-position: right top;
  margin-right: 409px;
}
.background_right div {
  margin-left: 409px;
  background-position: left top;
}

.background_nav {
  height: 152px;
  top: 186px;
}
.background_header {
	height: 186px;
  top: 0px;
}
.background_footer {
	height: 112px;
  bottom: 0px;
  _bottom: -1px;
}

.background_section {
	z-index: -11;
	top: -3px;
	height: 100%; /* IE6fix_1 IE6fix_2 */
}

.background_nav div {
  background-image: url("./images/bg_sign_gray.png");
  background-color: #CBCBCB;
}
.background_header div, .background_footer div {
  background-image: url("./images/bg_sign_black.png");
  background-color: black;
}
.background_section div {
	background-image: url("./images/bg_sign_white.png");
	background-color: #F1F1F1;
}


#logo {
	background-image: url("./images/logo.png");
	background-repeat: no-repeat;
	background-position: center center;
	height: 160px;
	width: 816px;
	display: block;
	position: absolute;
	top: 0px;
	left:0px;
}

.deble {
  margin-left: -10000px;
  position: absolute;
}

menu, menu menu, menu li {
	list-style-type: none;
}
menu {
	margin: 0px;
	padding: 0px;
	float: left;

	font-size: 17px;
	font-variant: small-caps;
}
menu li {
	float: left;
	margin-right: 50px;
}
menu menu {
	float: none;
  margin-top: 11px;
}

menu menu li {
	margin: 0px;
	padding: 0px;
	float: none;
	font-size: 13px;
	_font-size: 12px;
	line-height: 16px;
}
menu menu li a, menu menu li span {
	padding-left: 3px;
	padding-right: 3px;
}

#menu {
  padding-left: 150px;
  padding-top: 24px;
  text-align: left;
}
#menu-line {
	background-image: url("./images/line.png");
	background-repeat: no-repeat;
	background-position: center center;
	height: 1px;
	font-size: 0px;
	width: 100%;
	position: absolute;
	top: 48px;
	left: 0px;
}
#menu li .active {
	font-weight: bold;
}

#language {
	position: absolute;
	bottom: 13px;
	right: 19px;
}
#language strong, #language a  {
  font-size: 17px;
  display: block;
  font-variant: small-caps;
  font-weight: bold;
  margin-top: 2px;
	padding-left: 3px;
	padding-right: 3px;
}
#language strong {
  color: #cbcbcb;
  background-color: black;
}

#footer a {
  color: #cbcbcb;
  text-decoration: none;
  margin: 0px 12px 0px 12px;
}
#footer p span, #footer p a {
	margin: 0px 6px 0px 6px;
}

#footer a:hover {
  color: black;
  text-decoration: underline;
  background-color: #cbcbcb;
}
#footer span {
  font-size: 15px;
}
a {
  color: black;
  text-decoration: none;
}
#section a {
  text-decoration: underline;
}
a:hover {
  color: black;
  text-decoration: underline;
  background-color: #999999;
}
.active {
  color: #cbcbcb;
  background-color: black;
}

#header a {
  color: black;
  text-decoration: none;
}
#header a:hover {
  color: black;
  text-decoration: none;
  background-color: transparent;
}


h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
	margin-top: 14px;
	margin-bottom: 20px;

	font-size: 23px;
	font-variant: small-caps;
}


p {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}


dfn img {
  margin: 0 !important;
}
a img {
	margin: 0px
}
a.img {
	margin: 10px;
}
hr {
	display: none;
}
small, .small {
	font-size: 85%;
}
img {
  margin: 10px !important;
	border: 0px;
}

.align_left {
	text-align: left;
}
.align_center {
	text-align: center;
}
.align_right {
	text-align: right;
}
.left {
	float: left
}
.right {
	float: right;
}
.center {
	text-align: center;
}
.none {
	display: none;
}
.white {
	color: white;
}
.black, a.black {
	color: black !important;
}
div.cleaner {
	clear: both;
	height: 0px;
	width: 0px;
	line-height: 0px;
	margin: 0;
}
