* {margin:0;padding:0;}

 body { 
	width:100%;
  	height:100%;
	background: #fff url(images/bg.jpg) no-repeat top center;
	background-attachment:fixed;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 20px;
	color: #990000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	margin: 0 0 20px 0;
}

h2 {
	font-size: 16px;
	color: #000;
	margin: 0 0 20px 20px;
}

a:link, a:visited, a:active {
	color: #660000;
	font-weight: normal;
}

a:hover {
	color: #336699;
	font-weight: normal;
	text-decoration: none;
}
a:focus{outline:none;}

a img {
	border: none;
}

table {
	font-size:12px;
	margin-left:20px;
}

input, textarea {
	background:#ededed;
	border:1px solid #fff;
	padding:2px 3px;
	font-size:13px;
	color:#333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

input.button {
	background:#ededed;
	border:2px solid #fff;
	padding:1px 5px;
	font-size:14px;
	color:#600;
	font-weight:bold;
}

.adjust {
	clear:both;
	overflow:hidden;
	height:0;
}

/* ---------- LAYOUT ------------- */

#container {
	margin: 0 auto;
	width: 980px;
	background:url(images/container_bg.jpg);
	border:1px solid #fff;
	border-width: 0 1px;
	text-align:center;
	text-align:left;
}
 
#header {
	height: 250px;
	width: 980px; 
	background:url(images/header_img.jpg) no-repeat;
}

#header_en {
	height: 250px;
	width: 980px; 
	background:url(images/header_img_en.jpg) no-repeat;
}

#header_ru {
	height: 250px;
	width: 980px; 
	background:url(images/header_img_ru.jpg) no-repeat;
}

#header_fr {
	height: 250px;
	width: 980px; 
	background:url(images/header_img_fr.jpg) no-repeat;
}

#header_de {
	height: 250px;
	width: 980px; 
	background:url(images/header_img_de.jpg) no-repeat;
}

#content {
	background:url(images/content_bg.jpg) repeat-x bottom;
	padding: 15px 50px 20px;
	overflow:hidden;
}

.left_column_300 {
	width:300px;
	float:left;
	display:iline;	
}

.left_column_580 {
	width:580px;
	float:left;
	display:iline;	
}

#fb_fanbox {
	width:295px;
	margin-left:10px;
}

#footer {
	background:#fff url(images/footer_bg.jpg) repeat-x;
	text-align:right;
	font-size:10px;
	color:#e4c888;
	clear:both;
}

#footer p {
	padding:10px 10px;
}

#footer a {
	color:#e4c888;
	text-decoration:none;
}

#footer a:hover {
	color:#fff;
}

#footer span a {
	color:#fff;
}

/* FLAG MENU */

ul#flag_menu {
	list-style:none;
	font-size:10px;
	padding:10px;
}

ul#flag_menu li {
	padding: 2px 10px;
	float:left;
}

ul#flag_menu li a {
	padding: 3px 0;
	color:#fff;
	text-decoration:none;
}

/* ---- TOP_MENU ---- */

#top_menu {
	background:url(images/top_menu_bg.jpg);
	height:47px;
	line-height:38px;
	list-style:none;
}

#top_menu li {
	float:left;
	display:inline;
	padding:0 15px 0 18px;
	background:url(images/bullet.gif) no-repeat top left;
}

#top_menu li.first {
	padding:0 15px 0 15px;
	background:none;
}

#top_menu li a {
	color:#e4c888;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	letter-spacing:0.06em;
	text-decoration:none;
}

#top_menu li a:hover {
	color:#fff;
}

/* CONTENT */

#content p {
	color:#000;
	font-size:13px;
	line-height:140%;
	margin:0 0 30px 20px;
	clear:both;
}

#content .left_column_580 p {
	margin:0 0 30px 0px;
}

#content p img.thumb {
	padding:4px;
	background:#ededed;
	border:1px solid #fff;
}

#content p img.float_left {
	float:left;
	margin:0 40px 10px 0;
}

#content p img.float_right {
	float:right;
	margin:0 0 10px 40px;
}

.video_holder {
	width:480px;
	margin-left: 60px;
	padding:4px;
	background:#ededed;
	border:1px solid #fff;
}

.request_form table td {
	padding:3px;
}

.table_content {
	border:1px solid #fff;
	text-align:center;
}

.table_content th {
	background:#600;
	padding:8px;
	color:#e4c888;
}

.table_content td {
	background:#ededed;
	padding:5px;
}



