/* CSS Document */

body{
	margin:0;
	font-size:12px;
	font-family: Arial;
	color:#424242;
	background:url(images/bg_header.png) repeat-x;
	background-color:#ECE8E1;
	
}
a:link {
	color: #424242;
	text-decoration: none;
}
a:visited {
	color: #424242;
	text-decoration: none;
}
a:hover {
	color: #424242;
	text-decoration: none;
}
a:active {
	color: #424242;
	text-decoration: none;
}
#container{
	width:1000px;
	margin:auto;
	background-color:#ECE8E1;
}

#container2{
	width:1000px;
	height:auto;
	margin:auto;
	background:url(images/bg_footer.png) repeat-x;
}

#header{
	width:1008px;
	height:400px;
	background:url(images/header.png) no-repeat;
}

#partea_st{
	float:left;
	width:120px;
	position:relative;
}
#partea_centrala{
	padding-top:37px;
	float:left;
	width:660px;
margin-left:90px;

}
#partea_dreapta{
	padding-top:37px;
	float:left;
	width:220px;
}

#footer{
margin-top:0px;
	padding-top:0px;
font-size:11px;
	float:left;
	width:100%;
	height:361px;
	background:url(images/bg_footer.png) repeat-x;
}


#titlu {
	font-size:15px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -0.5px;
	color:#000000;
	position:relative;
font-weight:bold;
	}
