/* CSS Document */

body {
	margin: 0px auto;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;	
	background-image: url(bg-top.gif);
	background-repeat: repeat-x;
	height: 100%; /* 100 % height */ 
}

#container{ 		
	width: 1000px;
	margin: 0px auto;	
	height: auto;
}

/*********************** TOP *********************************/

#top{
	background-image: url(top.png);
	background-repeat: repeat-x;
	height: 183px;
	margin-top: 0px;
}

#dreapta{
	width: 1000px;
	height: 430px;		
	background-color: none;		
	background-image: url(dreapta1.png);
	background-repeat: no-repeat;
	background-position: 450px 0px;
	margin-top: 0px;
}

#dreapta1{
	width: 1000px;
	height: 430px;	
	background-color: none;		
	background-image: url(dreapta2.jpg);
	background-repeat: no-repeat;
	background-position: 580px 0px;
	margin-top: 0px;
}

#continut{
	width: 915px;
	height: auto;	
	padding-left: 85px;
}

#meniu{
	width: 915px;
	height: 30px;	
	padding-top: 120px;		
}

#meniu .sub{
	width: 80px;
	height: 30px;	
	padding-left: 20px;	
	font: normal 16px Verdana, Arial, Helvetica, sans-serif;
	background-image: url(jjcr.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #653E22;
	float: left;
}

#text{
	width: 490px;
	height: auto;	
	margin-top: 30px;		
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: justify;
}

#text h1{
	font: normal 24px Verdana, Arial, Helvetica, sans-serif;
	color: #A9B79E;
}

#text h2{
	font: normal 14px Verdana, Arial, Helvetica, sans-serif;
	color: #A9B79E;
	margin-bottom: 3px;
}

#footer{
	width: 490px;
	height: 40px;	
	border-top: solid 2px #C25848;
	margin-top: 30px;
	padding-top: 5px;		
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}


