body {
	margin: 0px 0px 0px 0px; TEXT-ALIGN: center; BACKGROUND: #FFFFFF; HEIGHT: 100%; font-family: Verdana;font-size:11px;text-decoration: none;color: #0a81b7; height:100%;
}

.testobianco {
font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; color:#FFFFFF; font-weight:bold; text-align:center;
}

.header {
width:770px; height:127px; background-image: url(/totem/immagini/header.jpg);
}

.navigation {
width:875px; height:38px; float:none;
}

.body {
width:875px; float:none;
}

.menu_sx {
width:198px;  background-color:#FFFFFF; text-align:left; float:left;

}

.content {
height:185px; width:770px; 
}

.text {
width:554px; height:auto; background-color:#FFFFFF; border-top:1px solid #FFFFFF; border-left:1px solid #FFFFFF; padding:8px; float:left;
}

.textint {
width:554px; height:auto; background-color:#FFFFFF; border-top:1px solid #FFFFFF; border-left:1px solid #FFFFFF; padding:0px 8px 8px 8px; float:left; 
}

.titolo {
width:563px; height:auto; background-color: #0066CC;  border-left:1px solid #FFFFFF; padding:6px 4px 4px 4px; float:left; height:19px; margin-left:-9px; margin-bottom:15px;
}
.clicon {
padding-top:40px; padding-bottom:20px; border-top:1px solid #FFFFFF; float:left;
}
.sepgrigio {
height:17px; width:770px; background-color: #848891; border-bottom:1px solid #848891; border-top:1px solid #FFFFFF; float:left;
}
.logo {
height:185px; width:198px; float:left;
}
.flash {
float:left; width:572px;
}
.sepgrigio {
height:17px; width:770px; background-color: #848891; border-bottom:1px solid #848891; border-top:1px solid #FFFFFF;
}

.midcontent {
width:770px; background-color:#FFFFFF; float:left;
}
.footer {
height:17px; width:770px; background-image:url(immagini/fondo.gif); background-repeat: repeat-x; border-bottom:1px solid #848891; border-top:1px solid #FFFFFF; float:left;
}

/* BUTTON													*/
.button{
	background-color: #999999;
	color:#FFFFFF;
	clear:both;
	display:block;
	float:left;
	font-size:13px;
	font-weight:bold;
	height:25px;
	line-height:23px;
	width:198px;
	margin-right:30px;
	text-align:left;
	border-top:solid 1px #FFFFFF;
	border-left:solid 0px #FFFFFF;
	border-right:solid 1px #FFFFFF;
	padding-bottom:4px;
}
	a.button {
		text-decoration: none;
		
	}

		.button:hover {
			background-color: #3366CC;
			cursor:pointer;
		
	}
	.button span {
		display:block;
		height:23px;
		line-height:31px;
		padding-left:6px;
		padding-right:8px;
		margin-right:20px;
		text-align:left;
		float:left
	}
/* -------------------------------------------------------- */
/* MENU														*/
.v-menu{
	border-top:solid 1px #FFFFFF;
	border_bottom:solid 1px #FFFFFF;
	border:right 1px #FFFFFF;
	width:188px;
	clear:both;
}
	ul.v-menu, .v-menu li{
		padding:0; 
		margin:0;
		list-style:none;
	}
	ul.v-menu{
		clear:both;
		margin-top:0px;
		padding:0px 10px;
	}
		.v-menu li a{
		background-color:#FF0000;
			color: #FFFFFF;
			font-weight:bold;
			display:block;
			border-bottom:solid 1px #FFFFFF;
			margin-left:-10px;
			padding-top: 4px;
			padding-bottom: 4px;
			padding-left: 12px;
			text-decoration:none;
			text-align:left;
		}
		.v-menu li a:hover{
			background-color: #0066CC;
		}
