@charset "utf-8";
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-image: url(imagini/body_back.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	font-size: 0.75em;
	line-height: 1.4em;
}
h1 {
	float: left;
	height: 90px;
	width: 330px;
}
h2 {
	font-size: 24px;
	text-transform: lowercase;
	color: #DC0B0B;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.clear {
	clear: both;
	height: 20px;
}


#container {
	margin: 0px;
	width: 900px;
	padding: 0px;
}
#blog {
	text-align: right;
	height: 35px;
	width: 900px;
}
#continut {
	width: 900px;
}
#left {
	float: left;
	width: 660px;
	text-align: left;
}
#left a {
	color: #DC0B0B;
	text-decoration: none;
	font-weight: bold;
}
#left a:hover {
	color: #333333;
	text-decoration: underline;
}
#right {
	float: right;
	width: 220px;
	background-color: #FCFCFC;
	background-image: url(imagini/right_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 20px;
}


#meniu {
	width: 200px;
	text-align: center;
	margin-left: 10px;
}
#meniu ul {
	list-style: none;
	border: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#meniu li {
	margin: 0;
      }
#meniu li a {
	text-align: left;
	background-repeat: no-repeat;
	background-position: left center;
	height: 20px;
	width: 200px;
	display: block;
	color: #DC0B0B;
	text-indent: 20px;
	font-weight: normal;
	text-decoration: none;
	padding-top: 5px;
	font-size: 12px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(imagini/menu_back_a.jpg);
}

#meniu li a:hover {
	text-decoration:none;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(imagini/menu_back_hover.jpg);
	color: #333333;
}
#meniu li a.current {
	text-decoration:none;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(imagini/menu_back_hover.jpg);
	color: #333333;
}

#adresa {
	font-size: 14px;
	text-align: left;
	width: 200px;
	padding: 5px;
}
#footer {
	font-size: 10px;
	color: #666666;
	text-align: center;
	width: 900px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	padding-top: 5px;
}
#footer a {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

