@charset "utf-8";
/* CSS Document */


a
{
	font: Verdana;
	color: white;
	outline: none;
	text-decoration: none;
}
a:hover
{
	font: Verdana;
	color: red;
	text-decoration: none;
}
img
{
	border: none;
}
/********************* ***********************/

body
{
	background-image: url(img/fon.gif);
	background-position: center top;
	background-repeat: repeat-x;
	font-family: Verdana;
	margin:0px;
	padding:0px;
	text-align: center;
}
#root
{
	width: 846px;
	margin: auto;
	padding : 0px;
	background-color: #eaefe8;
	border-color: #327439;
	border-style: solid;
	border-width: 3px;
	border-top-width: 0px;
	border-bottom-width: 0px;
}
#header
{
	width: 100%;
	height: 172px;
	background-image: url(img/header.jpg);
	border: solid #327439;
	border-width: 2px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
}
#content
{
	width: 100%;
	background-image: url(img/contfon.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#foot
{
	width: 100%;
	height: 120px;
}
#footer
{
	background-image: url(img/footer.gif);
	background-repeat: repeat-x;
	text-align: center;
	clear: both;
	width: 100%;
	height: 56px;
	border: solid #327439;
	border-width: 2px;
	border-top-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
}
/********************* ***********************/
.zagolovok
{
	color: #721951;
}
p
{
	margin: 8px;
    margin-top: 0px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 11pt;
	color: #1d4e22;
	text-align : justify;
}
ul
{
	list-style-image: url(img/triang.gif);
}
li
{
	margin-top: 10px;
	color: #000000;
    font-size: 8pt;
}
.mini
{

    margin: 0 auto;
    color: white;
	font-size: 8pt;
	text-align : left;
}