
body {
	background-color: #FFFFFF;
	background-image: url(./immagini/sfondo2.jpg);
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#testata {
	margin:0px;
	padding:0px;
	height:155px;
	background-color:#000099;
	background-image: url(./immagini/sfondo2.jpg);
	border-color:#FFFFFF; 
	border-top-style:dashed;
	border-top-width:thin;
	border-left-style:dashed;
	border-left-width:thin;
	border-right-style:dashed;
	border-right-width:thin;
}

#box {
	background-color: #000000;
	background-image: url(./immagini/sfondo2.jpg);
	text-align: left;
	width: 99%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
}

#barretta {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(./immagini/sfondo2.jpg);
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-left: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#barretta a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	margin-right: 2px;	
}

#barretta a:hover {
	color: #000000;
	background-color: #66CCFF;
	text-decoration: none;
}

#left {
	background-color: #CCCCCC;
	background-image: url(./immagini/sfondo2.jpg);
	background-repeat: repeat;	
	float: left;
	width: 19.5%;	
	margin: 0px;
}

#middle {
	background-color: #000000;
	color:#FFFFFF;
	background-image: url(./immagini/sfondo2.jpg);
	width: 60%;
	float: left;
	margin: 0px;
	
}

#right {
	background-color: #000000;
	background-image: url(./immagini/sfondo2.jpg);
	background-repeat: repeat;	
	float: left;
	width: 20%;	
	margin: 0px;
}

#footer {
	border-top-style:dashed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	border-color:#FFFFFF;
	background-color: #000000;
	background-image: url(./immagini/sfondo2.jpg);
	width: 85%;
	border-top-style:dashed;
	border-top-width:thin;	
	margin-right: 9px;
	margin-left: 9px;
	margin-top: 15px;
}

.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	background-color: #000000;
	background-image: url(./immagini/sfondo2.jpg);
	border-bottom-color:#FFFFFF;
	border-bottom-style:dashed;
	border-bottom-width:thin;
	border-left-style:dashed;
	border-left-width:thin;
	border-right-style:dashed;
	border-right-width:thin;
	}

#corpo_testo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #000000;
	background-image: url(./immagini/sfondo2.jpg);
	margin-left: 9px;
}
	
a:link {
	color: #66CCFF;
}
a:visited {
	color: #66CCFF;
}

.imag1 {
float : right;
}

