html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #F1E3CD url(../img/bg_header1.jpg) no-repeat 0 0;
	min-width: 998px;
	position: relative;
}
.container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
table, th, td {
	font: 100% Arial, Helvetica, sans-serif;
}

a img  { border: 0; }

a:link { color: #2E4B19; }
a:visited { color: #678055; }
a:hover { color: #A23914; text-decoration: none; }

/* {{{ header */
.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 88px;
	background: url(../img/bg_header2.jpg) no-repeat 100% 0;
	z-index: 2;
}
.logo {
	position: absolute;
	top: 7px;
	left: 26.5%;
	margin-left: 40px;
}
.header h1 {
	position: absolute;
	font: 24px Georgia, "Times New Roman", Times, serif;
	color: #58251A;
	top: 19px;
	left: 26.5%;
	margin: 0 0 0 110px;
	padding: 0;
}
.user {
	color: #664740;
	background: #C9AC8D;
	padding: 3px 15px;
	position: absolute;
	bottom: 0;
	left: 2.5%;
	right: 2.5%;
}
/* }}} header */

/* {{{ content */
.content {
	position: absolute;
	top: 94px;
	left: 0;
	width: 100%;
	bottom: 6px;
	z-index: 1;
}

/* {{{ left sidebar */
.news-sidebar {
	width: 24%;
	position: absolute;
	top: 0;
	height: 100%;
	left: 2.5%;
	z-index: 2;
}

.calendar {
	background: url(../img/bg_calendar.png) no-repeat 0 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 3;
	padding-left: 5px;
}
.calendar-inner {
	background: url(../img/bg_calendar.png) no-repeat 100% 0;
	height: 138px;
	text-align: center;
	padding-top: 8px;
}
.cal {
	table-layout: fixed;
	width: 205px;
	border-collapse: collapse;
	margin: 0 auto;
}
.cal td.month {
	text-align: right;
	color: #0D0C0C;
	font-size: 14px;
	font-weight: normal;
}
.cal td, .cal th {
	text-align: center;
	width: 14.3%
}
.cal th {
	font-weight: normal;
	color: #555B61;
}
.cal td {
	font-weight: bold;
	color: #2E4B19;
	font-size: 11px;
}

.news-list {
	position: absolute;
	top: 140px;
	left: 0;
	bottom: 0;
	width: 100%;
}

.news-list h2 {
	position: absolute;
	margin: 0;
	padding: 0;
	z-index: 3;
	left: 15px;
	top: 20px;
	font: 24px Georgia, "Times New Roman", Times, serif;
	color: #58251A;
}

.news-list-inner {
	overflow: auto;
	z-index: 2;
	position: absolute;
	top: 5em;
	left: 15px;
	right: 15px;
	bottom: 15px;
}

.other-news {
	margin: 0 30px 0 0;
	padding: 0;
	list-style: none;
}
.other-news li {
	border-bottom: 1px solid #DADADA;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
.other-news h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 16px;
}

/* }}} left sidebar */

/* {{{ right sidebar */
.links-sidebar {
	width: 210px;
	position: absolute;
	top: 0;
	right: 2.5%;
	text-align: center;
	font-size: 14px;
	background: url(../img/corners2.png) no-repeat 0 0;
	height: 100%;
}
.links-sidebar-inner {
	position: absolute;
	top: 7px;
	left: 0;
	bottom: 0;
	width: 100%;
	overflow: auto;
	padding: 10px 0;
	height: 92%;
}
/*
.links-sidebar-inner .rel {
	overflow: auto;
	position: absolute;
	top: 10px;
	right: 0;
	bottom: 10px;
	height: 95%;
	left: 0;
}
*/
.links-sidebar ul {
	margin: 0 auto 25px;
	padding: 0;
	list-style: none;
	width: 185px;
	text-align: left;
}

.links-sidebar ul a:link,
.links-sidebar ul a:visited,
.links-sidebar ul a:hover {
	display: block;
	background: url(../img/bg_btn.png) no-repeat 0 0;
	padding-top: 6px;
	text-decoration: none;
	color: #5D3D37;
}
.links-sidebar ul a span {
	display: block;
	background: url(../img/bg_btn.png) no-repeat 0 100%;
	padding: 8px 15px 15px;
	cursor: pointer;
}
.links-sidebar ul a:hover {
	background-position: -185px 0;
}
.links-sidebar ul a:hover span {
	background-position: -185px 100%;
}
.toris { width: 185px; margin: 0 auto; text-align: left; }
.toris a {
	background: url(../img/btn_toris.png) no-repeat 0 0;
	width: 58px;
	height: 19px;
	text-indent: -9999px;
	display: block;
	margin-bottom: -1px;
	position: relative;
	z-index: 10;
	text-decoration: none;
}

/* }}} right sidebar */

/* {{{ main content */
.main {
	position: absolute;
	height: 100%;
	left: 26.5%;
	right: 210px;
	margin-right: 2.5%;
	top: 0;
}
.title {
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 0 40px;
	overflow: hidden;
}
.title h1 {
	margin: 0;
	padding: 15px 0 0;
	font: 31px "Times New Roman", Times, serif;
	color: #58251A;
}

.main-content {
	position: absolute;
	top: 100px;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0 40px;
}
.main-content-inner {
	overflow: auto;
	height: 100%;
}

.main-news {
	margin: 0;
	padding: 0;
	list-style: none;
}
.main-news li {
	border-bottom: 1px solid #DADADA;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
.main-news h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 16px;
}
.date {
	color: #0D0C0C;
	font-size: 12px;
}
.descr {
	color: #424449;
	font-size: 13px;
}
/* }}} main content */

/* }}} content */

.l { text-align: left!important; }


/* {{{ round corners */
.corners {
	margin: 0px;
	right: 0;
	position: absolute;
	top: 140px;
	left: 0;
	bottom: 0;
	width: 100%;
	background: url(../img/corners1.png) no-repeat -7px -7px;
}
.tr, .bl, .br {	position: absolute;	overflow: hidden; background-repeat: no-repeat;	z-index: 1; background-image: url(../img/corners1.png); }
.tr { top: 0; right: 0; background-position: 0 -7px; bottom: 7px;	width: 7px; }
.bl { bottom: 0px;	left: 0; right: 0; background-position: -7px 0px;	height: 7px; }
.br { background-position: 0px 0px; bottom: 0px; right: 0; width: 7px; height: 7px; }
.links-sidebar .bl { background-image: url(../img/corners2.png); background-position: 0px -993px; height: 7px; }
/* }}} round corners */

