/* Elementi globali */

* 
{
	margin: 0;
	padding: 0;
}
body 
{
	margin: 0;
	padding: 0;
	background: url(img/background.gif);
}


/* Container */

#container 
{
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0 50px 0 50px;
	width: 640px !important;
	width /**/: 750px;
	background: url(img/background_container.gif) repeat-y;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: .75em;
	color: #BBB5A2;
}

#header
{
	width: 640px;
	height: 150px;
	background: url(img/header.jpg) no-repeat;
}
#intro 
{
	width: 460px;
	margin-top: 20px;
	padding-bottom: 20px;
}

/* Page */

#page
{
	width: 460px;
}
#page
{
	padding: 30px;
	padding-bottom: 0;
	width: 408px !important;
	width /**/: 468px;
	background: url(img/background_supportingtext.gif) repeat-y;
	/*background: url(img/i_supportingtext_header.gif) no-repeat;*/
	color: #BDC1BC;
}

#explanation
{
	margin: -30px -30px 0 -30px ; 
	padding: 30px 30px 0 30px;
	background: url(img/i_supportingtext_header.gif) no-repeat;
	text-align: justify;
	min-height: 160px;
}
#explanation h1
{
	text-align: center;
	padding: 10px;
	color: #D07B02;
	font-size: 1.5em;
}

#explanation ul li a
{
	color: #BBB5A2;
}

#explanation a:visited
{
	color: #C13003;
}

#explanation a:hover
{
	color: #D07B02;
}

.language
{
	list-style-type: none;
	display: block;
}

.language li
{
	display: inline;
}

.language img
{
	border: 0;
}

#english
{
	display: none;
}

/* Footer */

#footer 
{
	margin: 0 -30px; 
	padding: 40px 30px 10px 30px;
	height: 20px !important;
	height /**/: 70px;
	background: #000000 url(img/background_footer.gif) no-repeat;
}

#footer a
{
	color: #FFFFFF;
}


/* linklist */
#linkList 
{
	position: absolute;
	top: 160px;
	left: 530px;
	width: 177px;
}
#linkList2 
{
	color: #C13003;
}

/* Navigation */
.navigation 
{
	margin-top: 20px;
	padding-bottom: 5px;
	width: 177px;
	height: 31px;
	background: url(img/navigation.gif) no-repeat;
}

#menu ul 
{
	width: 150px;
	list-style-type: none;
}

#menu ul li 
{
	width: 150px;
	padding: 5px 0 5px 25px;
	display: block;
	background: url(img/bullets.gif) 14px 7px no-repeat;
	border-bottom: 1px solid #311D00;
}

#menu ul li a
{
	display: block;
	font-weight: bold;
	color: #D07B02;
	text-decoration: none;
	line-height: 12px;
}

#menu ul li a:hover
{
	color: #FAA123;
}

#menu ul li a.c ù
{
	color: #C13003;
	display: inline;
	font-weight: bold;
}

#menu ul li a.c:hover 
{
	color: #C13003;
	text-decoration: underline;
}

/* News */

.news_list
{
	margin-top: 20px;
	padding-bottom: 5px;
	width: 177px;
	height: 31px;
	background: url(img/news.gif) no-repeat;
}

/*
#news ul 
{
	width: 150px;
	list-style-type: none;
}

#news ul li 
{
	width: 150px;
	padding: 3px 0 3px 25px;
	border-bottom: 1px solid #311D00;
}

#news ul li a
{
	font-weight: bold;
	color: #D07B02;
	text-decoration: none;
	line-height: 12px;
}

#news ul li a:hover
{
	color: #FAA123;
}
*/

#news p
{
	padding-left: 20px;
	padding-right: 20px;
}
/* Next Date */

.next_date
 {
	margin-top: 20px;
	padding-bottom: 5px;
	width: 177px;
	height: 31px;
	background: url(img/next_date.gif) no-repeat;
}

#date p
{
	padding-left: 20px;
	padding-right: 20px;
}

/*
#date ul 
{
	width: 150px;
	list-style-type: none;
}

#date ul li
 {
	width: 150px;
	padding: 3px 0 3px 25px;
	background: url(bullets.gif) 14px 8px no-repeat;
	border-bottom: 1px solid #311D00;
}

#date ul li a
{
	font-weight: bold;
	color: #D07B02;
	text-decoration: none;
	line-height: 12px;
}

#date ul li a:hover
{
	color: #FAA123;
}
*/

/* Contact Us */

.contact
{
	margin-top: 20px;
	padding-bottom: 5px;
	width: 177px;
	height: 31px;
	background: url(img/contact.gif) no-repeat;
}

#contactUs a
{
	color: #BBB5A2;
	padding-left: 20px;
	padding-right: 20px;
}

#contactUs a:visited
{
	color: #BBB5A2;
}
