* {
	font-family: sans-serif;
}

body {
	padding: 0px;
	margin: 0px;
	background-color: #487890;
}

#inceput {
	width: 760px;
	height: 95px;
	background:#fff ;
}

#sigla {
	text-align: left;
	width: 191px;
}


#titlu {
	font-family: sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #d5d6d6;
	padding-top: 5px;
	padding-left: 3px;
}


#linkuri{
	
}

#titlulinkuri {
	background-color: #f1f1e0;
	color: #a7a352;
	font-family: sans-serif;
	font-size: 16px;
	text-align: center;
	padding: 2px;
}

#sfarsitlinkuri {
	background-color: #f1f1e0;
	color: #a7a352;
	font-family: sans-serif;
	font-size: 16px;
	text-align: left;
        vertical-align: bottom;
	padding: 2px;
}

#articole {
	padding-left: 17px;
	padding-top: 20px;
}

#articole a {
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #036e68;
	text-decoration: none;
                text-align: left;
	display: block;
}


#continut {
	font-size: 12px;
	padding: 7px;
	color: #333;
	border: 0px solid #d5d6d6;
}

#comentarii {
	font-size: 12px;
	padding: 3px;
	color: #444;
	background-color: #f1f1e0;
	border: 0px solid #d5d6d6;
}

#continut h1 {
	font-size: 20px;
	font-weight: normal;
	color: #036e68;
}

