*{
	margin:0;
	padding: 0;
}

body{
	font-family: Arial;
	font-size: 12px;	
}

#main{
	text-align: left;
	overflow: auto;
	width: 820px;	

}
#img{
	float: left;
	
	height:602px;
	width: 602px;
}


#noutati{
	background: url(../images/noutati_header.jpg) top left no-repeat;
	width: 160px;
	float: left;
	padding-top: 193px;
	margin-left: 20px;
	text-align: justify;
}



ul{
	list-style:none;
}

ul li{
	margin-bottom: 10px;
}

a{
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

a:hover{
	color: #bd1384;
}

#footer{
	float: left;
	width: 600px;
	margin-top: 20px;

}

#footer  ul li{
	float: right;
	margin-left: 20px;
	font-weight: bold;
}

#footer a{
	font-weight: normal;
}

