body {
	background: url(../images/bg.png);
}
.container_16 {
	padding: 0px 0px 6px;
}
#wrapper {
	background-color: #f4f1f2;
	border: 1px solid #000000;
	
	box-shadow: 0px 5px 5px #000000;
	-moz-box-shadow: 0px 5px 15px #000000;
	-webkit-box-shadow: 0px 5px 15px #000000;
}
#header {
	background: url(../images/header_3.jpg) no-repeat;
	height: 378px;
}
#footer {
	background: url(../images/footer1.jpg) no-repeat;
	height: 143px;
}
#menu,
#menu li {
	list-style: none;
	margin: 0px;
}
#menu {
	margin: 20px 0px;
}
	#menu li {
		border-bottom: 1px dashed #e3d8d9;
		padding: 10px 0px 10px 30px;
	}
		#menu li:hover,
		#menu li.current {
			background: transparent url(../images/menu_text.gif) no-repeat scroll -112px 12px;
		}
	#menu li:first-child { border-top: 1px dashed #e3d8d9; }
		#menu li a { 
			background: url(../images/menu_text.gif) no-repeat;
			display: block;
			height: 14px;
			text-indent: -9999px;
			width: 130px; 
		}
			#menu li a.home { background-position: 0px 0px; width: 120px; }
			#menu li a.servicii { background-position: 0px -18px; }
			#menu li a.galerie_foto { background-position: 0px -36px; }
			#menu li a.evenimente { background-position: 0px -54px; }
			#menu li a.contact { background-position: 0px -72px; }
#content {
	margin: 20px 0px;
	position: relative;
}
	#mini_map {
		top: 0px;
		right: -10px;
		position: absolute;
	}
	#content p {
		color: #696969;
		font-family: Times, serif;
		font-size: 1.2em;
		width: 380px;
	}
	#content .separator {
		margin: 0px auto 20px 170px;
	}
	
.header_despre_noi,
.header_servicii,
.header_galerie_foto,
.header_eveimente,
.header_contact {
	background: url(../images/header_text.gif) no-repeat;
	display: block;
	height: 22px;
	text-indent: -9999px;
	width: 188px;
}
.header_despre_noi { background-position: 0px 0px; }
.header_servicii { background-position: 0px -24px; }
.header_galerie_foto { background-position: 0px -48px; }
.header_eveimente { background-position: 0px -72px; }
.header_contact { background-position: 0px -96px; }

#map {
	border: 1px solid gray;
	height: 400px; margin: 20px;
}

.gallery img { border: none; }
#cam {
	top: 0px; right: -29px;
	position: absolute;
}
