body, html {
	background:url(../images/bg.jpg);
	margin:0;
	height:100%;
	font-family:tahoma;
	font-size:12px;
	color:#1f1f1f;
}

#main {
	width:900px;
	padding-left:277px;
	background:#ffffff url(../images/main_bg.jpg) top left repeat-y;
	border-right:3px solid #6b5c4b;
	min-height:100%;
}
* html #main {
	height:100%;
}

#main_seged {
	float:left;
	width:873px;
	/*min-height:100%;*/
	/*margin-left:277px;*/
	margin-bottom:60px;
	padding:10px;
	padding-bottom:30px;
}
/** html #main_seged {
	height:100%;
}*/

#foot {
	height:60px;
	margin-top:-60px;
	width:1177px;
	background:#e2c8ab url(../images/foot_bg.jpg) top left repeat-x;
	z-index:50;
	position:absolute;
}

#menubar {
	position:absolute;
	top:0;
	left:70px;
	width:200px;
	min-height:100%;
	z-index:100;
	border-top:none;
	border-bottom:none;
}

#head {
	height:289px;
	background:url(../images/head_racsok.jpg) top left no-repeat;
	position:absolute;
	width:990px;
	z-index:80;
}
#head1 {
	height:220px;
}
#head2 {
	height:36px;
	overflow:hidden;
	background:url(../images/head2.jpg) top left;
}
#head3 {
	height:33px;
	overflow:hidden;
	background:url(../images/head3.jpg) top left;
}

#menu {
	position:absolute;
	z-index:500;
	top:110px;
	left:77px;
}
#menu_top {
	background:url(../images/menu_top.jpg) top left no-repeat;
	height:34px;
}
#menu_in {
	background:url(../images/menu_bg.jpg) top left repeat-y;
}
#menu_bottom {
	background:url(../images/menu_bottom.jpg) top left no-repeat;
	height:40px;
}
.fomenu {
	padding:0;
	margin:0;
	list-style-type:none;
	font-family:verdana;
	font-size:15px;
}
.fomenu li {
	padding-left:18px;
	padding-bottom:5px;
	background:url(../images/li.jpg) top left no-repeat;
	background-position:0px 4px;
}

.almenu {
	padding:0;
	margin:0;
	padding-top:5px;
	list-style-type:disc;
	color:#ffffff;
	padding-left:16px;
}
.almenu li {
	background:none;
	padding-left:0;
}
