@charset "utf-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #FFFFFF;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	margin: 0px;
}
h1 {
	margin: 0px;
}
h2 {
	width: 580px;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-align: left;

}
h3 {
	font-size: 16px;
	color: #666666;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #999999;
}


.clear {
	clear: both;
}
#container {
	width: 900px;
}
#header {
	height: 175px;
	width: 900px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
}
#headerstanga {
	float: left;
	width: 670px;
	height: 170px;
}

#logo {
	float: left;
	height: 115px;
	width: 670px;
}
#headerimg {
	float: right;
	height: 170px;
	width: 226px;
}
/* Menu */

#meniu {
	text-align: left;
	height: 50px;
	width: 670px;
	padding-top: 5px;
}
#meniu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#meniu li {
	display: inline;
	font-family: Tahoma, Arial, sans-serif;
}
#meniu a {
	display: block;
	float: left;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	height: 40px;
	width: 130px;
	text-transform: none;
	text-align: center;
	padding-top: 15px;
}
#meniu a:hover {
	color: #FFFFFF;
	background-image: url(../images/meniu_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#meniu a.current {
	color: #FFFFFF;
	background-image: url(../images/meniu_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#stanga {
	font-size: 15px;
	color: #000000;
	text-align: justify;
	float: left;
	width: 590px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	list-style-position: inside;
	list-style-image: url(../images/li.jpg);
	height: 1%;
	background-color: #FFFFFF;
	background-image: url(../images/stanga_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#content {
	background-color: #EEEEEE;
	width: 900px;
}

#stanga a {
	font-weight: bold;
	color: #9D0C13;
	text-decoration: none;
}
#stanga a:hover {
	text-decoration: underline;
}
#stanga img {
	border: 1px solid #CCCCCC;
	padding: 2px;
}


#dreapta {
	float: right;
	width: 297px;
	text-align: center;
	padding-top: 10px;
	height: 100%;
	background-image: url(../images/dreapta_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#dreapta a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#dreapta a:hover {
	text-decoration: underline;
}
#dreapta img {
	padding: 2px;
	border: 1px solid #999999;
	background-color: #CCCCCC;
}
#extra {
	margin-top: 20px;
	width: 260px;
	text-align: justify;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer {
	color: #666666;
	height: 30px;
	width: 900px;
	padding-top: 10px;
	font-size: 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #999999;
}
#footer a {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}
#footer a:hover {
	text-decoration: underline;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer li {
	display: inline;
	font-family: Tahoma, Arial, sans-serif;
}
