@charset "utf-8";
body{
	padding: 0px;
	margin: 0px;
	background-color: #0A3B75;
	background-image: url("/img/bg.png");
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
}
form{
	margin: 0px;
	padding: 0px;
}
#page{
	width: 912px;
	margin: auto;
	text-align: left;
}
#left{
	float: left;
	background-image: url("/img/left.png");
	background-repeat: no-repeat;
	width: 112px;
	height: 626px;
}
#right{
	float: right;
	width: 800px;
	background-image: url("/img/bg2.png");
	background-repeat: repeat-y;
}
#right_in{
	background-image: url("/img/bot1.png");
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 31px;
}
#right_block{
	float: right;
	width: 264px;
}
#right_block_top{
	background-image: url("/img/fliegova.png");
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	font-size: 1.2em;
	padding: 45px 30px;
	height: 52px;
}
#right_block_bot{
	background-image: url("/img/right.png");
	background-repeat: no-repeat;
	height: 283px;
}
#top{
	background-image: url("/img/top.png");
	background-repeat: no-repeat;
	padding-top: 51px;
	padding-left: 9px;
	padding-right: 23px;
	line-height: 35px;
}
#top a{
	display: block;
	float: left;
	width: 126px;
	text-align: center;
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}
#top a:hover{
	color: #E5E5E5;
}
h1{
	background-image: url("/img/h1.png");
	background-repeat: no-repeat;
	line-height: 29px;
	width: 481px;
	margin: 0px;
	padding: 0px 55px 0px 0px;
	text-align: right;
	font-size: 1.3em;
}
#main{
	width: 476px;
	padding: 30px 30px 15px 30px;
}
#bottom{
	margin-top: 24px;
	background-image: url("/img/bot.png");
	background-repeat: no-repeat;
	line-height: 32px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 150px;
	padding-right: 255px;
}
#bottom img{
	display: block;
	float: right;
}
.clear{
	clear: both;
}
.clear_left{
	clear: left;
}
.clear_right{
	clear: right;
}
#login{
	text-align: center;
}
#logout_form{
	margin-left: 15px;
}
#logout_form a{
	color: #FFFFFF;
}
#editor{
	text-align: right;
}
