body {
	font-family: Arial,Verdana;
	font-size: 95%;
	color: #333333;
	background-color: #f0f0f0;
	min-width: 760px;
	margin: 0;
	padding: 0;
}

.inp {
  border: thin solid #B5C7AD;
  font-size: 80%;
 }


#pagewrapper {
	margin: 0;
	background-color: #ffffff;
}


/*Logo and ...*/
#lb {
	border-top: 2px solid #E77919;
	border-bottom: 4px solid #000000;
}


/*Left Main Right*/

#leftcontent {
	padding: 24px 10px 12px;
	width: 180px;
	font-size: 0.75em;
	border-right: 2px dotted #E77919;
	background-color: #f0f0f0;
}

/*Main menu*/
#mm {
	font-size: 1.0em;
	font-weight: bolder;
}

#mm  td {
	border-bottom: 5px solid #ffffff;
}
	
#mm a:link {
	text-decoration: none;
	color: #513939;
}
#mm a:visited {
	text-decoration: none;
	color: #7E6560;
}
#mm a:hover, #footer a:active, #footer a:focus {
	text-decoration: none;
	color: #F48000;
}

#mn  {
	font-size: 0.75em;
}

#mn  td {
	/*border-left: 4px solid #ffffff;*/
	border-bottom: 10px solid #f0f0f0;
}

#mn a:link {
	text-decoration: none;
	color: #6F5F46;
}
#mn a:visited {
	text-decoration: none;
	color: #F4A046;
}
#mn a:hover, #footer a:active, #footer a:focus {
	text-decoration: none;
	color: #000000;
}


#maincontent {
    padding: 24px 24px 12px;
	font-size: 0.85em;
}

#maincontent  .topp {
	font-size: 0.75em;
	color: #A992BC;	
}



/*Paragraphs margins*/
#maincontent p {
	margin: 6px 0 8px;
}

/*  Страница новости */


#np .nd{
    font-size: 0.75em;
	margin: 50 10 10;
	border-bottom: 1px dotted #F48000; 
	color: #F48000;
} 
#np a {
	font-size: 0.85em;
}

/*
#np .anp:link {
	color: #6F5F46;
}
#np .anp:visited {
	color: #F4A046;
}
#np .anp:hover, #np .anp:active, #np .anp:focus {
	color: #000000;
}
*/



/*Style attributes common to all level 1-4 headings*/
h1, h2, h3, h4 {
	margin: 0;
	line-height: normal;
	color: #6F5F46;
	
}
/*Style attributes specific to all level 1 headings*/
h1 {
	border-bottom: 1px solid #686868;
	font-size: 1.6em;
	BACKGROUND: url(img/m2.gif);
	color: #ffffff;
	PADDING-LEFT: 25px;
}
/*Style attributes specific to all level 2 headings*/
h2 {
	font-size: 1.4em;
	margin: 30px 0 0;
}
/*Style attributes specific to all level 3-4 headings*/
h3 {
	font-size: 1.25em;
	margin: 24px 0 0;
}

h4 {
	border-bottom: 1px solid #686868;
	font-size: 1.0em;
	BACKGROUND: url(img/m3.gif);
	color: #ffffff;
}

#maincontent a:link {
	text-decoration: none;
	color: #6F5F46;
}
#maincontent a:visited {
	text-decoration: none;
	color: #A992BC;
}
#maincontent a:hover, #footer a:active, #footer a:focus {
	text-decoration: none;
	color: #000000;
}



#rightcontent {
	padding: 24px 10px 12px;
	width: 160px;
	font-size: 0.75em;
	font-weight: bolder;
	border-left: 2px dotted #E77919;
	background-color: #f0f0f0;
}



/*Footer styles.*/
#footer {
	padding: 12px 24px;
	font-size: 0.75em;
	border-top: 2px solid #E77919;
	color: #CA5E4B;
	background-color: #ececec;
}
#footer a:link {
	color: #A992BC;
}
#footer a:visited {
	color: #A992BC;
}
#footer a:hover, #footer a:active, #footer a:focus {
	color: #000000;
}

