html, body, #wrap{
	height: 100%;
}
html{
	overflow-y: scroll;
}

.clear{
	clear: both;
}
/*********************************************************/

body > #wrap {
	height: auto;
	min-height: 100%;
	/*background-color:#f4f4ec;*/
	/*background-image:url(../imagini/main-background-2.jpg);*/
	background-color:#F8FBF1;
}

#main{
	padding-bottom: 50px;
	/*background:url(../imagini/main-background-1.jpg) top;*/
} 


#header_wrap{
	height: 330px;
	color:#264000;
	font: bold 12px/35px Arial;
	text-align:center;
	background:url(../imagini/header-background-2.jpg);
}

	#header-top{
		background-color:#ffffff;
		height:30px;
	}
	
	#header{
		width: 998px;
		height: 148px;
		margin: 0px auto;
		text-align:center;
	}
	
	#header-bottom{
		width: 998px;
		height: 152px;
		margin: 0px auto;
		color: #fff;
		text-align:center;
		position:relative;
	}	
	#header-left{
		width:304px;
		height:152px;
		float:left;
		background:url(../imagini/logo-background-3.jpg) no-repeat;
		text-align:center;
		margin-left:-76px;
	}
	#shadow{
		 position:absolute;
		 left:230px;
		 top:2px;
	 }
		 #shadow h1{
			  color:#3b4033;
		  }
	#titlu{
		position:absolute;
		left:228px;

	}

#main_menu_wrap{
	height: 43px;
	background:url(../imagini/menu/menu-wrap-bg.gif) repeat-x;
	background-color: #ffffff;
}

/*********************************************************/

h1{
	font: normal 24px Arial;
	color:#ffffff;
}

h2{
	font: bold 18px Arial;
	text-transform:uppercase;
	color:#264000;
	margin-bottom:10px;
}

h3{
	font: bold 16px Arial;
	color:#0067ba;
	margin-bottom:5px;
}

p{
	font: normal 14px Arial;
	text-align:justify;
	line-height:1.5em;
	margin-bottom:10px;
}

.bold {
	font-weight:bold;
}

.italic{
	font-style:italic;
}

.green{
	color:#2f4015;
}

a {
	color: #BA8d00;
	text-decoration: none;
}

a:hover{
	color: #0067ba;
	text-decoration: underline;
}

a.mail {
	color: #0067ba;
	text-decoration: none;
}

a.mail:hover{
	color: #BA8d00;
	text-decoration: none;
}

ul{
	list-style-type:square;
	margin-left:10px;
	margin-top:0px;
	font: normal 14px Arial;
	text-align:justify;
	line-height:1.5em;
}

ul.hyphen{
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	padding-left:2.5em;
	text-indent:-2.5em; 
	font: normal 14px Arial;
	text-align:justify;
	line-height:1.5em;
}

/***********************************************************/
.content{
	width: 998px;
	margin: 0px auto;
	color: #000000;
	padding-top: 20px;
}

.full_box{
	float: left;
	width: 711px;
	margin-bottom: 30px;
}

.column{
	width: 227px;
	float: left;
	z-index:1000;
}
	.column_box{
		padding: 20px;
		padding-top:10px;
		margin-bottom: 30px;
		background-color: #CCDDAA;
		color:#020202;
		text-align:justify;
		border:2px solid #BA8D00;
		border-top:25px solid #BA8D00;
	}
	
	.column_box p{
		font: normal 12px Arial;
		text-align:justify;
		line-height:1.2em;
	}
	
	.ht1{
		height:705px;
	}
	.ht2{
		height:998px;
	}
	.ht3{
		height:1100px;
	}
	.ht4{
		height:1150px;
	}
	.ht5{
		height:1905px;
	}
	
	.padded{
			margin-left: 30px;
		}
	.coloured{
		background-color: #666666;
}
/*********************************************************/

#footer_wrap{
	position: relative;
	margin-top: -50px; /* negative value of footer height */
	height: 45px;
	clear:both;
	background-color: #88BA3D;
	/*background:url(../imagini/footer-background.jpg) repeat-x;*/
	border-top: 5px solid #455e1f;
}
		
	#bottom_text{
		width: 998px;
		margin: 0px auto 0 auto;
	}
		#bottom_text .copyright{
			float: left;
			margin-top: 15px;
			font: normal 12px Arial;
			color: #fff;
		}
		#bottom_text .last_modified{
			float: right;
			margin-top: 15px;
			font: normal 12px Arial;
			color: #fff;
		}
			#bottom_text .last_modified span{
				color: #264000;
				font-weight: bold;
			}