body {
	font-family : 'Lucida Sans Unicode', verdana, arial;
	font-size: 10pt;
	background-color: #fffae5;
}

a {
	color: #222222;
}


#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 780px;
	height: 154px;
}

#menu {
	position: absolute;
	top: 154px;
	left: 0px;
	width: 780px;
	height: 36px;
	background-image: url(../graphics/menu_bg.jpg);
	z-index: 1;
}

#content_frame {
	position: absolute;
	top: 190px;
	left: 0px;
	width: 780px;
	padding-bottom: 0px;
	padding-top: 30px;
	background-image: url(../graphics/content_bg.jpg);
}

#text_frame {
	padding: 10px;
	text-align: justify;
	font-weight: 500;
}

#h1 {
	position: relative;
	top: 0px;
	left: -10px;
	background-image: url(../graphics/alahuzas.jpg);
	background-repeat: no-repeat;
	height: 30px;
	background-position: 0px 25px;
}


#content {
	position: relative;
	clear: both;
	top: 0px;
	left: 0px;
	padding-bottom: 10px;
}

#footer {
	position: relative;
	clear: both;
	top:0px;
	left: 0px;
	width: 780px;
	_width: 780px;
	padding-top: 20px;
	padding-bottom: 0px;
	background-image: url(../graphics/footer_bg.jpg);
	background-repeat: no-repeat;
	background-color: #f6dc7d;
	text-align: center;
	font-size: 8pt;
}

h1 {
	line-height: 20px;
	font-weight: bold;
	font-size: 14pt;
	color: #3b5935;
}

#bottom_menu {
	text-align: center;

}

.bottom_item {
	padding: 10px;
}

.awen_promo {
	clear: both;
	padding: 10px;
}

.MenuItem {
	position: relative;
	padding-left: 25px;
	float: left;
}

.nopadding {
	padding: 0px;
}

#container {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
}

/*MENU*/


ul.menu {
	list-style: none;
	padding: 0;
	margin: 0;
	background-color: #f6dc7d;

}

#nav a {
	font-weight: bold;
	color: black;
}

#nav a {
	text-decoration: none;
}

#nav li.menu li.menu a {
	display: block;
	font-weight: normal;
	color: black;
	padding: 0.2em 10px;
}

#nav li.menu li.menu a:hover {
	padding: 0.2em 5px;
	border: 5px solid #3b5935;
	border-width: 0 5px;
}

li.menu {
	float: left;
	position: relative;
	padding-left: 20px;
	text-align: left;
	cursor: default;
	border-width: 0px 0;
}

li.menu#first {
	padding-left: 0px;
}

li.menu#last {

}

li.menu ul.menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;

}

li.menu>ul.menu {
	top: auto;
	left: auto;
}

li.menu li.menu {
	display: block;
	float: none;
	background-color: #f6dc7d;
	border: 0;
	width: 260px;
	text-align: left;
	font-size: 8pt;
	padding-left: 0px;
}

li.menu:hover ul.menu, li.over ul.menu {
	display: block;
}



