.body{
	background-image:url(img/bg.jpg);
	background-repeat:repeat;
	font-family:Calibri, Arial, Tahoma, Cambria, Times, serif;
}
#golub{
	width:200px;
	margin-top:15px;
	margin-left:150px;
}
.page{
	margin:-85px auto;
	width:900px;
	height:auto;
	background-color:rgba(255,255,255,0.72);
	border-radius:50px;
}
.header{
	margin:20px;
	border-bottom:double 5px;
}
#leftheader{
	float:left;
	margin-top:5px;
	background-image:url(img/logo.jpg);
	background-repeat:no-repeat;
	width:348px;
	height:322px;
	border:2px solid #405C0A;
	border-radius:0 180px 0 200px;
	-webkit-border-radius:0 180px 0 200px;
	-moz-border-radius:0 180px 0 200px;
}
#rightheader{
	width:490px;
	float:right;
	text-align:center;
	font-size:36px;
	color:#13800E;
}
#icona{
	text-align:center;
	font-size:24px;
	color:#137F85;
}
.raspisanie{
	color:#002CBC;
	font-size:20px;
}
.calendar{
	float:left;
	margin:5px;
	width:270px;
	text-align:center;
}
.content{
	float:right;
	margin:2px;
	width:590px;
	border:double 5px #000000;
}
#zagolovok{
	color:#13800E;
	text-align:center;
	font-size:36px;
	font-weight:bold;
	margin:3%;
}
#text{
	margin:2%;
	color:#000000;
	text-align:justify;
	font-size:16px;
}
.footer{
	margin:3%;
	color:#13800E;
	font-size:16px;
	text-align:center;
}
.clear{
	clear:both;
}
p:first-letter{
    font-size: 3em; /* Размер буквы */
    color: red; /* Цвет буквы */
    float: left; /* Выравнивание по левому краю */
    margin: 0 4px 2px 0; /* Отступы вокруг буквы */
}