/* CSS Document */
body {margin:0;
      padding:0;
	  }

#container {width:800px;
            height:1000px;
			margin:auto;}
			
#header {width:800px;
         height:181px;
		 background-image:url(poze/header1.png)
		 }
		 
#header_sigla {
	width:270px;
	height:110px;
	float:right;
	margin-top: 10px;
	margin-right: 5px;
	background-color: #951919;
			   }
			   
#header_sigla img {
	margin: 10px;
}			   		 
		 
#central {width:800px;
          height:739px;
		  background-image:url(poze/bg1.png)
		  }	
		  

		  	 			
			
#meniu {
	width:270px;
	height:600px;
	float:left;
	background-image:url(poze/bg_buton.png);
	background-repeat:no-repeat;
	margin-top: 70px;
	margin-left: 5px;
		}
#meniu ul {
	margin:0;
	padding:0;
	float:left;
}		
				
		
#meniu ul li {
	list-style-type:none;
	padding-top:5px;
}		
		
			
#meniu ul li a {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	font-family:georgia;
	font-size:0.7em;
	width:237px;
	padding-top:10px;
	padding-bottom:0px;
	background-image:url(poze/buton.png);
	background-repeat:no-repeat;
	height: 42px;
	padding-left: 30px;
	background-position: 15px -5px;
	text-align:justify;
	text-indent: 5px;
	top: 10px;
}

#meniu ul li a:hover {background-image:url(poze/buton1.png);}

.ic {
	margin-top:20px;
	text-align: center;
	margin-left: 10px;
}


#dreapta {
	width:500px;
	height:730px;
	float:right;
	background-image: url(poze/bg_dreapta.png);
	background-repeat: no-repeat;
	background-position:0 50%;
	
}

#dreapta p{
	font-family: Georgia;
	font-size: 0.9em;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 17px;
	margin-left: 15px;
	margin-top: 30px;
	width: 450px;
}


#dreapta a {text-decoration:none;
            color:#FFFFFF;}

.clasa1 {
	font-size: 1.3em;
	text-align: center;
}

.clasa2 {
	font-size:0.7em;
	background-color: #9c3838;
}


#footer {
	width:800px;
	height:80px;
	background-image:url(poze/bg_footer.png);
	clear: both;
	margin-top:0;
}
        
.clasa3  {
           color:#FFFFFF;
           font-family:Georgia;
		   font-size:0.7em;
           font-weight:bold;
		   float:right;
		   margin-right:10px;}
