@charset "windows-1251";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
	background-color:#ECDDB4;
	padding:0;
	margin:0;
}
#header {
	height:286px;
	background-image: url(images/title_bg.jpg);
	background-repeat: repeat-x;
	clear:both;
}
#footer {
    background-color:#E0CB96;
	height:175px;
	clear:both;
	margin:0 auto;
}
#main_menu {
	background-image: url(images/bg_menu.jpg);
	background-repeat: repeat-x;
	height: 47px;
}
