﻿html, body, iv, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	ertical-align: baseline;
}

:focus {
	outline: 0;
}
body {
	ine-height: 1;
	color: black;
	background: white;
	font-family: "Trebuchet MS" ;
}

ol, ul {
	list-style: none;
	padding: 0;
	border:0px;
	margin:0px;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.data {
	font-weight: bold ;
	border-bottom: 1px black dotted ;
	width: 200px;
	margin: 20px 20px;
	padding-bottom: 5px;  
	text-align: center ;
}

body {


	margin: 0;

}
table{
border:0px; /* border="0" */
border-collapse:collapse; /* cellspacing="0" */
padding: 0px;
}

table td{
padding:0px; /* cellpadding="0" */
}

table tr{
padding:0px; /* cellpadding="0" */
}
/*шапочка */

#conteiner {
	 position:absolute;
	 left: 50%;
	 margin-left: -473px;
	 width:946px;
	 m_argin-top:35px;
}
#masthead {
	height:148px;
	width: 946px;


}
#logo_1 {
	float: left;
	background: #FFFFFF url('i/logo.jpg') no-repeat;
	height: 113px;
	width: 275px;
	margin-top:20px;
	margin-left:23px;
}

#logo_2 {
	float:left;
	background:white url('i/logo1.jpg') no-repeat;
	width:227px;
	height: 145px; 
 	margin-left: 146px;	
}
#text_logo {
		float:right;
		width:250px;
		margin-left: 3px;
		ma_rgin-top:20px;
		
}
/* закончили шапочку */

/* это отвечает за синюю полосочку в шапке и футере */
#polosa {

	width: 946px;
	height: 3px;
	background: #79c238;

	
}
/* навигация */
#nav {
	position: absolute;
	margin-top: -62px;
	width:964px;
	height:30px;
}
ul#navlist {
	margin-left: 23px;
	padding-left: 0px;
	white-space:nowrap;
}
#navlist li {
	display:inline;
	list-style:none;
}
#navlist a {
	padding: 3px 10px;
}
#navlist a:link, #navlist a:visited {
	color:#79c238;
	font-weight: 800;
	b_ackground-color:#003cfd;
	text-decoration:none;
}
#krochka{
	position: absolute;
	margin-top: -35px;
	margin-left: 23px;
	height:30px;
	color: #79c238;
	font-size: 9pt;
}
#krochka_m{
	margin-top: 15px;
	height:30px;
	color: #003cfd;
	font-size: 9pt;
}
/* не используется
#_otklucheno_navlist a:hover {
	color:orange;
	background-color:yellow;
	text-decoration:none;
}
*/

/* закончили издевки над навигацией */

/* контент */

#content_conteiner{
	width:946px;
	margin-top:65px;
}

#content {
	float:left;
	width:600px;
	margin-left: 23px;
	padding-right: 22px;
	border-right: 1px #79c238 dashed;
}

/* закончили с контентом */
	
/* пошла левая колонка */
#left_col {
	float:right;
	width:272px;
	margin: 0 5px 0 23px;



}
	/* тут пошли пункты в левой колонке */
#menu_1 { /* отвечает за пункт контакты */
	background:white url('i/menu_1.jpg') no-repeat;
	width:272px;
	height:45px;
	padding-bottom:15px;
}
#menu_2 { /* отвечает за отображение мыльца */
	background:white url('i/menu_2.jpg') no-repeat;
	width:272px;
	height:45px;
	margin: 15px 0;

}
/* Этот пункт не используется, оставляю на всяк случай.
Раньше это безобразие выводило маленькую картинку перед выводом карты.
#menu_3 {
	background:white url('i/menu_3.jpg') no-repeat;
	width:272px;
	height:45px;
	margin: 15px 0;
}
*/

#menu_4 { /* отвечает за пункт статей */
	background:white url('i/menu_4.jpg') no-repeat;
	width:272px;
	height:45px;
	margin: 15px 0;
}

/* закончили с левой колонкой и контентом */

/* собственно футер */
#foter {
	background:white url('i/foter.jpg') no-repeat;
	clear: both;
	width: 1000px;
	height: 126px;
	ma_rgin-bottom:10px;
	margin-left: -30px;
	pa_dding-top: 20px;

}
/* собственно со структурой сайта покончено */

/* а тут пошли всякие приблуды и украшательства */
#blok_st { /* это полосочки меж названиями статей в левой колонке */
	margin-top: 10px;
	padding-top: 3px;
	border-top: 1px #79c238 dashed;
}
#stat_index {
border-bottom: 1px #79c238 dashed;
padding-bottom: 10px;
}

/* тута идут приблуды для контента */
#content p {
text-indent: 30px;
text-align: justify;
}
#content h1 {
text-indent: 50px;
font-size: 14pt;
margin: 0px 0 15px 0;
}
#content p:first-letter {
font-size: 14pt ;
font-family: Times New Roman;
font-weight: bold;
}
#content hr{
color: #003cfd;
}
#content a{
color: #79c238;
}
#content h2{
font-weight: bold;
margin: 20px 0 10px 0;
}
/* приблуды для таблички */
#content table {
font-size: 9pt;
width: 600px;
}
#content td, tr {
text-align: center; 
padding:8px;
}
#content tr {
border-top: 1px solid black;
}
/* а тут пойдут приблуду для левой колонки */

/* собственно впервые попытался закоментить файлик... прям как по букварю */