html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	
	font-family: verdana, tahoma, arial, sans-serif;
}

div, td {
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 13px;
	color: #353735;
} 


/* ============================
	Links
=============================== */

a {
	color: #955d25;
	text-decoration: underline;
}

a:hover { text-decoration: none; }


a.more { color: #475E3D; }



/*========================
	Top
==========================*/
#all {
	position: relative;
	height: auto;
	min-height: 100%;
	min-width: 780px;
	width: auto;
}
html>body #all { height: auto; min-height: 100%; }

#header { background: #5a6157 url(/_img/header_bg.jpg) repeat-x;}

#splash {
	position: absolute;
	top: 0;
	right: 0;
}

#top {
	position: absolute;
	top: 0;
	left: 0;
}

#top #logo {
	position: absolute;
	top: 0;
	left: 0;
}

#top #menu-main {
	position: absolute;
	top: 45px;
	left: 0;
}

#menu-main .menu-item-1 {
	position: absolute;
	top: 0;
	left: 0;
}

#menu-main .menu-item-2 {
	position: absolute;
	top: 0;
	left: 153px;
}

#menu-main .menu-item-3 {
	position: absolute;
	top: 0;
	left: 233px;
}


#top #top-img {
	position: absolute;
	top: 0;
	left: 319px;
}



/*========================
	footer
==========================*/
#empty {height: 50px;}

#footer {
	background: #c5c8ba url(/_img/footer_bg_1.jpg) repeat-x;
	background-position: left bottom;
	
	position: absolute;
	left: 0;
	bottom: 0;
	
	width: 100%;
	height: 30px;
}

#footer-menu {
	margin: 9px 0px 5px 5px;
	
}
#footer-menu a, #footer-menu span {
	color: #494a44;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}

#footer-menu a:hover {text-decoration: underline;}

#footer-menu a {margin: 0 2px 0 2px;}
#footer-menu span {margin: 0 5px 0 5px;}

#copyright {
	position: absolute;
	right: 0;
	bottom: 0;
	
	width: 150px;
	height: 30px;
		
	background: #dbaa63 url(/_img/footer_bg_2.jpg) no-repeat;
}

#copyright div {
	position: absolute;
	right: 0;
	bottom: 0;
	
	width: 120px;
	padding: 5px 5px 7px 20px;
	
	font-size: 10px;
}


#copyright .artika {padding-left: 15px;}

#copyright a {color: #544125; font-weight: bold; text-decoration: none;}
#copyright a:hover {text-decoration: underline;}


/* ================================================ */


/* .png { behavior: url('/_js/png.htc'); } */

.line {
	background: #41463f url(/_img/line_bg.jpg) repeat-x;
	width: 100%;
	height: 3px;
}

/* ======= News-Item ========== */

.news-item { margin: 0 0 20px 0;}

.news-item .news-title {
	margin: 0 0 5px 0;
	font-weight: bold;
	color: #484a46;
}

.news-item .date {
	background: #caa060;
	padding: 1px 2px 2px 3px;
	margin-right: 5px;
	font-size: 11px;
	font-weight: normal;
	color: #2e2f2d;
}
.news-item .text img {
	padding: 5px 4px 0 3px;
	vertical-align: text-top;
}

.news-item .text .description {
	padding-bottom: 20px;
	font-style: italic;
}

.news-item .back-link {
	padding-top: 20px;
	float: right;
}

.news-item .back-link img {
	padding: 5px 4px 0 3px;
	vertical-align: text-top;
}

.news-item a.more { font-size: 11px; }
