/* общий фон */
body {
	background-image: url('images/fon.png');					/* замостить */
	margin: auto;
	width: 100%;
	}
table {
margin: 0 auto; /* Выравниваем таблицу по центру окна */
}
td {
    vertical-align: top; /* Выравнивание по верхнему краю */
   }
/* вставка шапки */
div#head {
	background: url('images/head.jpg') no-repeat center;
	height: 180px;
	width: 100%;
	}
/* вставка низа */
div#bottom {
	background: url('images/bottom.png') no-repeat center;
	height: 181px;
	margin: auto;
	width: 100%;
	}
img{
	border:0px;
	}
.img1{
	margin-top: 20px;
	}
/* текст главной страницы */
p {
	text-indent: 2em; /* Отступ первой строки */
	}
.zag1 {
	color: #ad031f;
	font-family: "Comic Sans MS";
	font-size: 20px;
	margin-left: 0px;
	text-align: center;
	font-weight: normal;
	}
.red {
	font: Arial;
	text-shadow: black 0.5px 0.5px 0.5px;
	color:#cc0000;
	font-size: 13pt;
	}
.text-t {
	color: #330066;
	font-family: "Arial";
	font-size: 15px;
	margin-left: 0px;
	text-align: justify;	
	font-weight: normal;
	}
.text-s {
	font: "Arial";
    text-shadow: black 1px 1px 1px; /* Параметры тени */
    color: red;
	font-size: 13pt;
	margin-left:50px;
	margin-top: -47px;	
	font-weight: normal;
	}
.text-s1 {
	font: "Arial";
    text-shadow: black 1px 1px 1px; /* Параметры тени */
    color: red;
	font-size: 13pt;
	margin-left:50px;
	margin-top: -55px;	
	font-weight: normal;
	}
.text-c {
	color: #ad031f;
	font-family: "Aria";
	font-size: 16px;
	margin-top: 20px;
	margin-left: 400px;
	text-align: left;
	font-weight: normal;
	}
.text-cr {
	color: #ad031f;
	font-family: "Aria";
	font-size: 16px;
	margin-top: 5px;
	text-align: right;
	font-weight: normal;
	}
.text-av {
	color:#FF4500;
	font:600 20px "Arial", "Cursive";
	margin:0px;
	text-align: center;
	padding-top: 0px;
	}
.text-bl {
	font:400 16px "Arial", "Cursive";
	color:#0000FF;
	margin:30px;
	text-align:center;
 }
.text {
	font: "Arial";
	color:#800000;
	font-size: 12pt;
	margin-left:50px;
	margin-top: -47px;	
	font-weight: normal;
	}
.text1 {
	font: "Arial";
	color:#800000;
	font-size: 12pt;
	margin-left:50px;
	margin-top: -55px;	
	font-weight: normal;
	}
.quote {
	color: #663300;
	font:400 15px "Comic Sans MS";
	}
DIV.outline {
	color: #663300;
	font:400 15px "Comic Sans MS";
	border: 2px solid red;
	padding: 0 10px;
	margin: 10 10px;
	}
DIV.outline1 {
	color: #663300;
	font:400 15px "Comic Sans MS";
	padding: 0 10px;
	margin-left: 200px;
	margin-right: 20px;
	}

/*_____________________________*/



