@charset "utf-8";
/* CSS Document */


body
{
	background-image: url(../images/title-bkg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	background-color: #B8D666;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #1f3201;
}

a:link, a:active, a:visited
{
	color: #9f4000;
}

a:hover
{
	color: #000000;
}

.wrapper
{
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}

.header
{
	background-image: url(../images/title-image.jpg);
	background-repeat: no-repeat;
	height: 500px;
	background-position: center 187px;
	position: relative;
}

.header #logo
{
	position: absolute;
	left: 22px;
	top: 21px;
}

.header #edeska:link,
.header #edeska:active,
.header #edeska:visited,
.header #edeska:hover
{
	position: absolute;
	top: 0px;
	right: 15px;
	background-image: url(../images/title-edeska.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 179px;
	width: 280px;
}

.header #menu
{
	list-style-position: outside;
	list-style-type: none;
	left: 20px;
	top: 150px;
	position: absolute;
	width: 200px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #93aeba;
}

.header #menu li
{
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #93aeba;
	margin: 0px;
}

.header #menu a:link, .header #menu a:active, .header #menu a:visited
{
	background-image: url(../images/menuli.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 22px;
	color: #9f4000;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	text-decoration: none;
	display: block;
}

.header #menu a:hover
{
	background-color: #F2F6F9;
}
.titleNews
{
	float: left;
	width: 290px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 20px;
	margin-top: 30px;
}
.titleNews h2
{
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #9f4000;
	margin: 0px;
	background-image: url(../images/header-icon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 45px;
	height: 40px;
}



#footer
{
	background-image: url(../images/footer.jpg);
	height: auto;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 23px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 35px;
	margin-bottom: 20px;
}

#footer a:link, #footer a:active, #footer a:visited, #footer a:hover
{
	color: #afcd7f;
}

.clearboth
{
	clear: both;
}
