* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
/* Общий текст */
body, td, th {
	font: 0.83em Tahoma, sans-serif;
	color: #077;
}
p {
	text-indent: 20px;
	margin: 0px 0px 5px 0px;
}
table {
	border-collapse: collapse;
	empty-cells: show;
}
table.contenttab {
	background-color: #537b81;
	border: 1px #537b81 solid;
}
.contenttab td {
	padding: 5px;
	background-color: #F0F0F0;
	text-align: center;
}
/* Общий контейнер */
#site {
	margin: 0px auto;
	background: url('images/bg-left.gif') repeat-y;
}
#container {
	padding: 0 20px;
	background: url('images/bg-right.gif') repeat-y right;
}
/* Стиль контейнера шапки */
#header {
	background: #DDEDFA;
	height: 209px;
	margin-bottom: 2px;
}
/* Стиль логотипа */
#logo {
	float: left;
	width: 243px;
	height: 209px;
	margin-right: -243px;
}
/* Стиль строк правой части шапки */
#row {
	background: url('images/bg-ban.gif') repeat-x;
	margin-left: 243px;
}
#row1 {
	background: url('images/bg-ban.jpg') no-repeat;
	height: 70px;
	text-align: right;
}
#row2 {
	background: url('images/bg-sm.gif') repeat-x;
	height: 24px;
	padding-left: 42px;
}
#row3 {
	background: url('images/name-bg.jpg') repeat-x; 
	height: 73px; 
}
#row4 {
	background: url('images/bg-big.gif') repeat-x; 
	height: 42px; 
	padding-left: 7px;
}
/* Стиль основной части */
#main {
	float: left;
	width: 100%;
	background: url('images/bgleft.gif') repeat-y;
}
#left {
 background-color: #91CCE3;
 float: left;
 width: 251px;
 margin-right: -251px;
 text-align: center;
}
#content {
	background: url('images/top-r.gif') repeat-x;
	margin-left: 251px;
	padding: 30px 20px 0px 10px;
}
/* Ссылки общие */
a {
	color: #F92;
	white-space: nowrap;
}
a:hover {
	color: #F92;
}
/* Стиль футера */
#spacer {
	background: url('images/bottom-r.gif') repeat-x bottom;
	clear: left;
	width: 100%;
}
#menu {
	width: 100%;
	background: #DDEDFA url('images/f00.gif') repeat-x;
	height: 30px;
	text-align: center;
	line-height: 30px;
}
#copy {
	font: 11px Tahoma, sans-serif;
	background: url('images/footer.gif') repeat-x;
	float: left;
	width: 35%;
	text-align: center;
	padding: 20px 0 5px 0;
}
/* Ссылка копирайта */
#copy a {
	color: #077;
	text-decoration: none;
}
#copy img {
	margin-top: 5px;
}
#counter {
	height: 50px;
	font: 10px Tahoma, sans-serif;
	background: url('images/footer.gif') repeat-x; 
	padding: 20px 20px 5px 0;
	text-align: right; 
}
#counter a {
	color: #077;
	text-decoration: none;
}
.opaque {
	-moz-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity=40);
}
.over {
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=80);
}
/* Верхнее меню навигации */
.lnk1 {
	text-decoration: none;
	font: 0.8em Tahoma;
	color: #077;
	text-transform: uppercase;
	padding: 0px 20px 0px 30px;
	line-height: 24px;
}
.lnk1bg {
	float: left;
	background: url('images/sep-sm.gif') no-repeat left;
	height: 24px;
}
.lnk1sep {
	float: left;
	background: url('images/sep-sm.gif') no-repeat left;
	height: 24px;
	width: 10px;
}
/* Среднее меню навигации */
.lnk2 {
	text-decoration: none;
	font: bold 1.0em Tahoma;
	color: #077;
     /* padding: 0px 25px 0px 30px; */
	line-height: 42px;
}
.lnk2bg {
	float: left;
	background: url('images/sep-big.gif') no-repeat left;
	width: 140px;
	height: 42px;
	text-align: center;
}
.lnk2sep {
	float: left;
	background: url('images/sep-big.gif') no-repeat left;
	height: 42px;
	width: 13px;
}
/* Нижнее меню навигации */
.lnk3 {
	font-size: 12px;
	text-decoration: none;
	color: #077;
}
/* Заголовки */
h1 {
	font: bold 1.2em Arial;
	color: #F92;
	margin: 0px 0px 8px 0px;
}
h2 {
	font: bold 1.1em Tahoma;
	color: #F92;
	margin: 8px 0px 5px 0px;
}
h3 {
	font: bold 1.1em Tahoma;
	color: #077;
	margin: 5px 0px 3px 0px;
}
h4 {
	font: bold 1.0em Tahoma;
	color: #000;
	margin: 5px 0px 3px 0px;
}
/* Списки */
ul {
	list-style: square;
	list-style-image: url('images/list.gif');
	margin: 5px 0px 5px 0px;
}
li {
	margin: 0px 0px 0px 35px;
}
.button {
	font: bold 12px Verdana;
	background: transparent;
	color: #077;
	height: 24px;
	cursor: pointer;
	margin: 0px 2px 0px 2px;
}
.thumbnail {
  border: 2px outset #ccc;
  padding: 0.5em;
  margin: 10px 10px 0px 10px;
}
.gal {
	border: 1px solid #077;
}
.post_title, .post_date {
  border-bottom: 1px solid #DDDDDD;
  font: bold 0.9em Arial; 
}
.post_title a {
 text-decoration: none;
}
.post_date {
  text-align: right;
  width: 25%;
}
.post_short {
 text-align: justify;
 padding: 5px 0;
}
