*{
	margin: 0px;
	padding: 0px;
}
h1{
	font: bold 20px Tahoma;
	text-align: center;
}
h2{
	font: bold 14px Tahoma;
	text-align: center;
}
header, section, footer, aside, nav, article, hgroup{
	display:block;
}
body{
	text-align:center;
}
#fotoindex{
	width: 100px;
	height: 80px;
}
#continut{
	border: 1px solid #000066;
	width: 1000px;
	margin: 10px auto;
	color: #000066;
	text-align:left;
	background: #66CCCC;
}
#headertable{
	border: 2px solid #000066;
	width: 1000px;
	font: 10px Tahoma;
	text-align: center;
}
#meniu{
	background: #000099;
	color: white;
	text-align: left;
}
#meniu li{
	display: inline-block;
	list-style: none;
	padding: 5px;
	font: bold 14px Tahoma;
	color: white;
}
#meniu A:link {text-decoration: none; color: white}
#meniu A:visited {text-decoration: none; color: white}
#meniu A:active {text-decoration: none; color: white}
#meniu A:hover {text-decoration: underline; color: yellow}
#lst_categorii A:link {text-decoration: none; color: #000066}
#lst_categorii A:visited {text-decoration: none; color: #000066}
#lst_categorii A:active {text-decoration: none; color: #000066}
#lst_categorii A:hover {text-decoration: underline; color: red}

aside{
	text-align: center;
}
#lateral{
	float: left;
	width: 118px;
	height: 100%;
	margin: 0px;
	padding: 15px;
	color: #000066;
}
#lst_categorii li{
	list-style: none;
}
#descarcare{
	text-align: center;
	color: #000066;
}
#descarcare A:link {text-decoration: none; color: #000066}
#descarcare A:visited {text-decoration: none; color: #000066}
#descarcare A:active {text-decoration: none; color: #000066}
#descarcare A:hover {text-decoration: underline; color: red}

#principal{
	float: right;
	width: 810px;
	margin: 0px;
	border: 1px solid #000066;
	padding: 20px;
}
#nume{
	font: bold italic 14px Tahoma;
}
#sec_membrii{
	text-align: center;
}
#sec_date{
	text-align: center;
}
#foto{
	width: 70px;
	height: 70px;
}
th{
	border: 1px solid black;
}
tr:nth-child(1){text-align: center;}
tr:nth-child(2){text-align: center;}
tr:nth-child(3){text-align: center;}
tr:nth-child(4){text-align: left;}
tr:nth-child(5){text-align: left;}
tr:nth-child(6){text-align: center;}
tr:nth-child(7){text-align: center;}
tr:nth-child(8){text-align: center;}

td{
	border: 1px solid black;
}


#jos{
	clear: both;
	text-align: center;
	padding: 5px;
	border-top: 2px solid #000066;
}