body, html{
	background-color:#fff;
	background-image:url(img/bgr.jpg);
	background-position: center top;
	background-attachment:fixed;
	background-repeat: no-repeat;
	padding:0;
	margin:0;
	font-family: verdana, arial, sans-serif;
  font-size:11px;
  color:#531f0e;
}
h1{
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}

h2{
	font-size:13px;
	font-weight:bold;
	margin-bottom:8px;
}

h3{
	font-size:12px;
	font-weight:bold;
	margin-bottom:8px;
}

a { color:#6a92a2; }
a:hover { color:#4a7282 ; text-decoration:none;}

td { padding:0 5px; }

.header{
	width:921px;
	height:258px;
	background-image:url(img/bgr-top.png);
	margin:0 auto;
	margin-top:13px;
}
.header-img{
	margin:10px 0 0 27px;
}

.footer, .copyright {
	float:right;
}
.copyright { position:relative; top:13px; }

.logo{
	float:left;
	margin-left:90px;
	margin-top:35px;
}

.langs{
	float:right; font-weight:bold; margin:130px 11px 0 0;
}

#wrap {
	width: 838px;
	margin:0 auto;
	background-image: url(img/wrap-bgr.gif);
	background-position: center -73px;
	background-repeat: repeat-x;
	left:1px;
	position:relative;
}

.topmenu {

	background-image: url(img/menu-bgr.png);
	width:838px; height:43px;
	w\idth:800px; he\ight:33px;
	padding:5px 19px;
}

.content{
	float:left;
	width:580px;
	margin:16px 0 0 15px;
	text-align:justify;
	border:0px solid #893;
}

.logos{
	float:right;
	width:103px;
	margin:15px 35px 0 15px;
}
.logos a img { border:0; margin-bottom:8px }

.img_container{
	width:132px;
	height:100px;
	border:1px dashed #ccc;
	float:left;
	margin:0 4px 8px 4px;
}

.img_container1{
	width:180px;
	height:130px;
	border:1px dashed #ccc;
	float:left;
	margin:0 4px 8px 4px;
}

.img_container2{
	width:275px;
	height:200px;
	border:1px dashed #ccc;
	float:left;
	margin:0 4px 8px 4px;
}

.line { height:100%; position:fixed; left:50%; width:1px; background-color:#6a92a2; margin-left:200px; }
.clock { position: relative; float:right; margin-top:55px; margin-right:-65px; width:263px; height:295px; background-image: url(img/clock.png); overflow: visible; }

.img_left { float:left; margin-right:10px; border:1px solid #6a92a2;  }
.img_right { float:right; margin-left:10px; border:1px solid #6a92a2; }
.both{ clear:both; }
