HTML, BODY {
      	   margin : 0;
       	   padding: 0;
    	   font-family : Arial,Tahoma, Helvetica, sans-serif;
       	   font-size: 12;
       	   background-color: #FFFFFF;
		   color: #171717;
		   width:100%;
		  height:100%;
}

body {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
}

P {
	margin: 0;
	margin-bottom: 8;
	font-size: 10pt;
}

LI {
	font-size: 10pt;
}

H3 {
	color: #81342E;
	font-size: 12pt;
	font-weight: bold;
}

H2 {
	font-size: 16pt;
}
A {
	
}
A:hover {
	text-decoration: none;
}

#main {
	width: 780;
	height: 100%;
	background-image: url(/images/bg01.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: left;
}

#logo {
	float: left;
	margin-top: 10;
	margin-right: 10;
}

#top {
	float: right;
	width: 300;
	padding-top: 10;
}

#info {
	padding-top: 10;
	padding-left: 10;
}

#info H1 {
	font-size: 10pt;
	margin: 0;
	font-weight: normal;
}


#about {
	float: right;
	width: 400;
	border-left-color: #3D7A3A;
	border-left-width: 5;
	border-left-style: solid; 
	padding-left: 15;
}

/* элементы верхнего меню */
.top_menu A{
	padding-left: 20;
	padding-right: 20;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 8pt;
	color: #171717;
}

.top_menu SPAN {
	padding-left: 20;
	padding-right: 20;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 8pt;
	color: #171717;
}

.top_menu A:hover {
	text-decoration: none;
}

.date {
	font-size: 9pt;
	color: #39763B;
	font-style: italic;
}

.top_menu {
	padding: 5
}
.top_menu .active {
	background-color: Gray;
}

/* Для каждого пункта меню делаю картинку бекраундом*/
.top_menu #i_home {
	background-image: url(/images/i-home.gif);
	background-repeat: no-repeat;
}

.top_menu #i_sitemap {
	background-image: url(/images/i-sitemap.gif);
	background-repeat: no-repeat;
}

.top_menu #i_contacts {
	background-image: url(/images/i-contacts.gif);
	background-repeat: no-repeat;
}

#phone {
	font-size: 10pt;
	margin-top: 30;
	text-align: right;
}
#phone #number {
	color: #39763B;
	font-size: 14pt;
	font-weight: bold;
	display: inline;
}

#menu {
              width: 100%;
              height: 30;
			  background-color: 90402E;
			  border-color: #C9C9C9;
			  border-width: 1;
			  border-style: solid;
			  color: #FAFF7D;
		    font-size: 10pt;
			  color: white;
			  margin-top: 10;
			  vertical-align: middle;
			  font-weight: bold;
}

#menu UL {
	margin: 5;
	padding: 0;
}
#menu LI {
	display: inline;
	margin: 0;
	padding: 0;
	word-spacing: 2;
}

#menu A {
             /*padding-left: 10;
           	 padding-right: 10;
           	 padding-top:5;*/
             font-family : Arial,Tahoma, Helvetica, sans-serif;
             font-size: 10pt;
             color: #FAFF7D;
             text-decoration: none;
             font-weight: bold;
}
#menu A:hover {
           	text-decoration: underline;
          	color: white;
}

#head {
	border-color: #39763B;
	border-style: solid;
	border-width: 1;
	margin-top: 10;
}

.submenu  A {
	font-size: 10pt;
	color: #FAFF7D;
	text-decoration: none;
}

.submenu A:hover {
	text-decoration: underline;
	color: white;
}

.submenu H2 {
	font-size: 11pt;
	font-weight: bold;
	margin: 5;
	margin-left: 15;
	color: white;
}

#news {
	width: 240;
}

#news #content{
	padding-left: 15;
}

#contacts {
	font-size: 9pt;
	line-height: 13pt;
	float: right;
}

A.link1 {
	font-family : Arial,Tahoma, Helvetica, sans-serif;
    font-size: 13;
	text-decoration: none;
	font-weight: bold;
	color: #003372;
}

A.link1:hover {
	text-decoration: underline;
	color: #9F2200;
}

A.link2 {
	font-family : Arial,Tahoma, Helvetica, sans-serif;
    font-size: 14;
	text-decoration: none;
	font-weight: bold;
	color: #003372;
}

A.link2:hover {
	text-decoration: underline;
	color: #9F2200;
}

A.doc {
	background-image: url(/images/doc.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding:1;
	padding-left: 20;
	
}

#help {
	background-image: url(/images/help.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 0;
	padding-left: 20;
}

A.map {
	padding-left: 15;
	background-image: url(/images/i-map.gif);
	background-repeat: no-repeat;
}

#content_main {
	  height: 310;
}

