body {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
	background-color: #F3F3F3;
	background-image: url(imagini/body_back.jpg);
	background-repeat: repeat-x;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

.container {
	width: 800px;
}

.logo {
	float: left;
	height: 70px;
	width: 220px;
}

.meniu {
	background:#000000;
	text-align: right;
	float: right;
	width: 550px;
	top: 0px;
	margin: 0; 
	padding: 0;
}
.meniu ul li  {
	list-style: none;
	margin: 0;
	float: right;
}

.meniu a {
	background-color: #000000;
	background-image: url(imagini/btn_normal.jpg);
	color: #FFFFFF;
	width: 80px;
	display: block;
	height: 25px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
}
.meniu a:hover {
	background-color: #000000;
	background-image: url(imagini/btn_hover.jpg);
	color: #FFFFFF;
	width: 80px;
	display: block;
	height: 25px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
}

.content {
	width: 800px;
	text-align: left;
	float: left;
}
.content a {
	color: #006600;
	text-decoration: none;
	font-weight: bold;
}
.content a:hover {
	color: #FFFFFF;
	background-color: #006600;
}
.content ul li {
	list-style-position: inside;
	list-style-image: url(imagini/li-sagetuta.jpg);
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #79AE42;
	background-image: url(imagini/img_h1.gif);
	background-repeat: no-repeat;
	letter-spacing: 5px;
	text-indent: 25px;
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #79AE42;
	border-right-color: #79AE42;
	border-bottom-color: #79AE42;
	border-left-color: #79AE42;
}
.hr {
	color: #666666;
	clear: both;
}

.img {
	background-color: #CCCCCC;
	padding: 3px;
	border: 1px solid #666666;
	margin-left: 10px;
}
.footer {
	font-size: 10px;
	color: #999999;
	text-align: center;
}
.footer a {
	color: #999999;
	text-align: center;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006600;
	text-align: left;
}
.more a {
	text-decoration: none;
	color: #006600;
	font-weight: bold;
	background-image: url(imagini/more.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 15px;
}
.more a:hover {
	text-decoration: none;
	background-image: url(imagini/more-hover.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 15px;
}
#body-left {
	float: left;
	width: 390px;
	padding: 5px;
	background-image: url(imagini/contact.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 360px;
	text-align: left;
}
#body-right {
	float: right;
	width: 390px;
	padding: 2px;
}

