body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #DDDDDD;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	padding-top: 5px;
}
.twoColFixLtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(Images/footer.png) no-repeat center bottom; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: justify;
	margin-right: auto;
	margin-left: auto;
} 

.twoColFixLtHdr #header {
	background: #FFFFFF url(Images/Romana/Header_ro.jpg) no-repeat;
	padding: 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 156px;
	width: 800px;
} 

.twoColFixLtHdr #header_en {
	background: #FFFFFF url(Images/English/Header_en.jpg) no-repeat;
	padding: 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 156px;
	width: 800px;
} 

.twoColFixLtHdr #lang {
	height: 20px;
	width: 120px;
	position: relative;
	top: 1px;
	left: 0px;
	padding-top: 4px;
}
.BR_home_img {
	height: 280px;
	width: 350px;
	float: left;
	margin-right: 30px;
}


.twoColFixLtHdr #nav {
	height: 30px;
	width: 800px;
	position: absolute;
	top: 131px;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	position: absolute;
	top: -100px;
}

.twoColFixLtHdr #style_line {
	background: #95b330;
	height: 10px;
	width: 800px;
	padding-top: 1;
}

.twoColFixLtHdr #mainContent {
	padding: 0 10; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-right: 10px;
	margin-left: 10px;
} 
.footer_text {
	text-align: center;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 15px;
}
.twoColFixLtHdr #footer {
	width: 800px;
	float: none;
	background-image: url(Images/Footer.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 800px;
	padding-top: 1px;
	height: 40px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}

.titlu {
	position: absolute;
	top: -100px;
	float: none;
}
.floatleft {
	float: left;
	clear: none;
	padding: 0px;
	margin-right: 20px;
}
