/*****************************************
* OVERRIDES
******************************************/
#container {
	min-height: 500px;
	height: 100%;
	text-align: left;
} 
#content {
	min-height: 400px;
	height: 100%;
}
/*****************************************
* SEZIONE ITALIA
******************************************/
#page-content {
	height: 450px;
	width: 100%;
	padding-top: 2px;
}
#left-box {
	position: relative;
	float: left;
	width: 204px;
	height: 445px; 
}
#center-box {
	position: relative;
	float: left;
	width: 313px;
	height: 445px;
	margin-left:  4px; 
}
#right-box {
	position: relative;
	float: left;
	height: 445px; 
	width: 260px;
	padding: 0px;
	margin: 0px;
	margin-left: 15px;
	margin-top: 10px;
	border: 0px;
}
#box-image {
	position: absolute;
	width: 204px;
	height:  361px;
}
#box-text {
	position: absolute;
	width: 184px;
	height: 300px;
	top: 105px;
	left: 10px;
	text-align: justify;
	/*border: 1px solid #ff0000;*/
	font-weight: bold;
}
#back-link {
	position: absolute;
	width: 204px;
	height: 84px;
	top: 361px;
	left: 0px;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
#back-link a,
#back-link a img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.title {
	font-size: 120%;
	font-weight: bold;
	text-transform: uppercase;
}
.text {
	text-align: justify;
}
.country-content {
	position: relative;
	margin-bottom: 4px;
	width: 100%;
}
.country-content p {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
.horiz-line {
	padding-bottom: 4px;
	margin-bottom: 15px;
	border-bottom: 1px solid #004175;
	width: 220px;
}



.text {
	text-align: justify;
}
