body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	
	background: #4E5869;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #4E5869;

	float: none;
}

hr {
	color: #FFD85D;
	box-shadow: 0px 0px;
	background-color: #FFD85D;
	height: 1px;
	border-width: 0px; /* убрать рамки вокруг элемента */
	-webkit-box-shadow: 0px 0px;
	top: 15px;
	bottom: 15px;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px; 
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	background-color: #FFFAEA;
	border-radius: 10px;
}

a img {
	border: none;
	background-color: #FFFAEA;
}

a:link {
	color: #0000FF;
}
a:visited {
	color: #0055FF;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	text-align: justify;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #F9F9E1;
	background-color: #FFFF66;
	text-align: justify;
	border-radius: 3px;
	background:url(http://sevsait.com/img/bg-button.gif) top left repeat-x;
}

.container {
	overflow-x: hidden;
	border: 1px solid #FFD85D;
	width: 80%;
	float: none;
	max-width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
	background-color: #FFFAEA;
	text-align: center;
	top: 2px;
	border-radius: 13px;
}


.content {
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
	float: none;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}

.fltrt {
	float: right;
	margin-left: 8px;
	padding-right: 15px;
	border-radius: 5px;
}
.fltlft {
	float: left;
	margin-right: 8px;
	padding-left: 15px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
page{
	margin: 0 auto;
	padding: 20px 0;
	width: auto;
	text-align: center;
	position: inherit;
}

.page ul li{
	display:inline-block;
	float:none;
	text-align: center;
	margin-left: 20px;
}
.page li:first-child, li.first-child {
 margin: 0; /* убираем отступ у первого элемента, чтобы было дейсвительно по середине */
}
* html .parent li {
 z-index: expression( /* оптимизированный expression, который сработает только при загрузке страницы */
 runtimeStyle.zIndex = 1,
 this == parentNode.firstChild ? (className += " first-child") : 0 
 )
}
.page ul li a{
	display:inline-block;
	height:30px;
	padding:0 20px;
	float:left;
	text-transform: uppercase;
	font:60%/30px Helvetica,"microsoft sans serif",arial,sans-serif;
	color:#fff;
	text-decoration:none;
	text-align:center;
}
.page ul li a:hover,
.page ul li.active a{
	background:url(http://sevsait.com/img/bg-button.gif) top left repeat-x;
}
.page ul{
	list-style:none;
	text-align: center;
	width:30;
	height:30px;
	background:#000 url(http://sevsait.com/img/bg-nav.jpg) top left repeat-x;
}
#tabl1 {
	color: #F00;
	background-color: #FFF;
}
#tabl1 p {
	font-weight: bold;
}
div.nomargin{	/* nomargin класс */
  margin-right:0px;
}
#red {
	color: #F00;
}
.imgstring {
	position: relative;
	border-radius: 15px;
	background-color: #FFF5D6;
	width: 98%;
	border: 1px solid #FFD85D;
	-webkit-box-shadow: 0px 0px 5px #CCC;
	box-shadow: 0px 0px 5px #CCC;
}
.imgstring img {
	cursor: pointer;
	width: 140px;
	height: 112px;
	border-radius: 10px;
	margin-top: 5px;
	margin-bottom: 3px;
}
.TexDiv {
	border: 1px solid #FFD85D;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #FFF5D6;
	font-size: small;
	margin-top: 8px;
	margin-bottom: 30px;
	border-radius: 15px;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	}
.TexDiv2 {
	border: 1px solid #FFD85D;	
	margin-left: 3px;
	margin-right: 3px;
	background-color: #FFF9E6;
	font-size: small;
	padding-top: 10px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-radius: 15px;
	text-indent: 30px;
	text-align: justify;
	}

.zagH3 {
	font-size: small;
	}
.knopki {
	padding-top: 5px;
	}
.fototitle
{
	position: relative;
	box-shadow: 0px 0px 3px #3A2DE4;
	z-index: 0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	text-align: center;
	background-color: #FFFAEA;
	-webkit-box-shadow: 0px 0px 5px #3A2DE4;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
