body {
  font-family: Verdana, Tahoma, Helvetica, sans-serif;
  font-size: 12px;
}

a {
  color: #003366;
}

div {
  border: 0px Black solid;
}

img {
  margin: 5px;
}

#page {
  margin: 0 auto;
  text-align: left;
}

#site_header {
  height: 107px;
  width: 100%;
  background-image: url(images/bg.gif) 
}
#site_main {
  width: 100%;
}
#site_left {
  width: 200px;
  height: 300px;
  top: 0px;
  left: 0px;
  float: left;
  vertical-align: top;
}
#site_right {
  top: 0px;
  margin: 0 0 0 200px;
  padding: 2px 10px 10px 10px;
}
#site_footer {
  margin: 0px;
}

.mmenu_table {
  border: 0px;
  width: 200px;
}
.mmenu_b
{
  width: 190px;
  margin-top: 2px;
  margin-bottom: 2px;
  background-color: #c4e1ff;
}
.mtext {
  font-size: 14px;  
  font-weight: bold;
}
.mDate {
	font-size: 10px;
	font-weight: bold;
	color: Black;
}
.titTitle {
  font-size: 14px;
	font-weight: bold;
	color: White; 
}
.titDate {
	font-size: 10px;
	font-weight: bold;
	color: White;  
}
.titText {
	font-size: 12px;
	color: Black;  
}
.pagination a {text-decoration:underline;} /*подчеркивание ссылок*/
.pagination a:hover {text-decoration:none;} /*убрать подчеркивание ссылок при наведении*/
.pagination .ditto_currentpage {border:1px solid #003366; padding: 1px 3px; margin:2px;  font-weight:bold; } /*оформление текущей страницы: цвет текста, цвет фона, цвет и ширина границы, размер отступов, текст жирным шрифтом*/
.pagination .ditto_previous_link, .pagination .ditto_next_link{margin:0 10px;} /*отступы для ссылок «далее» и «назад»*/
.pagination .ditto_page{ padding: 2px 5px;}/* отступы для номеров страниц*/
