body {
    background: #EEEEEE;
    font-family: Verdana, Arial;
    font-size: 12px;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    color: #000000;
    width: 100%;
    height: 100%;

}

a {
    text-decoration:underline;
    padding: 0px;
    margin: 0px;
    color: #0A9200;
}

a:hover {
	color:#D64C01;
}


a img {
    border: 0px;
}



div {
    margin: 0px;
    padding: 0px;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

h1, h2 {
	font-family: georgia, serif;
	font-weight: normal;
	font-size: 16px;
	padding: 0;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #206d00;
}

h1 {
	font-size: 20px;
	font-weight:bold;
}

table td {
	font-family: Verdana, Arial;
    font-size: 12px;
    text-decoration: none;
   	color: #000000;
}

input, select, textarea {
	border: 1px solid gray;
	background: #FFFFFF;
}

#header {
	height: 243px;
	background: url('../_images/bg_top.jpg') top left no-repeat;
}

#mainer {
	width:1000px;
}

#main {
	width:100%;
	height:65%;
	background: url('../_images/r_left.jpg') top left repeat-y;
}

#left {
	width:183px;
	padding-left:20px;
	background: url('../_images/bg_left.jpg') top left no-repeat;
}

#right {
	padding:10px;
        width:800px;
        background: #FFFFFF;
}

#foot_r {
	height:71px;
	padding-right:10px;
	background: url('../_images/r_bot.jpg') bottom left repeat-x;
}

#search {
	position: absolute;
	margin-top:100px;
	margin-left:735px;
}

#button {
	width:90px;
	height:22px;
	position:relative;
	margin-left:20px;
	margin-top:40px;
	border:none;
	background: url('../_images/bg_button.jpg') top left no-repeat;
}

#find {
	width:130px;
	height:22px;
	border: none;
	padding-top:4px;
	background: url('../_images/bg_find.jpg') top left no-repeat;
}

#menu_top {
	position:absolute;
	top:200px;
	margin-left:210px;
	text-align:center;
	line-height:20px;
	width:780px;
	height:40px;
    font-size: 11px;
}

#menu_top a {
	margin-right:25px;
	font-weight:bold;
	text-decoration:underline;
    color: #000000;
}

#menu_top a:hover {
	color:#FFFFFF;
}

/* menu
--------------------------------------------------*/

#menu a {
         color:#000000;
}

#menu, #menu li ul {
    margin: 0;
    padding: 0;
    font: normal 12px Arial;
    list-style: none;
    width: 156px;
    left: 20px;
    top: 250px;
}

#menu li {
	margin-top:6px;
    background: url("../_images/bg_menu.gif") top left no-repeat; /* вместо bottom можно поставить -31px - получится нижняя граница под кнопочкой*/
    position: relative;
    height: 27px; /*необходимо для нормального масштабирования в Firefox*/
}

#menu li ul {
    position: absolute;
    left: 156px;
    top: 0;
    display: none;
}

#menu li ul li {
	margin-top:-1px;
}


#menu li a {
    background: url("../_images/bg_menu.gif") top left no-repeat;
    display: block;
    text-decoration: none;
    color: #000000
	width: 156px;
	height:28px;
	text-align:center;
	line-height:26px;
}

#menu li a:hover {
    color: #FFFFFF;
}

/* Holly Hack. IE Requirement \*/
* html #menu li { float: left; height: 1%; }
* html #menu li a { height: 1%; }
/* End */

#menu li:hover ul, #menu li.over ul { display: block; }
/*--------------------------------------------------*/


/* ПЛАВАЮЩИЕ КАРТИНКИ В ГАЛЕРЕЕ */
.spacer {
  clear: both;
}

.floatimg {
  width: 160px;
  padding: 10px;
  float: left;
  text-align: center;
}


/* ЗАГОЛОВКИ НОВОСТЕЙ */
h1 span {
    color: gray;
    font-size:12px;
}

#counters {
	position:absolute;
	margin-left:200px;
	margin-top:0px;
}
