body {
	margin: 0; padding: 0;
	background: url(../img/bg.jpg) repeat-x top #4A96CA;
}

#all {
	margin: 0;
	padding: 0;
	width: 100%;
}

#t-all {
	width: 100%;
}

.umbra-sus {
	background: url(../img/shadow-tr.jpg) no-repeat right;
	height: 19px;
}

.umbra-sus div {
	background: url(../img/shadow-tl.jpg) no-repeat left;
	height: 19px;
}

.umbra-jos {
	background: url(../img/shadow-br.jpg) no-repeat right;
	height: 19px;
}

.umbra-jos div {
	background: url(../img/shadow-bl.jpg) no-repeat left;
	height: 19px;
}

.umbra { 
	width: 100%;
	height: 19px;
}
.umbra div { margin: 0; padding: 0; }

.umbra-sus-r {
	background: url(../img/shadow-tr.jpg) no-repeat right;
	height: 19px;
	margin-left: 30px;
}

.umbra-sus-l {
	background: url(../img/shadow-tl.jpg) no-repeat left;
	width: 40px; height: 19px;
	float: left;
}

.umbra-jos-r {
	background: url(../img/shadow-br.png) no-repeat right;
	height: 19px;
	width: 100%;
}

.umbra-jos-l {
	background: url(../img/shadow-bl.png) no-repeat left;
	width: 40px; height: 19px;
}

#t-mst {
	width: 35%;
}

#d-mst {
	margin: 0 30px 0 0; padding: 0;
}

#t-centru {
	width: 65%;
}

#d-centru {
	margin: 0; padding: 0;
	width: auto;
}

.footer {
	background-color: #2E5B7A;
	height: 77px;
	text-align: center;
	font-size: 1.1em;
	color: #789992;
	font-weight: bold;
}
.footer table {
	height: 77px;
}