body {
	background: #fff url(images/bg_01.gif) repeat-x left top;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#container {
	width: 676px;
	padding: 0px 3px 0px 3px;
	margin-left: auto;
	margin-right: auto;
	background: #fff url(images/bg_02.gif) repeat-y left top;
}
body, td {
	font-size: 14px;
	font-family: times new roman;
	color: #333;
	line-height: 1.4em;
	}
a {
	color: #ed1c24;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#header {
	border-bottom: 6px solid #ccc;
}
#header .top {
	height: 34px;
	border-bottom: 6px solid #ccc;
	overflow: hidden;
	padding: 15px 25px 0px 34px;
}
#header .top .left {
	width: 300px;
	padding-bottom: 10px;
	float: left;
	color: #7e8923;
	font-size: 24px;
}
#header .top .left span {
	color: #324905;
	font-weight: bold;
}
#header .top .right {
	width: 300px;
	float: right;
	color: #7d3d3c;
	padding-bottom: 10px;
	font-style: italic;
	font-size: 22px;
	text-align: right;
	padding-top: 1px;
}

#header .middle {
	padding: 10px;
	overflow: hidden;
}
#header .middle, #header .middle .left, #header .middle .right, #header .middle .right a {
	height: 130px;
}
#header .middle .left {
	width: 320px;
	border: 1px solid #ccc;
	float: left;
	margin-right: 2px;
	overflow: hidden;
}
#header .middle .right {
	width: 330px;
	border: 1px solid #ee1d25;
	float: left;
	overflow: hidden;
	background: url(images/logo_metai.gif) no-repeat center center;
}
#header .middle .right a {
	display: block;
}
#header .middle .left ul {
	list-style: none;
	margin: 0px;
	padding: 10px 19px 0px 19px;
}
#header .middle .left ul li {
	border-bottom: 1px solid #ccc;
}
#header .middle .left ul li a {
	display: block;
	padding: 8px 5px 8px 38px;
	background: url(images/menu_01.gif) no-repeat 15px center;
	color: #333;
	text-transform: lowercase;
	font-size: 19px;
}
#header .middle .left ul li a:hover {
	color: #ed1c24;
}
#header .middle .left ul li.active a {
	color: #ed1c24;
}

#header .bottom {
	padding-bottom: 10px;
	height: 20px;
}
#header .bottom ul {
	list-style: none;
	margin: 0px;
	padding: 5px 19px 0px 19px;
}
#header .bottom ul li {
	float: left;
	padding-right: 20px;
}
#header .bottom ul li a {
	color: #2b598d;
	text-transform: lowercase;
	font-size: 1.1em;
}
#header .bottom ul li a:hover {
	color: #ed1c24;
}
#header .bottom ul li.active a {
	color: #ed1c24;
}


.main_clear {
	clear: both;
	line-height: 0px;
}


h1, h2, h3 {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
h1 {
	color: #4a7001;
	font-size: 1.6em;
}
h2 {
	color: #2b598d;
	font-size: 1.4em;
}
h3 {
	color: #7d3d3c;
	font-size: 1.2em;
}


#footer {
	background-color: #e0e0e0;
	padding: 20px 4px 4px 4px;
	height: 50px;
	text-align: center;
	color: #8f8f8f;
}
#footer a {
	color: #8f8f8f;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}



#main {
	padding: 20px 20px 20px 20px;
}
#main img {
	margin: 10px;
}
#main hr {
	margin: 20px 0px 20px 0px;
	border: 1px solid #999;
}


.info_newslist h3 {
	margin-bottom: 0px;
}
.info_newslist p {
	margin-bottom: 35px;
	clear: left;
}
.info_newslist p img {
	float: left;
	margin: 0px 10px 5px 0px;
	border: 1px solid #999;
	padding: 1px;
}
