A:link, A:visited { text-decoration:none; color: #B52220}
A:hover { text-decoration:underline;}

BODY{     
	 background-color:#000000;
	 font-family: "Verdana";
	 font-size:12px;
	 color:#FFFFFF;
	 margin:0;padding:0
	}
	 

input.text {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #000000;
	padding-right: 5px;
	padding-left: 5px;
	margin-top:5px;
	width: 140px;
}
textarea.text {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #000000;
	padding-right: 5px;
	padding-left: 5px;
	margin-top:5px;
	width: 250px;
	height: 150px;
}
input.pulsante {
	font: bold 10px Verdana;
	color: #000000;
	background: #CCCCCC;
	text-align: center;
	padding: 1px;
	width: 80px;
	border: 1px solid #000000;
	
}


div#index_footer{
	text-align:center;
	padding: 10px 0;
	margin:0px;
	background-color: #000000;
	font-family:Verdana;
	font-size:10px;
	color: #FFFFFF;
	
}





	
div#container{
	margin:30px auto;
	border-width: 1px;
	border-style:solid;
	border-color: #FFFFFF;
	width: 880px;
	height:500px;
	text-align: left;
}


/*stili specifici per il layout*/
div#navigation{
float: left;
height:500px;
width: 450px;
padding: 0px;
margin:0px;
}

div#extra{
float: right;
width: 190px;
width:200px;
width:190px;

}

div#content{
float:right;
font-size:12px;
height:490px;
width:420px;
padding:5px;
margin: 0px;
overflow:auto;
background-image: url(PICTURES/side.jpg);
background-position:right;
background-repeat:no-repeat;
}
div#footer{
text-align:center;
padding: 10px 0;
margin:0px;
background-color: #000000;
color: #FFFFFF;
font-size:10px;
clear:both;
}


div.row {
  clear: both;
  height:auto;
  }

div.row span.label {
  float: left;
  width: auto;
  color: white;
  text-align: left;
  }

div.row span.formw {
  float: right;
  width: auto;
  color: white;
  text-align: left;
  } 

.boxed {
	border: 1px solid #FFFFFF;
	}

div#board_odd {
margin: 5px;
padding:5px;
background-color:#333333;
color:white;
font-family:verdana;
font-size:12px;
width:580px;
border: solid 1px;
border-color:white;
}

div#board_even {
margin:5px;
padding:5px;
background-color:#222222;
color:white;
font-family:verdana;
font-size:12px;
width:580px;
border: solid 1px;
border-color:white;
}

span.guest_col1 {
  float: left;
  width: 200px;
  color: white;
  font-family:verdana;
font-size:12px;
  //text-align: left;
  }
span.guest_col2 {
  float: right;
  width: 200px;
  color: white;
  font-family:verdana;
font-size:12px;
  //text-align: left;
  }
span.guest_col {
  //float: right;
  width: 400px;
  color: white;
  font-family:verdana;
font-size:12px;
  //text-align: left;
  }