/*****************************************
* OVERRIDES
******************************************/
/*****************************************
* SEZIONE EUROPA
******************************************/
#page-content {
	height: 445px;
	width: 100%;
	padding-top: 2px;
}
#left-box {
	position: relative;
	float: left;
	width: 204px;
	height: 445px; 
}
#right-box {
	position: relative;
	float: right;
	height: 300px; 
	width: 625px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}
#box-image {
	position: absolute;
	width: 204px;
	height:  445px;
}
#box-text {
	position: absolute;
	width: 184px;
	height: 300px;
	top: 105px;
	left: 10px;
	text-align: justify;
	/*border: 1px solid #ff0000;*/
	font-weight: bold;
}

#europe-links {
	position: relative;
	height: 90px;
	margin-left: 30px;
	margin-top: 20px;
}
#europe-links p,
#europe-content p {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
#europe-links ul {
	padding: 0px;
	margin: 0px;
	border: 0px;
	list-style: none;
}




.title {
	font-size: 120%;
	font-weight: bold;
	text-transform: uppercase;
}
#europe-content {
	position: relative;
	height: 200px;
	margin-bottom: 4px;
}





#europe-links ul li a {
	display: block;
	border: 0;
	padding: 1px 0 2px;
	padding-left: 6px;
	color: #004175;
	text-decoration: none;
	text-transform: uppercase;
	height: 12px;
	width: 200px;
} 
#europe-links ul li a:ACTIVE,
#europe-links ul li a:VISITED
{
	color: #004175;
}
#europe-links ul li a:HOVER
{
	background-color: #fdc400 !important; 
	color: white;
}
