@charset "utf-8";
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: #000000;
	background-color: #666666;
	background-image: url(../images/bkg_body.png);
	background-repeat: repeat;
}
* {
	margin: 0px;
	padding: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
	padding-bottom: 15px;
}
.floatRight {
	float: right;
}
#clear {
	clear: both;
}
.floatLeft {
	float: left;
}
#text_prezentare td {
}
#continut_parteneri {
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 25px;
}
.nota {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #990000;
}

