* {
	margin:0;
	padding:0
}
html {height:100%}
body {
	font:12px/18px Arial, Helvetica, sans-serif; /* 12px/18px : 12 - размер шрифта, 18 - отступ меж строками */
	width:100%;
	height:100%;
	background:url(/templates/img/body_bg.png) top center repeat-x #a5242a;
}
a {
	outline:none; /* исключение в FF обводки ссылки */
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
p {
	margin:0 0 15px 15px; /* начиная с 0 сверху по часовой стрелке (т.е. последнее значение 15px относится к левому маржину)*/
}
img {border:none}
/* --------------------- */

#main {	
	width:1024px;
	/* width:1024px; */
	min-width:1024px;
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto;
}

#header {
	height: 130px;
	width: 1024px;
}

.lang_panel
{
	z-index: 100;
	width: 340px;
	height: 35px;	
	position: absolute;		
	margin-left: 456px;	
}

.lang_panel *
{
	display:block;
	position: absolute;
	width: 34px;
	height: 35px;
}
.lang_panel .ru{}
.lang_panel .ua{margin-left:40px;}
.lang_panel .en{margin-left:80px;}

#decor_top
{
	width: 1011px;
	height: 103px;
	position: absolute;	
	margin:-20px 0 0 6px;
	background: url(/templates/img/decor_top.png) center no-repeat;
}

#header .content{}
#container {		
	width: 100%;	
	overflow: hidden;
}
#left_column,#right_column,#content_column {word-wrap: break-word;}
#left_column {	
	float:left;
	width:300px; 
	/*background-color:#CCFF66;*/
}
#left_column .content{padding:5px;}
#content_column {
	margin:0 0 0 300px;
	padding:10px;
	
}
#content_column .content{padding:10px 25px 10px 10px;color:#666666}

#footer {
	width:1024px;	
	position:relative;
	height:107px;
	margin: -107px auto 0 auto;
}

#footer .content{position: relative; top: 110px; text-align: center; font-style: italic;}
.wp{color: gold; font-style: italic;}
.clear{	
	/* clear:both; */	
	height:107px;
	padding: 1px;
}

#copyright{color:#fff}

/* Новое */
#logo{margin:0 auto; width:305px; height:336px; background:url(/templates/img/logo2.png) no-repeat;}
#lenta{margin:0 auto; width:741px; height:207px; background:url(/templates/img/lenta.png);}
#lenta .enter_ru{width:44px; height:15px;position:absolute;margin:130px 0 0 350px}
#lenta .enter_ua{width:45px; height:19px;position:absolute;margin:105px 0 0 120px}
#lenta .enter_en{width:54px; height:18px;position:absolute;margin:105px 0 0 570px}
#menu{width:880px;margin:0 auto; color:#e0b05c;font-weight:bold; text-transform:uppercase; text-align:center;}
#menu a{color:#e0b05c; text-decoration:none}
#menu a:hover{color:#f6de7c}
#announce{color:#e0b05c;font-weight:bold;margin:5px 0 10px 0}
