	BODY {
		margin: 0;
		padding: 0;
		background: #2B5636;
		font-family: verdana, sans-serif;
	}
	#layout {
		table-layout: fixed;
	}
	#l_header {
		background: #FFFDE9;
	}
	#l_top .left {
		background: #FFFDE9 url('/Images/main_corner_left.gif') bottom left no-repeat;
		padding: 10px 0 20px 15px;
		color: #66655D;
		font-size: 11px;
		line-height: 15px;
	}
	#l_top .right {
		background: #FFFDE9;
	}
	#l_bottom .right {
		background: #2B5636 url('/Images/main_corner_right.gif') top right no-repeat;
	}
	#l_bottom .left {
		background: url('/Images/main_corner_shadow.gif') top left no-repeat;
	}
	#slogan1 {
		width: 100%;
		height: 60px;
		background: url('/Images/main_slogan1.gif') left no-repeat;
	}
	#slogan2 {
		width: 100%;
		height: 60px;
		background: url('/Images/main_slogan2.gif') right no-repeat;
	}
	#index_slogan {
		margin-bottom: 10px;
	}
	#bukvica {
		float: left;
		width: 25px;
		height: 28px;
		padding-right: 5px;
		background: url('/Images/bukv_h.gif') no-repeat;
	}
	#bukvica SPAN {
		display: none;
	}
	#book_tl {
		background: url('/Images/main_book_tl.gif') no-repeat;
		width: 251px;
		height: 169px;
		float: right;
	}
	.png {
		//background-image: none ! important;
		behavior: url('pngfix.htc');
	}
	#bigbook {
		width: 492px;
		height: 410px;
		position: absolute;
		margin-left: -246px;
		left: 50%;
		top: 50%;
		margin-top: -245px;
		z-index: 5;
		cursor: pointer;
	}
	#bigbook_new {
		width: 492px;
		height: 410px;
		position: absolute;
		margin-left: -246px;
		left: 50%;
		top: 50%;
		margin-top: -180px;
		z-index: 5;
		cursor: pointer;
	}
	#hillcake {
		width: 487px;
		height: 458px;
		position: absolute;
		margin-left: -243px;
		//margin-left: 0;
		//left: 25%;
		margin-top: -229px;
		z-index: 5;
		cursor: pointer;
		//background-image: none ! important;
		behavior: url('pngfix.htc');
	}
	#hillcake DIV {
		width: 487px;
		height: 458px;
		background: url('/Images/hillcake.gif') left top no-repeat;
	}
/*	#bigbook .gifbook {
		width: 492px;
		height: 379px;
		background: url('/Images/bigbook_new2.gif') no-repeat;
	}
*/
	#bigbook .flashover {
		width: 492px;
		height: 410px;
	}
	/*#bigbook1 {
		background: url('/Images/bigbook_01.gif') no-repeat;
		width: 457px;
		height: 168px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -228px;
		margin-top: -168px;
	}
	#bigbook2 {
		background: url('/Images/bigbook_02.gif') no-repeat;
		width: 457px;
		height: 168px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -228px;
	}*/
	#bigbook1 {
		background: url('/Images/bigbook_01_2.gif') no-repeat;
		width: 454px;
		height: 166px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -227px;
		margin-top: -166px;
		z-index: 100;
	}
	#bigbook2 {
		background: url('/Images/bigbook_02_2.gif') no-repeat;
		width: 454px;
		height: 167px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -227px;
		z-index: 100;
	}
	#news {
		width: 68%;
		margin-bottom: 40px;
		margin-top: 10px;
		border: 1px solid #456B4D;
		border-left: none;
		padding-left: 15px;
		padding-bottom: 15px;
		color: #AABBAE;
		font-size: 11px;
		position: relative;
	}
	#news_header {
		width: 127px;
		height: 33px;
		background: url('/Images/header_news.gif') no-repeat;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	#news_corner_bottom {
		width: 10px;
		height: 10px;
		position: absolute;
		overflow: hidden;
		right: -1px;
		bottom: -1px;
		/*ie Hack*/ 
		right: expression(-2 + this.parentNode.offsetWidth%2+"px"); 
		/*ie Hack*/ 
		bottom: expression(-1 - this.parentNode.offsetHeight%2+"px");
		background: url('/Images/news_corner_bottom.gif') no-repeat;
	}
	#news_corner_top {
		width: 10px;
		height: 10px;
		position: absolute;
		overflow: hidden;
		right: -1px;
		top: -1px;
		/*ie Hack*/ 
		right: expression(-2 + this.parentNode.offsetWidth%2+"px"); 
		background: url('/Images/news_corner_top.gif') no-repeat;
	}
	#hotquest {
		margin-left: 40%;
		margin-right: 0;
		border: 1px solid #D6D4C4;
		border-right: none;
		color: #66655D;
		font-size: 11px;
		position: relative;
		padding-right: 15px;
	}
	#hotquest_header {
		width: 165px;
		height: 35px;
		margin-top: 10px;
		margin-bottom: 5px;
		background: url('/Images/header_hotquest.gif') no-repeat;
	}
	#hotquest_corner_top {
		width: 10px;
		height: 10px;
		position: absolute;
		left: 0;
		top: 0;
		background: url('/Images/hotquest_corner_top.gif') no-repeat;
		margin-left: -1px;
	}
	HTML>BODY #hotquest_corner_top {
		/* Stupid IE ;) */
		margin-left: -1px;
		margin-top: -1px;
	}
	#ie_bug {
		/* This div helps IE to know his place. Don't know how and why. Just works. */
		padding-left: 15px;
		padding-bottom: 5px;
	}
	#hotquest_corner_bottom {
		width: 10px;
		height: 10px;
		position: absolute;
		left: 0;
		background: url('/Images/hotquest_corner_bottom.gif') no-repeat;
		margin-left: -1px;
		margin-top: -4px; /* WTF IE :E~~ */
	}
	HTML>BODY #hotquest_corner_bottom {
		/* Stupid IE ;) */
		margin-left: -1px;
		margin-bottom: -1px;
		margin-top: 0;
		bottom: 0;
	}
	#hotquest_know {
		margin-top: 5px;
		margin-right: 0;
		height: 32px;
		background: url('/Images/main_hotquest_know.gif') right no-repeat;
		cursor: pointer;
	}
	#news .date {
		margin-top: 15px;
	}
	#topten {
		margin-left: 40%;
		margin-right: 0;
		color: #AABBAE;
		font-size: 11px;
		position: relative;
		padding-right: 15px;
		margin-bottom: 40px;
	}
	#topten_header {
		width: 163px;
		height: 33px;
		margin-top: 10px;
		margin-bottom: 5px;
		background: url('/Images/header_topten.gif') no-repeat;
	}
	#topten UL {
		margin: 0;
		padding-left: 15px;
	}
	#topten A {
		color: #AABBAE;
		text-decoration: none;
	}
	#topten A:hover {
		color: #CDDCD1;
	}
	#topten LI {
		list-style-image: url('/Images/topten_bullet.gif');
	}
	#iconset {
		position: absolute;
		right: 10px;
		top: 0;
	}
	#iconset A DIV.iconb_comment {
		width: 160px;
		position: absolute;
		right: 10px;
		top: 5px;
		text-align: right;
		font-family: verdana, sans-serif;
		font-size: 11px;
		text-decoration: none;
		color: #66655D;
		z-index: 100;
		display: none;
	}
	#iconset A {
		text-decoration: none;
	}
	#iconset A:hover DIV.iconb_comment {
		display: block;
	}
	#iconb_map {
		width: 26px;
		height: 31px;
		background: url('/Images/iconb_map.gif') no-repeat;
	}
	#iconb_search {
		width: 23px;
		height: 31px;
		background: url('/Images/iconb_search.gif') no-repeat;
	}
	#iconb_book {
		width: 30px;
		height: 31px;
		background: url('/Images/iconb_book.gif') no-repeat;
	}
	#iconb_mail {
		width: 27px;
		height: 31px;
		background: url('/Images/iconb_mail.gif') no-repeat;
	}
	#iconb_scribe {
		width: 23px;
		height: 31px;
		background: url('/Images/iconb_scribe.gif') no-repeat;
	}
	#iconset TD {
		border: none;
	}
	A IMG {
		border: none;
	}
	#tabs A {
		color: #747E6C;
		text-decoration: none;
	}
	#tabs A:hover {
		color: #3F493B;
	}
	#tabs TD {
		padding-top: 7px;
		font-family: arial, sans-serif;
		font-size: 11px;
		color: #747E6C;
		font-weight: bold;
	}
	#tabs TD.firsttab {
		background: #C0D4B5 url('/Images/tab_first.gif') left top no-repeat;
		padding-left: 5px;
	}
	#tabs TD.lasttab {
		background: #C0D4B5 url('/Images/tab_last.gif') right top no-repeat;
		padding-right: 5px;
	}
	#tabs TD.preactive {
		background: #C0D4B5 url('/Images/tab_left.gif') left top no-repeat;
		padding-left: 10px;
	}
	#go_tabs {
		height: 31px;
		float: right;
		margin-top: -33px;
		margin-right: 10px;
		display: inline;
	}
	#hotlog {
		width: 88px;
		height: 31px;
	}
	#liru {
		width: 88px;
		height: 31px;
	}

	A.news_text {
		text-decoration: none;
		font-weight: normal;
		color: #AABBAE;
		position: relative;
		z-index: 10;
	}
	A.news_text:hover {
		text-decoration: none;
		color: #e0e4d3;
	}
	.news_arrow {
		height: 13px;
		width: 18px;
		padding-left: 18px;
		margin-left: 5px;
		position: relative;
		//top: 1px;
		cursor: pointer;
		background: url('/Images/news_arrow.gif') left 2px no-repeat;
	}
	.news_arrow SPAN {
		display: none;
	}
	A:hover .news_arrow {
		background-position: left -28px;
	}

	#seminar {
		margin-left: 40%;
		margin-right: 0;
		height: 163px;
		color: #66655D;
		font-size: 11px;
		position: relative;
		padding-right: 15px;
		background: url('/Images/seminar_bg.jpg') right top no-repeat;
	}
	#seminar_inside {
		padding-left: 20px;
		padding-right: 110px;
		padding-top: 18px;
		height: 163px;
		background: url('/Images/seminar_bg_edge.gif') left top no-repeat;
	}
	HTML>BODY #seminar_inside {
		height: 145px;
	}
	#seminar_title {
		font-size: 11px;
		font-weight: bold;
		margin-top: 10px;
	}
	#seminar_link {
		color: #66655D;
		display: block;
		position: absolute;
		bottom: 20px;
		left: 20px;
	}
	#header_table {
		width: 100%;
		height: 94px;
	}
	#l_header TD {
		border-bottom: 1px solid #cccaba;
	}
	#header_table TD {
		border: none;
	}
	#seminars_td {
		background: url('/Images/seminars_bg.jpg') right top no-repeat;
	}
	#seminars_td .seminar {
		color: #66655d;
		font-family: verdana, sans-serif;
		font-size: 11px;
		line-height: 13px;
		margin-left: 17px;
		margin-top: 15px;
		margin-right: 105px;
		margin-bottom: 10px;
	}
	#seminars_td A SPAN {
		color: #2d5a38;
		font-weight: bold;
		font-size: 13px;
		text-decoration: underline;
		position: relative;
		top: -1px;
		//top: 0;
	}
	#seminars_td A {
		text-decoration: none;
		color: #66655d;
	}
	#seminars_td A:hover {
		text-decoration: underline;
	}
	#new_services {
		margin-left: 40%;
		margin-right: 0;
		background: url('/Images/offers_bg.png') 0 -11px no-repeat;
		font-family: verdana, sans-serif;
		font-size: 11px;
		color: #66655d;
		padding-top: 10px;
		position: relative;
	}
	#new_services UL {
		list-style: none;
		margin-left: 16px;
		padding-left: 0;
		margin-top: 0;
		margin-bottom: 10px;
	}
	#new_services LI {
		margin-left: 0;
		padding-left: 15px;
		background: url('/Images/services_bullet.gif') 0 3px no-repeat;
		margin-top: 0;
		margin-bottom: 0;
		line-height: 13px;
	}
	#new_services H3 {
		display: block;
		height: 41px;
		background: url('/Images/newservices_header.gif') left top no-repeat;
		margin-bottom: 10px;
		margin-left: 12px;
		margin-top: 0;
	}
	#new_services H3 SPAN {
		display: none;
	}
	#new_services_after {
		height: 11px;
		background: url('/Images/offers_bg.png') 0 0 no-repeat;
		line-height: 0;
		font-size: 0;
	}
	#index_phone {
		font-family: tahoma, sans-serif;
		color: #2b5636;
		font-size: 22px;
		text-align: right;
		margin-top: 10px;
		margin-left: 40%;
		margin-right: 16px;
	}

	#header_table .noseminar {
		background: #2b5636;
	}
.underedge {
	margin: 20px 20px;
	color: #AABBAE;
	font-family: verdana, sans-serif;
	font-size: 12px;
}
.underedge H1 {
	color: #fffde9;
	font-family: tahoma, sans-serif;
	font-weight: normal;
	font-size: 24px;
}
#underedge_table {
	width: 100%;
}
#underedge_table TD {
	vertical-align: top;
	width: 50%;
}
HTML>BODY #pre_underedge {
	margin-top: 1px;
}
#pre_underedge {
	border-top: 1px solid #AABBAE;
	background: #22482c;
}
#copyright {
	font-size: 10px;
}
#copyright A {
	color: white;
}