* {
    padding: 0;
    margin: 0;
} 

body {
	;
	background-color: #00C;
}

img { border: none; }
a {
	color: #00ffff;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color : #ff0033;
}

#wrap {
	margin: 0px auto 0 auto;
	width: 1000px;
}

#header {
	padding-bottom: 0px;
	height: 226px;
	background-image: url(images/header.jpg);
}

#menu {
	height: 30px;
	background: url(images/menu.jpg) no-repeat;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 20px;
	font-weight: bolder;
	line-height: 30px;
}
#menu ul {
padding-right: 10px;
list-style-type: none;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
	color: #FFF;
	padding: 0 10px;
	text-decoration: none;
	font-weight: 600;
}
#menu ul li a:hover {
	color: #FF0000;
	text-decoration: none;
}

#content {
	padding: 0px 0px;
	background-color: #069;
}
.continut {
	width: 980px;
	float: right;
	padding: 0 10px 0 10px;
}

#bottom {
	padding: 3px 0;
	background-color: #F60;
}

#footer {
	text-align: center;
	color: #FFF;
	font-size: 11px;
	padding: 10px 0 10px 0;
	font-family: Verdana, Geneva, sans-serif;
}
.titlu_centru_bold {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 17px;
	line-height: 18px;
	color: #FC0;
	font-weight: bold;
	text-align: center;
}


.subtitlu_stanga {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 16px;
	line-height: 18px;
	color: #6F0;
	text-align: left;
	text-indent: 20px;
	font-weight: bold;
}

.text_justify {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #FF0;
	text-align: justify;
	text-indent: 20px;
}
