H1
{
	background: white repeat-x 0 0;
	color: rgb(3, 125, 125);
}
H2
{
	background-attachment: scroll;
	background-color: white;
	background-image: url(images/heading_gradients.jpg);
	background-repeat: no-repeat;
	color: rgb(92, 92, 92);
	display: block;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	height: 16px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 5px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 12px;
	width: 854px;
}
A
{
	color: blue;
	text-decoration: underline;
}
A:hover
{
	color: #9D0000;
	text-decoration: underline;
}
TD.descript
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}
TD.meniu
{
	background: #999999 url(images/menu.png) repeat-x 0 0;
}
BODY
{
	background-repeat: repeat-y;
	background-position: center;
}

div {
    width: 854px;
    padding: 25px;
	margin-left: auto;
    margin-right: auto;
}

#id1 {
    line-height:30px;
    height:300px;
    width:400px;
    float:left;
    padding:5px;	          
}

#id2 {
    line-height:30px;
    height:300px;
    width:400px;
    float:right;
    padding:5px;	          
}

#centru{
	margin-left: auto;
    margin-right: auto;
}

table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: gray;
}