body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #365d62;
	background-image: url(images/bgg_mare.jpg);
	background-attachment:fixed;
}

.oneColElsCtrHdr #container {
	width: 1040px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtrHdr #header { 
	background: #DDDDDD; 
	padding: 0 10px 0 20px;
	width:824px;
	height:52px;
	background:url(images/bgg_butoane_sus.gif) left top no-repeat;
	margin-top:20px;  
} 
.oneColElsCtrHdr #mainContent {
	padding:0 0 0 1px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:0px;
	background: #FFFFFF;
	width:823px;
	height:464px;
}
.oneColElsCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	width:824px;
	height:52px;
	background:url(images/bgg_butoane_jos.gif) left top no-repeat; 
} 
.oneColElsCtrHdr #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 */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
body,td,th {
	font-size: 12px;
	text-align: justify;
}
.border {border:#547c84 solid 1px; padding:3px;}
.no_under {text-decoration:none;}
.txt_alb {color:#FFFFFF;}
.txt_neg {
	color:#365d62;
	font-size: 12px;
	font-weight: normal;
}
.titlu {
	color:#005ABD;
	font-weight:bold;
	font-size:14px
}
a:hover {
	text-decoration:underline;
	color:#365d62;
	font-weight:bold;
	font-size: 12px;
}
