BODY 
	{
  	color: #000000;
  	margin: 0px;
    background: url(../images/bg.gif);
	background-attachment:fixed;
	} 

#site_general {
	background-color: #000;
	height: auto;
	width: 950px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	color: #FFF;
	font-family: Verdana;
	font-size: 12px;
	overflow: hidden;
	margin-bottom: 50px;
}
ul.sidemenu {
	padding: 0;
	list-style: none;
	margin: 0px;
}

ul.sidemenu li {
}

ul.sidemenu li a {
	text-decoration: none;
	display: block;
	color: #CCC;
	padding-left: 10px;
	margin-bottom: 1px;
	background-color: #161616;
	height: 20px;
	line-height: 20px;
	text-transform: uppercase;
	padding-top: 3px;
	padding-bottom: 3px;
}

ul.sidemenu li a:hover {
	color: #FFF;
	text-shadow:1px 1px 2px #000;
	background-color: #01619e;
	font-weight: bold;
}
.fundal_poze{
	background-color: #161616;
	padding: 2px;
	margin: 2px;
	color: #F60;
	}
.fundal_poze a{
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
.fundal_poze a:hover{
	text-shadow: 1px 1px 2px #CCC;
	}
#footer a{
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
}
#footer a:hover{
	color:#01619e;
	text-shadow: 1px 1px 2px #CCC;
	}

