body, html {
	background-color: #333333;
	margin: 0px;
	padding:0px;
	height: 100%;
}

#sfondo_sx{
	background-image: url(../images/sfondo_sx.gif);
	background-repeat: repeat-x;
}

#sfondo_dx{
	background-image: url(../images/sfondo_dx.gif);
	background-repeat: repeat-x;
}

#logo {
	margin-top: 80px;
	margin-left: 15px; 
}

#container {
	border: 5px solid #000000;
	background-color: #4D4D4D;
	padding: 10px;
}

.link_menu {
	background-color: #000000;
	border-right-width: 1px;
	border-right-color: #EFEFB3;
	padding-top: 168px;
	padding-left: 4px;
	border-right-style: solid;
	width: 94px;
}

.TxFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
	color: #CCCCCC;
	text-decoration: none;
	margin: 5px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 2px;
}

.corpo {
	margin: 0px;
	text-align: justify;
	font-size: 11px;
	color: #000000;
}

.titolo {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 18px;
	color: #CCCCCC;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 7px;
	margin-bottom: 0px;
}
.foto {
	border: 1px solid #EFEFB3;
	padding: 2px;
	margin-right: 10px;
	float: right;
}

.foto_pic {
	border: 1px solid #EFEFB3;
	padding: 2px;
}
.riga {
	font-size: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

.foto_pic_right {
	border: 1px solid #EFEFB3;
	padding: 2px;
	margin-left: 10px;
	float: right;
}

#menu a {
   background: url("button.gif") top left no-repeat;
   }
#menu a:hover {
   background-image: url("button-over.gif");
   }
#menu a:active {
   background-image: url("button-active.gif");
   }
   
.corpo_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	line-height: 120%;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
.corpo_text A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
.corpo_text A:HOVER {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EFEFB3;
}

