body {
	margin: 0px;
	padding-top: 12px;
	background-color: #839DC2;
	background-image: url(../_img/bg_global.jpg);
	background-repeat: repeat-x;
	color: #4B6082;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font : 11px;
}

#left-shadow {
	width: 17px;	
	background-image: url(../_img/bg_left.jpg);
	background-repeat: repeat-y;
}

#right-shadow {
	width: 16px;		
	background-image: url(../_img/bg_right.jpg);
	background-repeat: repeat-y;	
}

#content {
	width: 683px;
	background-image: url(../_img/bg_content.jpg);
}

#left-collumn {
  float: left;
	width: 162px;
	margin: 0px 0px 0px 15px;
	_margin: 0px 0px 0px 8px;
	padding-top: 20px;
	padding-left: 0px;
}

#left-collumn a img {
  border: 0px none;
}

#content-text {
	width: 453px;
	margin-left: 177px;
  background-image: url(../_img/bg-title.gif);
	background-repeat: no-repeat;
}

.h1 {
  margin-top: 0px; 
  line-height: 30px; 
  vertical-align: top; 
  background: url(/_img/h1-title.gif) no-repeat;
}

#top-header {
	width: 683px;
	height: 27px;
	background-image: url(../_img/top_header.gif);
	background-repeat: no-repeat;
}

#end {
	width: 716px;
	height: 55px;
	background-image: url(../_img/bg_end.jpg);
	background-repeat: no-repeat;	
}

#copy {
	width: 640px;
	height: 27px;
	background-image: url(../_img/bg_copy.jpg);
	background-repeat: no-repeat;		
	font-size: 10px;
	color: #29374C;
	font-weight: bolder;
	padding-top: 5px;	
	padding-right: 76px;
}

#footer {
	width: 233px;
	height: 64px;
	background-image: url(../_img/bg_footer.jpg);
	background-repeat: no-repeat;		
	font-size: 10px;
	padding-top: 15px;
	padding-left: 420px;
	padding-right: 0px;
}

.adress {
	padding-left: 35px;
	font-weight: bold;
	font-size: 10px;
	padding-top: 3px;
}

.adress img {
  padding-bottom: 0px;
  border: none	
}

.flag {
	padding-top: 3px;	
	padding-right: 10px;	
}

a {
	color: #CEA651;
	text-decoration: none;
}

a:hover {
	color: #CEA651;
	text-decoration: underline;
}

input {
	font-size: 10px;
}

select {
	font-size: 10px;
}

h1 {
  font-family: times new roman;
  font-weight: bold;
  font-size: 250%;
  color: #c1aa79;
  margin-top: 10px;
  &margin-top: 25px;
  margin-bottom: 15px;
  _margin-bottom: 20px;
  }

#menu {
  width: 683px; 
  height: 23px; 
  background: #e8edf3 url(../_img/menu-bg-light.jpg) 0 0 repeat-x;
}

#menu ul {
  list-style: none; 
  margin: 0 0 0 0px; 
  padding: 0px; 
  float: left;
}

#menu ul li {
  list-style: none; 
  margin: 0px; 
  padding: 0px; 
  float: left;
  border-left: 1px solid #aaa;
}

#menu ul li a.menuA {
  text-decoration: none;
  white-space: nowrap; 
  line-height: 23px;
  height: 23px;
  padding: 0 9px; 
  display: block;  
  float: left; 
  overflow: hidden; 
  background: url(../_img/menu-bg-light.jpg) 0 0 repeat-x;
  color: #000;
}

#menu ul li a.menuB {
  text-decoration: none;
  white-space: nowrap; 
  line-height: 23px;
  height: 23px;
  padding: 0 9px; 
  display: block;  
  float: left; 
  overflow: hidden; 
  background: url(../_img/menu-bg-dark.jpg) 0 0 repeat-x;
  color: #000;
}

#menu ul li a:hover {
  background: url(../_img/menu-bg-dark.jpg) 0 0 repeat-x;
  color: #000;
}

}

