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

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

body > #wrap {
	height: auto;
	min-height: 100%;
	/*background:#5588BB url(../imagini/background.png) 0 0 repeat-x;*/
	/*background-color:#99BBBB;*/
	background-color:#60A530;
	background:#FFFFCC url(../imagini/background.png) 0 0 repeat-x;
	padding-top:20px;
}

#main{
	margin: 0 auto;
	/*width: 868px;*/
	width: 968px;
	padding-bottom: 105px;
} 

#header-wrap{
	position:relative;
	width:968px;
	height:153px;
	margin:0 auto;
}
	#header-left{
		position:relative;
		float:left;
		width:18px;
	}
	#header-right{
		position:relative;
		float:left;
		width:18px;
	}
	#header{
		position:relative;
		width:932px;
		height:153px;
		float:left;
		text-align:center;
		background:url(../imagini/header-background-2.png) 0 0 repeat-x;
		color:#DD8822;
		font:bold 30px Calibri;
	}
	#header a{
		font:bold 18px Arial;
		color:#2277BB;
		text-decoration:none;
	}
	#header a:hover{
		text-decoration:none;
	}
/*********************************************************/
h1{
	font: bold 24px Arial;
	text-transform:uppercase;
	color:#DD8822;
	margin-bottom:10px;
}

h2{
	font: bold 16px Arial;
	color:#223344;
	margin-bottom:5px;
}

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

.times{
	font:normal 14px TimesNewRoman;
}

.bold {
	font-weight:bold;
}

.italic{
	font-style:italic;
}

.green{
	color:#2f4015;
}

.center{
	text-align:center;
}

a {
	color: #090909;
	text-decoration: none;
}
a:hover{
	color: #DD8822;
	text-decoration: underline;
}
a.current {
	color: #DD8822;
	text-decoration: underline;
}

ul{
	list-style-type:square;
	margin-left:10px;
	margin-top:0px;
	font: normal 12px 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 12px Arial;
	text-align:justify;
	line-height:1.5em;
}

/*********************************************************/
.content-wrap{
	/*width: 868px;*/
	width: 968px;
	height:100%;
}

.content{
	/*width: 868px;*/
	width: 768px;
	height:100%;
	position:relative;
	float:left;
	padding-top: 15px;
	font: normal 12px Arial;
	text-align:justify;
	line-height:1.5em;
	color:#090909;
	background-color:#ffffff;
	min-height: 650px;
}

/* for Internet Explorer */
/*\*/
* html 
.content-wrap {
	height: 650px;
}

.full_box{
	float: left;
	/*width: 808px;*/
	width: 708px;
}

.half_box{
	float: left;
	/*width: 608px;*/
	width: 508px;
}

.column{
	width: 198px;
	float: left;
	margin-top:-15px;
}
	
	.column-text{
		width:100%;
		padding:20px;
	}
	
	.column-text ul li{
		margin-bottom:20px;
	}
	
	.column-text a{
		font: bold 16px Arial;
		color:#1D2D45;
		margin-bottom:5px;
		text-transform:none;
	}
	
	.column-text a:hover{
		font: bold 16px Arial;
		color:#DD8822;
		margin-bottom:5px;
		text-decoration:underline;
	}

	.column-text a.current{
		color:#DD8822;
		text-decoration:underline;
	}

	.padded-left{
			margin-left: 30px;
		}		
	.padded-right{
			margin-right: 30px;
		}
		
	.ht1{
		height:550px;
	}
	
	.wd-c-2{
		width:150px;
	}
	
	.wd-hb-2{
		width:608px;
	}
}


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

#footer-wrap{
	position:relative;
	width:968px;
	height: 105px;
	margin:0 auto;
	clear:both;
}

#footer-left{
	position:relative;
	float:left;
	width:18px;
	height:105px;
	background:url(../imagini/footer-l.png) 0 0 repeat-x;
}

#footer-right{
	position:relative;
	float:left;
	width:18px;
	height:105px;
	background:url(../imagini/footer-r.png) 0 0 repeat-x;
}

#footer{
	position:relative;
	float:left;
	width:932px;
	height:105px;
	background:url(../imagini/footer-background.jpg) 0 0 repeat-x;
	text-align:center;
	color:#ffffff;
}

#footer a{
	font: normal 12px Arial;
	text-transform:none;
	color:#ffffff;
}

#footer a:hover{
	text-transform:underline;
}