head,body{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background: #FAF0E6;
	margin-top: 20px;
	margin-bottom:10px;
}

#main{
	position:relative;
	zoom:1;
	margin:0 auto;
	width:900px;
	height: 100%;
	background:none;
	
	/*Тень*/
	-webkit-box-shadow: 3px 3px 25px #444;
	-moz-box-shadow: 3px 3px 25px #444;
	box-shadow: 3px 3px 25px #444;
	
	/*Скругление уголков*/
	border: 1px solid none;	
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;	
	
	behavior: url(css/PIE.htc);	
}

#header{
	position:relative;
	width: 900px;
	height: 180px;
	background: #24140A;
	z-index:3;
	
	/*Градиент*/
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#24140A',endColorStr='#693A1F',gradiendType='0');
	background: -webkit-gradient(linear,left top, left bottom, from(#24140A),to(#693A1F));
	background: -moz-linear-gradient(top,#24140A,#693A1F);
}
#content{
	zoom: 1;
	height:100%;
	width: 900px;
	overflow:hidden;
	background:F8EEDE;
	z-index:1;
	
	/*Градиент*/
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#F8EEDE',endColorStr='#F0DBB7',gradiendType='0');
	background: -webkit-gradient(linear,left top, left bottom, from(#F8EEDE),to(#F0DBB7));
	background: -moz-linear-gradient(top,#F8EEDE,#F0DBB7);
}
#content_back_flower{
	z-index:1;
	position:relative;
	overflow: hidden;
	height:100%;
	width:900px;
	background-image: url(../img/flower_back.gif);
}
#content_left{
	z-index:3;
	position:relative;
	background:none;
	float:left;
	width: 300px;
}
#content_right{
	position:relative;
	height:100%;
	background:none;
	float:left;
	width: 600px;
}
#footer{
	padding-top:5px;
	padding-bottom:0px;
	display:block;
	width: 900px;
	height: 48px;
	color:#FFCC66;
	text-align:center;
	background: #392011;
	/*Градиент*/
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#693A1F',endColorStr='#24140A',gradiendType='0');
	background: -webkit-gradient(linear,left top, left bottom, from(#693A1F),to(#24140A));
	background: -moz-linear-gradient(top,#693A1F,#24140A);
}
.r1, .r2, .r3, .r4{
	display:block;
	font-size:0;
	height:1px;
	background: #24140A;
}
.r1{ margin:0 5px;}
.r2{ margin:0 3px;}
.r3{ margin:0 2px;}
.r4{ margin:0 1px; height:2px;}

#text{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-align:justify;
	color: #660000;

	padding-top:30px;

	background: #FDF9F2;
	width: 90%;
	height:90%;
	position: relative;
	zoom: 1;
	margin:0 auto;
	margin-bottom:20px;
	margin-top: 40px;
	
	/*Прозрачность*/
	opacity: 0.9;
	filter:alpha(opacity=90);
	
	/*Скругдение уголков*/
	border: 1px solid none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;		
}
#left_menu{
	background-image: url(../img/flower_back.gif);
	background-repeat:repeat-y;
	width: 100%;
	height:500px;
	margin:auto;
	padding-top:50px;
	z-index:3;
}
.button1{
	margin:auto;
	margin-bottom: 25px;
	width: 200px;
	height:68px;
	background:#392011;
	justify-content: center;
    display: flex;
    align-items: center;

	border: 1px solid none;
	position: relative;
	zoom: 1;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;	
	
	-pie-background: linear-gradient(#24140A, #693A1F);
	background: -webkit-gradient(linear,left top, left bottom, from(rgb(57,32,17)),to(rgb(105,58,31)));
	background: -moz-linear-gradient(top,#24140A,#693A1F);	
	
	box-shadow:  0px 0px 15px 0px  #3E3E3E, 0px 0px ;
	-webkit-box-shadow: 8px 8px 15px #3E3E3E;
	-moz-box-shadow: 8px 8px 15px #3E3E3E;	
	
	behavior: url(css/PIE.htc);
}
.button1 a{
    align-items: center;
	justify-content: center;
    display: flex;
    width: 100%;
	height: 100%;
	text-align:center;
	text-decoration:none;
	color:#EA6B0D;
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;	
}
.button1:hover{
	padding-top:5px;
	width: 210px;
	height: 72px;
	background:#F19C35;

	/*Тень*/
	-webkit-box-shadow: 10px 10px 20px #000;
	-moz-box-shadow: 10px 10px 20px #000;
	
	/*Скругление уголков*/
	border: 1px solid none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
	
	/*Градиент*/
	background: -webkit-gradient(linear,left top, left bottom, from(#EA690B),to(#F19C35));
	background: -moz-linear-gradient(top,#F19C35,#EA690B);
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#F19C35',endColorStr='#EA690B',gradiendType='0');	
}
.button1 a:hover{
	color:#392011;
}
.c{clear:both;}
.title{
	text-align:center;
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.date{
	text-align:left;
	color:#660000;
	font-size:20px;
}
.style1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #EA690B;
	font-weight: bold;
}
.style2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #EA690B;
}
.style4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #660000;
	font-weight: bold;
}

#ontop{
	z-index:2;	
	margin-top:10px;
	padding-top:8px;
	text-align:center;
	margin-left:50px;
	float:left;
	position:fixed;
	width: 200px;
	height: 30px;
	background:#FDF9F2;
	
		/*Прозрачность*/
	opacity: 0.9;
	filter:alpha(opacity=90);
	/*Скругдение уголков*/
	border: 1px solid none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;		
}
#ontop a{
	color:#660000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
}
#ontop:hover{
	background:#FDF9F2;
}
a{
	text-decoration:none;
	color:#660000;
}
#enter{}
#login{
	width: 500px;
	height:40px;
	background:#FDF9F2;
	margin:auto;
	margin-bottom:20px;
	margin-top:-20px;
}
#marq{
	bottom:0;
	z-index:5;
	position: fixed;
	width:100%;
	background: #FDF9F2;
	color:#660000;
}