html {
	height:100%;
}
body {
	color: #ffffff;
	background-color: #aeaa9e;
	margin:0;
	padding:0;
	height:auto;
	height:100%;
	min-height:100%;
}


div {background-repeat: no-repeat; border: solid 0px red;}

/*
фон слева и справа
*/
#back_left {
	background-position: right;
	background-repeat: repeat-y;
	background-image: url(images/back_left.gif);
}
#back_right {
	background-position: left;
	background-repeat: repeat-y;
	background-image: url(images/back_right.gif);
}
#back_center {
	width: 1000px;
	min-width: 1000px;
	position: relative;
	background-color: #323232;
}


/*
шапка
*/
#head_container {
	margin: 0 auto;
	width: 1000px;
	position: relative;
}
#top_img_1 {
	background-image: url(images/top_1.jpg);
	height: 200px;
	text-align: right;
	position: relative;
}
#top_img_2 {
	background-image: url(images/top_2.jpg);
	height: 200px;
	position: relative;
}
#top_img_3 {
	background-image: url(images/top_3.gif);
	height: 13px;
	position: relative;
}
a.admin {
	font-family: "Arial";
	text-decoration: none;
	text-align: center;
	font-size: 10px;
	margin-right: 13px;
	color: #9c9c9c;
}
a.admin:hover {color: #d7d7d7;}

/*
меню
*/
.about {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #c2c2c2;
	position: absolute;
	top: 399px;
	left: 50%;
	display: none;
	margin: 0 auto;
	width: 580px;
	margin-left: -310px;
	background-color: #323232;
	border: solid 1px black;
	z-index: 1;
	padding: 20px;
}
.about a {color: #c0a882;}
.about a:hover {text-decoration: none;}
.about a.close_about {display: block; border: solid 1px #757575; padding: 3px 5px; padding-top: 1px;
	background-color: #525252;
	position: absolute;
	right: 4px; bottom: 5px;
	text-decoration: none;
}
a.close_about span {color: #c2c2c2;}
a.close_about:hover {color: #c2c2c2;}
#about_ru {position: absolute; top: 104px;	left: 61px;}
#about_en {position: absolute; top: 104px;	right: 61px;}
#menu_ru {
	position: absolute;
	top: 150px;
	left: 61px;
	width: 292px;
}
#menu_en {
	position: absolute;
	top: 150px;
	right: 61px;
	width: 292px;
}
a.menu_button {
	ie-dummy: expression(this.hideFocus=true);
	outline: none;
	font-family: "Arial";
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-size: 10px;
	
	width: 69px;
	margin-left: 2px;
	margin-right: 2px;
	float: left;
}
a.menu_button:link, a.menu_button:visited {
	background-image: url(images/button_off.gif);
	height: 20px;
	padding-top: 7px;
	color: #9c9c9c;
}
a.menu_button:hover, a.menu_button:active, a.menu_button:focus {
	cursor: pointer;
	background-image: url(images/button_on.gif);
	height: 21px;
	padding-top: 6px;
	color: #d7d7d7;
}
.button_pic_loaded {
	background-image: url(images/button_on.gif);
	height: 0px;
	width: 0px;
}
#hbutton {
	width: 10px;
	height: 10px;
	position: absolute;
	left: 24px;
	top: 159px;
}
#news_button {
	width: 100px;
	height: 100px;
	position: absolute;
	left: 450px;
	top: 40px;
}

/*
контейнер текста и рамки
*/
#content_container {
	overflow: hidden;
	width: 1000px;
	min-height: 400px;
	position: relative;
}
.border_left, .border_right, .border_center, #content_ru,  #content_en {
	float: left;
	padding-top: 10px;
	margin-bottom: -30000px;
	padding-bottom: 30000px;
	min-height:10px;
	background-repeat: repeat-y;
}
.border_left {
	background-image: url(images/border_left.gif);
	width: 30px;
}
.border_right {
	background-image: url(images/border_right.gif);
	width: 30px;
}
.border_center {
	background-image: url(images/border_center.gif);
	width: 60px;
}
#content_ru, #content_en {
	background-image: url(images/content_bg.gif);
	width: 440px;
	max-width: 440px;
	min-width: 440px;
}

/*
низ с логотипом
*/
#bottom_container {
	margin: 0 auto;
	overflow: hidden;
	width: 1000px;
	height: 150px;
	position: relative;
}
#logo {
	float: left;
	margin-bottom: -30000px;
	padding-bottom: 30000px;
	min-height:10px;
	width: 940px;
	background-position: 50% 0%;
	background-color: #323232;
	background-image: url(images/logo.gif);
}
p.cotact {
	font-family: "Arial";
	font-size: 12px;
	color: #9c9c9c;
	margin: 0px;
	margin-left: 380px;
	margin-top: 120px;
	padding: 0px;
}
a.mailto {
	color: #c0a882;
	text-decoration: underline;
}
a.mailto:link, a.mailto:visited {}
a.mailto:hover, a.mailto:active, a.mailto:focus {
	text-decoration: none;
}