/* Прижимаем футер к низу */
html, body {
  margin:0;
  padding:0;
  width:100%;
  height:100%;
}
#page {
  position: relative;
  min-height: 100%;
}
* html #page {
  height: 100%;
}


/* Сброс стилей */
a, img { outline: none; }
* { margin:0px; padding:0px;}

/* Настройка тегов */
body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ebe8d9;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	text-decoration: underline;
	color: #820000;
}
a:hover {
	text-decoration: none;
}
p {}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
	text-transform: uppercase;
	padding-bottom: 5px;
}
h3 {
	font-size: 12px;
	text-transform: uppercase;
	padding-bottom: 5px;
}
.clear { clear:left;}

/* Фон сайта */
#page {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;

}

#page #header {
	height: 206px;
}


#page #header .logo {
	position: absolute;
	left: 0px;
	top: 29px;
}
#page #header .avtor-list {
	position: absolute;
	left: 325px;
	top: 45px;
	width: 675px;
}
#page #header .avtor-list li {
	list-style-type: none;
	font-size: 14px;
	width: 220px;
	float: left;
}
#page #header .avtor-list li+li {
	margin-left: 5px;
}
#page #header .avtor-list li a {
	color: #000;
	text-decoration: none;
}
#page #header .avtor-list li a:hover {
	text-decoration: underline;
}
#page #header .avtor-list li img {
	float: left;
	margin-right: 5px;
}
#page #header .avtor-list li span {
	display: block;
	overflow: hidden;
	padding-top: 10px;
}


#page #header .menu1 {
	position: absolute;
	width: 1000px;
	left: 0px;
	top: 149px;
	background-color: #2f2c2d;
	height: 23px;
}
#page #header .menu1 li {
	float: left;
	list-style-type: none;
}
#page #header .menu1 li a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	display: block;
	height: 20px;
	padding-top: 3px;
	padding-right: 23px;
	padding-left: 23px;
}
#page #header .menu1 li a:hover,
#page #header .menu1 li.current a {
	background-color: #820000;
}
#page #header .menu2 {
	position: absolute;
	width: 1000px;
	left: 0px;
	top: 177px;
	background-color: #2f2c2d;
	height: 23px;
}
#page #header .menu2 .soc {
	position: absolute;
	top: 0px;
	right: 12px;
}
#page #header .menu2 .soc dd {
	float: left;
	margin-right: 3px;
	padding-top: 2px;
}

#page #header .menu2 li {
	float: left;
	list-style-type: none;
}
#page #header .menu2 li a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	display: block;
	height: 20px;
	padding-top: 3px;
	padding-right: 23px;
	padding-left: 23px;
}
#page #header .menu2 li a:hover,
#page #header .menu2 li.current a {
	background-color: #820000;
}

#page .article {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #820101;
	margin-bottom: 6px;
}
#page .article .top {
	font-size: 14px;
	color: #fff;
	background-color: #820000;
	text-transform: uppercase;
	padding-right: 175px;
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 24px;
}
#page .article .top a {
	color: #fff;
	text-decoration: none;
	margin-right: 55px;
}
#page .article .top a:hover {
	color: #000;
}
#page .article .top .date {
	text-transform: none;
	position: absolute;
	top: 4px;
	right: 15px;
}
#page .article .bottom {
	background-color: #fff;
	padding-top: 17px;
	padding-right: 12px;
	padding-bottom: 25px;
	padding-left: 12px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #b0a188;
	border-bottom-color: #b0a188;
	border-left-color: #b0a188;
	position: relative;
}
#page .article .bottom .path-left {
	float: left;
	width: 621px;
	
}
#page .article .bottom .path-left .title {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	padding-left: 12px;
}
#page .article .bottom .path-left .title a {
	color: #000;
	text-decoration: none;
}
#page .article .bottom .path-left .title a:hover {
	text-decoration: underline;
}
#page .article .bottom .path-left .date {
	font-size: 11px;
	text-transform: uppercase;
	color: #84342d;
	padding-top: 3px;
	padding-left: 12px;
}
#page .article .bottom .path-left .txt {
	font-size: 12px;
	line-height: 14px;
	padding-top: 18px;
	text-align: justify;
	width: 601px;
	margin-left: 12px;
}
#page .article .bottom .path-left .txt p {
	padding-bottom: 15px;
	clear: both;
}
#page .article .bottom .path-left .txt ul,
#page .article .bottom .path-left .txt ol  {
	margin-bottom: 15px;
	margin-left: 20px;
}
#page .article .bottom .path-left .txt ul li {
	list-style-type: square;
}
#page .article .bottom .path-left .txt li+li {
	margin-top: 5px;
}

#page .article .bottom .path-left .txt img {
	border: 1px solid #b0a188;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
#page .article .bottom .path-left .meta {
	height: 14px;
}
#page .article .bottom .path-left .meta .gg {
	float: left;
	font-style: italic;
	padding-left: 12px;
}
#page .article .bottom .path-left .meta .print {
	float: right;
}
#page .article .bottom .path-left .meta .print a {
	text-decoration: none;
	font-style: italic;
}
#page .article .bottom .path-left .meta .print a:hover {
	text-decoration: underline;
}



#page .article .bottom .path-right {
	float: left;
	width: 331px;
	padding-left: 22px;
	padding-bottom: 20px;
}
#page .article .bottom .path-right li {
	list-style-type: none;
	margin-bottom: 5px;
	background-image: url(/img/path-right-li.png);
	background-repeat: no-repeat;
	background-position: right top;
	color: #0a0a0a;
	font-size: 11px;
	line-height: 14px;
}
#page .article .bottom .path-right span {
	background-image: url(/img/path-right-span.png);
	background-repeat: no-repeat;
	display: block;
	height: 94px;
	width: 252px;
	padding-top: 10px;
	padding-right: 23px;
	padding-left: 56px;
	background-position: 0px -300px;
}
#page .article .bottom .path-right li+li+li span {background-image: url(/img/path-right-span2.png);}
#page .article .bottom .path-right li:hover  span {
	background-position: 0px 0px;
	color: #fff;
}
#page .article .bottom .path-right strong {
	font-size: 12px;
	font-weight: bold;
	color: #820000;
	display: block;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
#page .article .bottom .path-right li:hover strong {
	color: #fff;
}
#page .article .bottom .path-right .more-news {
	width: 277px;
	margin-top: 52px;
	margin-left: 45px;
}
#page .article .bottom .path-right .more-news .name {
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	background-color: #2f2c2d;
	background-image: url(/img/more-news.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	height: 19px;
	padding-top: 4px;
	padding-left: 15px;
	margin-bottom: 19px;
}
#page .article .bottom .path-right .more-news dl+dl {
	margin-top: 15px;
}
#page .article .bottom .path-right .more-news dt {
	background-image: url(/img/more-news.gif);
	background-repeat: repeat-y;
	padding-left: 15px;
	font-size: 11px;
	text-transform: uppercase;
	color: #84342d;
}
#page .article .bottom .path-right .more-news dt a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#page .article .bottom .path-right .more-news dt a:hover {
	text-decoration: underline;
}

#page .article .bottom .path-right .more-news dd {
	font-size: 11px;
	color: #0a0a0a;
	padding-left: 15px;
}
#page .article .bottom .path-right .soc {
	position: absolute;
	right: 15px;
	bottom: 25px;
}



#page .group1 {
	margin-bottom: 12px;
}
#page .group1 .name {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	height: 20px;
	padding-top: 4px;
	padding-left: 24px;
}

#page .group1 .box {
	background-color: #fff;
	float: left;
	width: 243px;
	border: 1px solid #9f8e72;
	-webkit-box-shadow: 1px 1px 3px #c6c3b6; 
	-moz-box-shadow: 1px 1px 3px #c6c3b6; 
	box-shadow: 1px 1px 3px #c6c3b6;
}
#page .group1 .box+.box {
	margin-left: 6px;
}
#page .group1 .box+.box+.box {
	margin-left: 7px;
}
#page .group1 .box img {
	float: left;
	margin-right: 10px;
}
#page .group1 .box a {
	font-size: 13px;
	color: #000;
	text-decoration: none;
}
#page .group1 .box a:hover {
	text-decoration: underline;
}
#page .group1 .box span {
	padding-top: 10px;
	padding-right: 10px;
	display: block;
}
#page .baner {
	background-color: #820000;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 9px;
}
#page .baner img {
	max-width:1000px;
}
#page .menu3 {
	background-color: #2f2c2d;
	height: 23px;
}
#page .menu3 li {
	float: left;
	list-style-type: none;
}
#page .menu3 li a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	display: block;
	height: 20px;
	padding-top: 3px;
	padding-right: 13px;
	padding-left: 13px;
}
#page .menu3 li a:hover,
#page .menu3 li.current a {
	background-color: #820000;
}
#page #content {
	background-image: url(/img/content.gif);
	background-repeat: repeat-x;
	padding-bottom: 150px;
}
#page #content .colleft {
	float: left;
	width: 242px;
	padding-bottom: 50px;
}
#page #content .colleft .avtors {
	margin-bottom: 25px;
}
#page #content .colleft .avtors .name {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	height: 20px;
	padding-top: 4px;
	padding-left: 24px;
	margin-bottom: 14px;
}
#page #content .colleft .avtors li {
	list-style-type: none;
}
#page #content .colleft .avtors li a {
	display: block;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 24px;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	font-style: italic;
}
#page #content .colleft .avtors li a:hover {
	text-decoration: underline;
}
#page #content .colleft .avtors li.odd a {
	background-color: #b5a78d;
}
#page #content .colleft .search {
	margin-bottom: 40px;
}
#page #content .colleft .search .input {
	height: 20px;
	padding-right: 5px;
	padding-left: 5px;
	width: 224px;
	background-image: url(/img/search-input.gif);
	background-repeat: no-repeat;
	margin-bottom: 4px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#page #content .colleft .search .submit {
	color: #fff;
	background-color: transparent;
	height: 18px;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor:pointer;
	font-size: 11px;
	font-weight: bold;
	text-transform: lowercase;
	background-image: url(/img/search-button.png);
	background-repeat: no-repeat;
	width: 107px;
	text-align: left;
}
#page #content .colleft .search .submit:hover {
	color: #000;
}


#page #content .colmiddle {
	float: left;
	width: 492px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #fff;
	background-image: url(/img/content.gif);
	background-repeat: repeat-x;
	padding-bottom: 25px;
}
#page #content .colmiddle .name {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	height: 20px;
	padding-top: 4px;
}
#page #content .colmiddle .post-cat {
	padding-top: 13px;
	}
#page #content .colmiddle .post-cat+.post-cat {
	margin-top: 7px;
	
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #820000;
}
#page #content .colmiddle .post-cat .title {
	clear: both;
	padding-bottom: 5px;
	text-transform: uppercase;
	
}
#page #content .colmiddle .post-cat .title a {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
}
#page #content .colmiddle .post-cat .title a:hover {
	text-decoration: underline;
}
#page #content .colmiddle .post-cat .title img {
	float: left;
	margin-right: 6px;
	position: relative;
	top: 2px;
}

#page #content .colmiddle .post-cat .meta {
	clear: both;
	font-size: 11px;
	text-transform: uppercase;
	padding-bottom: 5px;
	
}
#page #content .colmiddle .post-cat .meta a {
	color: #820000;
	text-decoration: none;
}
#page #content .colmiddle .post-cat .meta a:hover {
	text-decoration: underline;
}
#page #content .colmiddle .post-cat .txt {
	font-size: 12px;
	line-height: 15px;
	padding-bottom: 12px;
	text-align: justify;
}
#page #content .colmiddle .post-cat .txt img {
	float: left;
	margin-right: 10px;
}
#page #content .colmiddle .post-cat .readmore {
	padding-left: 7px;
}
#page #content .colmiddle .baner2 {
	padding-top: 6px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #820000;
	margin-top: 8px;
}
#page #content .colmiddle .preview {
	position: relative;
	left: -10px;
}
#page #content .colmiddle .post {
	padding-bottom: 11px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #820101;
	margin-bottom: 15px;
}
#page #content .colmiddle .post .title {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #820101;
	padding-top: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	clear: both;
	padding-bottom: 5px;
	text-transform: uppercase;
}


#page #content .colmiddle .post .title img {
	float: left;
	margin-right: 6px;
	position: relative;
	top: 2px;
}

#page #content .colmiddle .post .meta {
	clear: both;
	font-size: 11px;
	text-transform: uppercase;
	padding-bottom: 15px;
	
}
#page #content .colmiddle .post .meta a {
	color: #820000;
	text-decoration: none;
}
#page #content .colmiddle .post .meta a:hover {
	text-decoration: underline;
}
#page #content .colmiddle .post .meta {
}
#page #content .colmiddle .post .meta a {
}
#page #content .colmiddle .post .text {
}
#page #content .colmiddle .post .text img {
	max-width:492px !important;
	height: auto !important;
}

#page #content .colmiddle .post .text p {
	margin-bottom: 15px;
}
#page #content .colmiddle .post .text ul,
#page #content .colmiddle .post .text ol {
	margin-bottom: 15px;
	margin-left: 20px;
}
#page #content .colmiddle .post .text ul li {
	list-style-type: square;
}
#page #content .colmiddle .post .text li+li {
	margin-top: 5px;
}
#page #content .colmiddle .post .soc-button {
	text-align: right;
	vertical-align: baseline;
	padding-top: 20px;
}
#page #content .vid2 {
	margin-left: 24px;
	margin-top: 25px;
	margin-bottom: 0px!important;
}
#page #content .vid2 .name {
	margin-bottom: 12px;
}
#page #content .related {
	margin-bottom: 15px;
}
#page #content .related .name {
	font-size: 12px;
	text-transform: uppercase;
	color: #820000;
}
#page #content .related dl {
	margin-bottom: 4px;
}
#page #content .related dl a {text-decoration: none;}
#page #content .related dl a:hover {
	text-decoration: underline;
}
#page #content .related dt {
	display: inline;
}
#page #content .related dd {
	display: inline;
}
#page #content .related dd:before { content:" // "; }
#page #content .related dt a {
	font-size: 12px;
	text-transform: none;
	color: #000;
	
}
#page #content .related dd a{
	text-transform: uppercase;
}
#page #content .related li {
	list-style-type: none;
	margin-bottom: 4px;
}
#page #content .related li span {
	text-transform: uppercase;
	color: #820000;
	margin-right: 5px;
}
#page #content .related li a {
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
#page #content .related li a:hover {
	text-decoration: underline;
}











#page #content .colright {
	float: left;
	width: 245px;
	
}
#page #content .colright .sidebar {
	margin-bottom: 8px;
}
#page #content .colright .sidebar .name {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	height: 20px;
	padding-top: 4px;
	padding-left: 23px;
	background-image: url(/img/content.gif);
	background-repeat: repeat;
}
#page #content .colright .sidebar .name2 {
	color: #ebe8d9;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;	
	height: 18px;
	padding-top: 4px;
	padding-left: 23px;
	background-image: url(/img/content.gif);
	background-repeat: repeat;
}

#page #content .colright .sidebar .txt {
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #811517;
	border-left-color: #811517;
	padding-top: 10px;
	padding-left: 23px;
	padding-bottom: 14px;
}
#page #content .colright .sidebar .txt strong {
	display: block;
	margin-right: 23px;
	margin-bottom: 12px;
}
#page #content .colright .sidebar .txt .list {
	margin-right: 23px;
}
#page #content .colright .sidebar .txt .list dd {
	margin-left: 13px;
}
#page #content .colright .sidebar .txt .list dd+dd {
	margin-top: 8px;
}
#page #content .colright .sidebar .txt .list .radio {
	margin-right: 10px;
}
#page #content .colright .sidebar .txt .list .capcha {
}
#page #content .colright .sidebar .txt .list .capcha input {
	height: 21px;
	width: 41px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	margin-right: 34px;
	position: relative;
	top: 19px;
	background-color: transparent;
	background-image: url(/img/vote-input.png);
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#page #content .colright .sidebar .txt .list .capcha img {
	border: 1px solid #000;
}
#page #content .colright .sidebar .txt .list .button {
	height: 18px;
	width: 190px;
	position: relative;
	left: -15px;
}
#page #content .colright .sidebar .txt .list .button button {
	color: #fff;
	background-color: transparent;
	height: 18px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor:pointer;
	float: left;
}

#page #content .colright .sidebar .txt dl {
}
#page #content .colright .sidebar .txt dt {
	clear: both;
	overflow: hidden;
	margin-right: 50px;
	font-size: 16px;
	font-weight: bold;
	color: #820000;
}
#page #content .colright .sidebar .txt dt img {
	float: right;
	width: 77px;
}
#page #content .colright .sidebar .txt dt a {
	font-size: 16px;
	font-weight: bold;
	color: #820000;
	text-decoration: none;
	display: block;
}
#page #content .colright .sidebar .txt dt a:hover span{
	text-decoration: underline!important;
}
#page #content .colright .sidebar .txt dt a span {
	float: left;
	display: block;
	width: 68px;
	padding-top: 35px;
}
#page #content .colright .sidebar .txt dd.nn  {
	padding-right: 40px;	
}
#page #content .colright .sidebar .txt dd a {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#page #content .colright .sidebar .txt dd a:hover {
	text-decoration: underline;
}
#page #content .colright .sidebar .txt2 {
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #811517;
	border-left-color: #811517;
	padding-top: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #811517;
}
#page #content .colright .sidebar .txt2 .news {
	padding-left: 23px;
	padding-bottom: 10px;
	padding-right: 40px;
}
#page #content .colright .sidebar .txt2 .news strong {
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}
#page #content .colright .sidebar .txt2 .readmore {
	background-color: #ddd4be;
	text-align: right;
	height: 17px;
	padding-top: 2px;
	padding-right: 15px;
}
#page #content .colright .sidebar .txt2 .readmore a {
	font-size: 11px;
	font-style: italic;
	color: #000;
	background-image: url(/img/readmore.png);
	background-repeat: no-repeat;
	background-position: right 4px;
	padding-right: 25px;
	text-decoration: none;
}
#page #content .colright .sidebar .txt2 .readmore a:hover {
	color: #820000;
	}
#page #content .colright .sidebar-avtor {
	padding-top: 25px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #811517;
	border-left-color: #811517;
}
#page #content .colright .sidebar-avtor .name {
	padding-right: 15px;
	padding-left: 15px;
	clear: both;
	height: 125px;
	padding-top: 5px;
}
#page #content .colright .sidebar-avtor .name img {
	float: left;
	margin-right: 10px;
}
#page #content .colright .sidebar-avtor .name a {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
#page #content .colright .sidebar-avtor .name a:hover {
	text-decoration: underline;
}
#page #content .colright .sidebar-avtor .name span {
	display: block;
	padding-top: 45px;
}
#page #content .colright .sidebar-avtor dl {
}
#page #content .colright .sidebar-avtor dt {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	height: 20px;
	padding-top: 4px;
	padding-left: 23px;
	background-image: url(/img/content.gif);
	background-repeat: repeat;
}
#page #content .colright .sidebar-avtor dd {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 23px;
	font-size: 11px;
	color: #84342d;
	line-height: 15px;
}
#page #content .colright .sidebar-avtor dd a {
	color: #84342d;
	font-size: 12px;
	font-weight: bold;
}
#page #content .colleft .calendar {
	margin-left: 6px;
}
#page #content .colleft .calendar .name {
	color: #820000;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}
#page #content .colleft .calendar .time {
	color: #820000;
	font-size: 14px;
	font-weight: bold;
	position: relative;
}
#page #content .colleft .calendar .time .day {
	font-size: 42px;
	font-weight: bold;
	width: 50px;
	margin-right: 34px;
	margin-left: 24px;
}
#page #content .colleft .calendar .time .month {
	position: absolute;
	left: 108px;
	top: 6px;
}
#page #content .colleft .calendar .time .year {
	position: absolute;
	left: 125px;
	top: 26px;
}
#page #content .colleft .calendar .table {
	background-color: #8b8981;
	font-size: 14px;
	color: #000;
	margin-right: 23px;
}
#page #content .colleft .calendar .table td {
	text-align: right;
	vertical-align: top;
	padding-top: 4px;
	padding-right: 5px;
	background-color: #ebe8d9;
	padding-bottom: 4px;
}
#page #content .colleft .calendar .table td+td+td+td+td+td {
	color: #fff;
	background-color: #b5a78d;
	}
#page #content .colleft .calendar .table .current {
	background-color: #8f020a;
	color: #fff;
}






#footer {
	height: 125px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -125px;
	position: relative;
}
#footer .partner {
	position: absolute;
	width: 200px;
	left: 0px;
	bottom: 150px;
}

#footer .copy {
	padding-bottom: 10px;
}
#footer .menu-footer {
}
#footer .menu-footer li {
	display: inline;
}
#footer .menu-footer a {
	text-decoration: none;
}
#footer .menu-footer a:hover {
	text-decoration: underline;
}

#footer .statistic {
	position: absolute;
	left: 0px;
	top: 82px;
}
#footer .statistic p {
	float: left;
	margin-right: 7px;
}
