body {
	margin: 0; padding: 0;
	margin-top: 17px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#wrapper {
	width: 950px;
	background-color: #FFFFFF;
}

#centru {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5;
}
#centru-inner {
	overflow: hidden;
	padding: 7px;
	border: #CCCCCC 1px solid;
	background-color: #ffffff;
	vertical-align: top;
}
#c-inner {
	overflow: hidden;
	padding: 5px;
	border: #CCCCCC 1px solid;
	background-color: #FFFFFF;
	vertical-align: top;
	width:729px;
	margin-left:5px;
}

#meniudr {
	
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#meniudr-inner {
	width: 202px; overflow: hidden;
	border: #CCCCCC 1px solid;
	background-color: #ffffff;
}

#header {
	margin: 0; padding: 0px; padding-top: 1px;
	background:url(../img/header-bg.png) no-repeat top left;
	width: 950px; height: 250px;
}
.br { background:url(../img/line_v.png) right repeat-y }
.bt { background:url(../img/line_h.png) top repeat-x }

#login {
	background:url(../img/login-bg.gif) no-repeat right top;
	width: 370px; height: 50px;
}

#search {
	background:url(../img/search-bg.jpg) no-repeat right top;
	width: 230px; height: 50px;
}

#meniu {
	margin: 0; padding: 0;
	margin-left: 2px;
	text-align: left;
	display: inline-block;
	list-style: none;
}

#meniu li { float: left; }

#meniu li, #meniu li a {
	line-height: 27px;
	height: 27px;
}

#meniu li a, #meniu li a:visited {
	background: none;
	display:inline-block;
	padding: 0 15px 0 15px;
	text-decoration: none;
	color: #000000;
	font-size: 12px; font-weight: bold;
}

#meniu li a.activ, #meniu li a.activ:hover, #meniu li a.activ:visited { 
	background:url(../img/iii.jpg) no-repeat bottom center #0099ff;
	color:#FFFFFF ;
}

#meniu li a:hover {
	background:url(../img/iiii.jpg) no-repeat bottom center #4F4F4F;
	color:#FFFFFF ;
}
#footer {
	border:#CCCCCC 1px solid;
	background-color: #ffffff;
	height: 30px;
}

