body {
	background-color: #414e43;
	background-image: url(bg.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	font-size: 9px;
	color: #e6ece6;
	font-family: Tahoma;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #e6ece6;
	text-align: center;
	margin: 1px
}
/*nic nemenit*/
div#header {
	background-image: url(top_img.jpg);
	background-repeat: no-repeat;
	width: 741px;
	height: 500px;
	position: absolute;
	top: 0px;
	left: 0px;
}
/* MENU */
div#menu {
	width: 137px;
	position: absolute;
	top: 490px;
	left: 580px;
	text-align: left;
	padding-bottom: 15px;
	padding-left: 5px;
}
div#menu A:link, A:active {
	color: #414e43;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
	display: block;
	background-color: #c2d3c4;
}
div#menu A:visited {
	color: #414e43;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
	display: block;
	background-color: #c2d3c4;
}
div#menu A:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	display: block;
	background-color: #2b5033;
}
div#content {
	width: 420px;
	position: absolute;
	top: 497px;
	left: 105px;
	text-align: justify;
	padding-bottom: 50px;
}
div#site_name {
	width: 548px;
	height: 96px;
	position: absolute;
	top: 254px;
	left: 110px;
	text-align: center;
	color: #505050;
	font-family: Tahoma;
	font-size: 11px;
}
.bar {
	border-bottom: solid 1px #e6ece6;
	font-weight: bold;
	font-size: 12px;
	color: #8d9e90;
	font-variant: small-caps;
}
b {
	color: #8fd29d;
	font-size: 9px;
}
p {
	margin: 1px;
}
img {
	margin: 1px;
}
/*nemente*/
A:link, A:visited, A:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 9px;
}
A:hover {
	color: #e6ece6;
	font-weight: bold;
	text-decoration: underline;
}