@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	background-color:#2C1D20;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #3b282c;
	background-image: url(../images/bg00.jpg);
	background-repeat:repeat;
	font-weight: bold;
}
p
{
	text-indent: 2em;
	font-size: 14px;
}
#header-bg{
	position: relative;
	z-index: 99;
	height:210px;
	background-image: url(../images/bg30.jpg);
}
#header-logo{
	height:160px;
	width:990px;
	text-align: center;
	background-image: url(../images/bg-header2.jpg);
}
.oneColFixCtr #container {
	width: 990px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 1px 20px 20px 20px;
	height: auto;
	background: #fbf7e4;
	margin-top: 10px;
}
.activ a {
	background-image: url(../images/but-bg-h.jpg);
}
.activ a:hover{
	background-image: url(../images/but-bg-hh.jpg);
	color:#3C292D;
}
.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	text-decoration:none;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	}
.menu ul{
	 text-align:center; list-style-type:none; padding: 0; margin: 0;
	}
	.menu li{
	float:left;
	font-weight:bold;
	line-height:50px;
	text-align:center;		}
	.menu li a{
	display:block;
	color:#FFFFE8;
	text-decoration: none;
	font-size: 10pt;
	height:50px;
	vertical-align:middle;
	font-weight:bold;
		}
		.menu li a:hover{
	background-color:#fbf7e4;
	color:#3C292D;
	filter:alpha(opacity=90);
	opacity:0.9;

	
	/*background-image: url(../images/but-bg-h.jpg);*/
		}
	.menu li ul{
	background-color:#3C292D;
	border-left:2px solid #704B53;
	border-right:2px solid #704B53;
	border-bottom:2px solid #704B53;
	display:none;
	height:auto;
	filter:alpha(opacity=90);
	opacity:0.9;
	position:absolute;
	width:150px;
	z-index:200;		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		}
	.menu li li {
	display:block;
	float:none;
	width:188px;

		}
	.menu li ul a{
		display:block;
		font-size:12px;
		font-style:normal;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover{
	background-color:#fbf7e4;
	color:#3C292D;
	opacity:1.0;
	filter:alpha(opacity=100);
			}
.footer {
	font-size:9px;
	color:#fbf7e4;
	height:50px;
	text-align:center;
	padding: 20px 20px 20px 20px;
	}
.footer a{
	color:#fbf7e4;
}
.footer a:hoover{
	color:#fff;
}
.titlu2 {
	font-size:16px;
	text-decoration: underline;
}

