* {
    padding: 0;
    margin: 0;
} 

body {
	background: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000;
	;
}

img { border: none; }
a {
	color: #FF0;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color : #FF0000;
}

#wrap {
	margin: 0px auto 0 auto;
	width: 1000px;
}

#header {
	padding-bottom: 0px;
	background: url(images/header.jpg) no-repeat;
	height: 220px;
}

#menu {
	height: 30px;
	line-height: 30px;
	background: url(images/menu.jpg) no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bolder;
}
#menu ul {
padding-right: 10px;
list-style-type: none;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
	color: #003366;
	padding: 0 10px;
	text-decoration: none;
	font-weight: 600;
}
#menu ul li a:hover {
	color: #FF0000;
	text-decoration: none;
}

#content {
	padding: 0px 0px;
	background: #75a7aa;
}
.continut {
	width: 980px;
	float: right;
	padding: 10px;
	font-size: 12px;
}

#bottom {
	background: #ff0000;
	padding: 2px 0;
}

#footer {
	text-align: center;
	color: #FFF;
	font-size: 11px;
	padding: 0 0 10px 0;
}
.titlu_centru_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #006;
	font-weight: bold;
	text-align: center;
}
.text_justify {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #006;
	text-align: justify;
	text-indent: 20px;
}


.subtitlu_stanga {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #FFF;
	text-align: left;
	text-indent: 20px;
	font-weight: bold;
}
