body{
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
}

#totale {
	background-color:#ffffff;
}

.contenitore {
	margin:auto;
	width:1000px;
}

.cleaner {
	clear:both;
}
	
/* HEADER */	
#header {
	display:block;
	margin:auto;
	width:1000px;
	height:116px;
	background-color:#ffffff;
}

#logo {
	float:left;
	width:414px;
	height:116px;
	background-image:url(../img/commons/logo_header.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

/* FASCIONE CON IMMAGINE */
#fascione {
	width:100%;
	background-image:url(../img/commons/fascia_sx.jpg);
	background-position:left top;
	background-repeat:repeat-x;
}

#fascia_sx {
	position:absolute;
	left:0px;
	width:50%;
	height:290px;
	z-index:1;
	background-image:url(../img/commons/fascia_sx.jpg);
	background-repeat:repeat-x;
}

#fascia_dx {
	position:absolute;
	right:0px;
	width:50%;
	height:290px;
	z-index:1;
	background-image:url(../img/commons/fascia_dx.jpg);
	background-repeat:repeat-x;
}

#immagine {
	position:absolute;
	width:100%;
	height:290px;
	background-image:url(../img/commons/logo.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	z-index:2;
	text-align:center;
}	

/* MENU' */

div#menu {
	float:right;
	display:block;
}

.sottomenu {
	float:left;
	width:130px;
	border-left:1px #cccccc solid;
}

.sottomenu a {
	display:block;
	margin:5px;
	padding:3px;
	color:#333333;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
}

.sottomenu a.selected {
	color:#ffffff;
	background-color:#003300;
	font-weight:bold;
}	

.sottomenu a:hover {
	color:#333333;
	background-color:#cccccc;
}
		
/* FOOTER */
	
#footer {
	clear:both;
	position:absolute;
	
	padding:10px 0px;
	width:100%;
	background-image:url(../img/commons/footer.gif);
	background-position:left top;
	background-repeat:repeat-x;
	background-color:#6f6f6f;
}

#credits {
	float:left;
	margin-top:5px;
	width:700px;
	font-size:11px;
}

#validation {
	float:right;
	width:300px;
}

#validation img {
	float:right;
	margin-left:5px;
	border:0px;
}

#validation img.w3c {
	margin-top:3px;
}

/* NAVIGAZIONE */
.navigation {
	font-size:13px;
	margin-bottom:5px;
}

.navigation th {
	width:58px;
	height:24px;
}

.navigation a {
	color:#666666;
	text-decoration:none;
}

.selected {
	color:#000000;
	text-decoration:underline;
}

.prev {
	float:left;
	display:block;
	width:24px;
	height:24px;
	background-image:url(../img/commons/back_down.gif);
	background-position:center center;
	background-repeat:no-repeat;
}

.prev:hover {
	background-image:url(../img/commons/back_up.gif);
}

.prev_deactivated {
	float:left;
	display:block;
	width:24px;
	height:24px;
	background-image:url(../img/commons/back_deactivated.gif);
	background-position:center center;
	background-repeat:no-repeat;
}

.next {
	float:left;
	display:block;
	width:24px;
	height:24px;
	background-image:url(../img/commons/next_down.gif);
	background-position:center center;
	background-repeat:no-repeat;
}

.next:hover {
	background-image:url(../img/commons/next_up.gif);
}

.next_deactivated {
	float:left;
	display:block;
	width:24px;
	height:24px;
	background-image:url(../img/commons/next_deactivated.gif);
	background-position:center center;
	background-repeat:no-repeat;
}

div#testo img {
	border-style:solid;
	border-color:#FFFFFF;
	border-width:1px;
	}