@charset "windows-1251";
body {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #D5BFA4;
	color: #705634; 
	height:1200px;
}
header {
	width: 1256px;
	margin: 0 auto;
	background-image: url(el/logo.png);
	background-repeat: no-repeat;
	height: 200px;
	border-radius:12px 12px 0 0;
}
div.ts {
	float:left;	
	text-align: left;
	vertical-align: top;
}
td.sp { font-size:24px; text-align:center}
div.tp { 
	width:300px;
	height:200px;
	float:right;
	font-size:24px
}
address {margin-top:36px;}
nav {

}
div.kno {
	margin: auto;
	padding: 10px;
	height: 24px;
	background: #C3C38B;
	width: 88%;
	padding-left: 6px;
	font-size: 20px;
	text-align: left;
	border-radius: 6px;
	-webkit-box-shadow: 2px 2px 4px #73733B;
	box-shadow: 2px 2px 4px #73733B;
	text-shadow: 1px 1px 1px #888888;
}
div.hr {
	width: 96%;
	height: 1px;
	background: #848442;
	border-radius: 6px;
	-webkit-box-shadow: 1px 1px 2px;
	box-shadow: 1px 1px 2px;
	margin-top: 24px;
}

img.to {
	border-top: 200;
}

td.tp {
	width: 270px;
	text-align: center;
	font-size: 26px;
	color: #B6966D;
	font-family: Arial, Helvetica, sans-serif;
}

table.mid {
	width: 1256px;
	background-color: #F4F4E8;
}
td.s {
	width: 254px;
	vertical-align: top;
	text-align: center;
	background-color: #E2E2C6;
}
table.men {
	font-size: 18px;
	margin-top: 24px;
}


td.c {
	vertical-align: top;


}
h1 {
	font-size: 24px;
	color: #F50E31;
	padding-top: 20px;
}
table .texc {
	width: 700px;
	text-align: justify;
	font-size: 13px;
}

table.bot {
	width: 1256px;
	font-size: 12px;
	text-align: center;
}
td.p {
	vertical-align: top;
	background-color: #E2E2C6;
	font-size: 12px;
	width: 256px;
	text-align: center;
}
div.form {
	width: 230px;
	background-color: #D3D3A9;
	text-align: center;
	border-radius: 10px;
	-webkit-box-shadow: 2px 2px 4px;
	box-shadow: 2px 2px 4px;
	margin-top: 12px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 36px;
}
table.hr {
	background-color: #848442;
	width: 98%;
	font-size: 1px;
}
div.bann {
	width: 80%;
	margin-bottom: 24px;
	background-color: #D3D3A9;
	border-radius: 10px;
	-webkit-box-shadow: 2px 2px 4px;
	box-shadow: 2px 2px 4px;
	padding: 6px;
	font-size: 19px;
	text-shadow: 0px 0px;
	margin-top: 24px;
	color: #6A5533;
}
footer { width:1256px; background:#E2E2C6; border-radius: 0 0 12px 12px; }

a:link {
	text-decoration: none;
	color: #515128;
	padding-left: 10px;
}
a:visited {
	color: #006600;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FFDE6F;
	background-color: #CCCCCC;
	-webkit-box-shadow: 2px 2px 4px;
	box-shadow: 2px 2px 4px;
}
a.r:link    {
	color:#FF6666;
}
a.r:visited {
	color:#FF6666;
	text-decoration:none;
}
a.r:hover   { color:red; text-decoration:none; background-color:#FFDDFF; }
a.r:active  { color:red; text-decoration:none; }
