html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%; /* needed for world min-height */
	background-color: #fff;
	background-image:url(/images/body_bg.gif);
	background-position: center top;
	background-repeat: repeat-x;
}
.clear {
	clear: both;
	height:1px;
	font-size:1px;
	line-height:1px;
	margin:0; padding:0;
}
.fl { float: left; } .fr { float: right;} .p10 { padding: 10px; }

/* ------------------------------------------------------------------ */
/* --- Layout [world] ----------------------------------------------- */
/* ------------------------------------------------------------------ */
#world {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:998px;
	background-color: transparent;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}
/* --- header [world] ----------------------------------------------- */
#header {
	display: block;
	height: 199px;
	padding: 0px;
	background-color: #fff;
}
#header #h-holder {
	background-color: #FFF;
	position: relative;
	height: 199px;
}
#h-holder #logo {
	margin-top: 24px;
	width: 350px;
	height: 145px;
	float: left;
	text-align:center;
}
#h-holder #main-menu {
	position: absolute;
	right:1px;
	bottom:1px;
	width:647px;
	height: 48px;
}
#h-holder #languages {
	position: absolute;
	top:0px;
	right:1px;
	display: block;
	width: 19s2px;
	height: 30px;
}

/* --- middle [world] ----------------------------------------------- */
#middle {
	padding-bottom:60px; /* bottom padding for footer */
}
#middle #m-holder {
	width: 100%;
	overflow: hidden;
}

/* --- left [m-holder] ---------------------------------------------- */
#m-left {
	float: left;
	background-color: #a5c700;
	border-right: 1px solid #fff;
	/*border-left: 1px solid #fff;*/
	width: 348px;
	padding-bottom: 3596px;
	margin-bottom: -3596px;
}
#m-left #ml-holder {
	padding: 0px 10px 10px 10px;
	background-color: #FFF;
}
/* --- center [m-holder] -------------------------------------------- */
#m-center { /* index */
	float: left;
	width: 648px;
	border-right: 1px solid #fff;
	background-color: #E8E8E8;
}
#v-center { /* inter */
	float: left;
	width: 759px;
	background-color: #F5F4F3;
	min-height: 538px;
}
.width1 { width: 760px; }
#m-center #m-content {
	padding: 0px 10px 0px 10px;
}
#v-center #m-content {
	padding: 10px 10px 0px 10px;
}
#sodybaIMG {
	float: right;
	width: 539px;
	height: 200px;
	overflow: hidden;
	margin:-10px -10px 0px 0px;
}
/* --- right [m-holder] --------------------------------------------- */
#m-right {
	background-color: #a5c700;
	float: right;
	width: 237px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	padding-bottom: 3596px;
	margin-bottom: -3596px;
	margin-left:0px;
}
#m-right #mr-holder {
	margin: 0px;
	padding: 0px;
	background-color: #ebebeb;
}

/* --- footer [world] ----------------------------------------------- */
#footer {
	clear: both;
	height: 60px;
	width: 99.9%;
	position:absolute;
	bottom:0; /* stick to bottom */
	background-color: #ccc;
	/*background-color: #a5c700;*/
}
#footer #f-holder {
	text-align: left;
	padding: 10px 0px;
	height: 36px;
	background-color:#fff;
}