﻿body {
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Palatino, Times, serif;
	font-size: 14px;
	line-height: 18px;
	background-color: #e5eede;
	background-image: url(../images/shadows-bg-700.gif);
	background-position: center;
	background-repeat: repeat-y;
	color: #18481d;
}

a {
	color: #18481d;
}

ul {
	list-style-type: square;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.smallcaps {
	font-variant: small-caps;
}

div#main {
}

div#header {
	min-height: 230px;
}

div#logo {
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	width: 200px;
	padding: 0px 10px;
}

div#title {
	padding: 10px 10px 20px 10px;
	font-size: 2.75em;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	line-height: 1em;
	border-top: 1px solid #1d5730;
	border-bottom: 1px solid #1d5730;
}

td#tef, td#tas {
	background-color: #e5eede;
	margin: 5px 5px 10px 5px;
}

td#tef h4, td#tas h4 {
	font-size: 110%;
	color: white;
	background-color: #1d5730;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	padding: 5px 0;
}

td#tef h4 a, td#tas h4 a {
	color: white;
	text-decoration: underline;
}

td#tef p, td#tas p {
	padding: 0px 8px 10px 8px;
	margin-top: 5px;
}

div#body {
	position: absolute;
	padding-bottom: 600px;
}

div#left {
	float: left;
	position: absolute;
	left: 0px;
	margin: 0px 7px;
	width: 200px;
	text-align: center;
	z-index: 100;
}

div#menu {
}

div#contact {
	position: absolute;
	top: 100%;
	left: 0px;
	text-align: center;
	width: 100%;
	padding-top: 15px;
	margin-bottom: 0px;
}

div#content {
	background-position: right top;
	position: absolute;
	margin-left: 209px;
	width: 480px;
	background: no-repeat right
top;
	padding: 10px 0px 40px 0px;
	z-index: 10;
}
div#content3 table {
	font-size: 90%;
}

div#content li {
	margin-left: -15px;
	margin-right: 15px;
}

div#content h3 {
	border-bottom: 1px solid #1d5730;
}

td.news-date {
	white-space: nowrap;
	vertical-align: top;
}

.noBlock
{
 display:none;
 position:absolute;
 top: 0;
 left: 0;
}