html{
background-color: #e4bc96;
}

#front{
	width: 100%;
	height: 600px;
	background: #e4bc96 url('img/front.jpg') no-repeat scroll top center;
}
#langs{
	padding-top: 420px;
	padding-left: 60px;
}
#langs a{
	font: normal small-caps bold 20px verdana;
	padding: 18px;	
}

#langs a.ro{
	color: #747270;
	background: transparent url('img/ro/flag.png') no-repeat scroll 0px 32px;
		*background-position: 0px 28px;
}
#langs a.ro:hover{
	background: white;
}

#langs a.en{
	color: white;
		background: transparent url('img/en/flag.png') no-repeat scroll 0px 32px;
		*background-position: 0px 28px;
}

#langs a.en:hover{
	background: #747270;
}



#doc{
	width:849px;
	
}

#yui-main{
padding-right: 49px;
}

#hd{
	background: white url('img/bkg_hd.jpg') no-repeat scroll top center;
	height: 224px;
	margin: 0 auto;
	padding: 0px;
}
#ft{
	background: #e4bc96 url('img/bkg_fd.jpg') no-repeat scroll top center;
	height: 46px;
	margin: 0 auto;
	padding: 4px;
	padding-top: 8px;
}
#bd{
	background: white url('img/bkg_bd.jpg') repeat-y scroll top center;
	margin: 0 auto;
	padding: 0px;
}

#topmenu{
margin-left: 320px;
padding-top: 40px;
}

#topmenu a{
	padding: 4px;
	padding-left: 6px;
	padding-right: 10px;
	font: normal normal bold 16px verdana;
	color: white;
	text-decoration: none;	
	background: none;
}
#topmenu a:hover{
	color: #e68a2f;
	background-color: white;
}

#topmenu a.rochange{
	margin-left: 90px;
	font-size: 12px;
	padding-left: 16px;
	background: transparent url('img/ro/flag.png') no-repeat scroll 0px 10px;
}

#topmenu a.enchange{
	font-size: 12px;
	padding-left: 16px;
	background: transparent url('img/en/flag.png') no-repeat scroll 0px 10px;
}

#topmenu a.rochange:hover, #topmenu a.enchange:hover{
	color: white;
	text-decoration: underline;
}

.yui-g{
	padding-left: 70px;
	padding-top: 10px;
	padding-right: 5px;
}

.yui-g h1, .yui-g .some_body{
	padding: 10px;
	padding-bottom: 2px;
	padding-top: 6px;
	
	background: #fbf0e6 none no-repeat scroll center;
	font: normal normal bold 15px verdana;
	color: #000680;
}

.yui-g .some_body{
	font: normal normal normal 13px verdana;
	color: #000000;
	/*text-align: justify;*/
	
}

.yui-g .some_body li{
	list-style: circle;
	margin-left: 40px;
	line-height: 30px;
	font-weight: bold;
}

.yui-g .some_body img{
	padding: 4px;
}

.yui-g .some_body ol li{
	list-style: lower-roman;
	margin-left: 20px;
}



#sidemenu {
	padding: 0px;
	margin: 0 auto;
	margin-left: 3px;
	
	width: 182px;
	background: #faa857 url('img/bkg_side.jpg') repeat-y scroll center;
}
#sidemenutop{
	padding: 0px;
	margin: 0 auto;
	width: 182px;
	height: 18px;
	background: #faa857 url('img/side_top.jpg') no-repeat scroll top center;
}
#sidemenubottom{
	padding: 0px;
	margin: 0 auto;
	width: 182px;
	height: 18px;
	background: #faa857 url('img/side_bottom.jpg') no-repeat scroll bottom center;
}


.side_top, .side_b{
	cursor: pointer;
	display: block;
	height: 32px;
	background: transparent url('img/side_but.jpg') no-repeat scroll top left;
	font: normal normal bold 13px verdana;
	color: #943c09;
	text-decoration: none;
	padding-left: 3px;
	padding-top: 8px;
	margin-left: 6px;
}

.side_b{
	padding-top: 6px;
	margin-left: 16px;
	padding-left: 5px;
	color: #6d6e71;
	background: transparent url('img/side_b.jpg') no-repeat scroll top left;
}

.side_b:hover{
	color: #943c09;
	background: transparent url('img/side_b_hover.jpg') no-repeat scroll top left;
}

#map{
	width: 560px;
	height: 260px;
	border: 1px solid black;
}

