/*@charset "utf-8";*/

html,body{height:100%;margin:auto;}

body{
	margin-top:20px;
	background-color: #EEEEEE;
	font-family: Verdana , Arial, sans-serif;
	font-size: 12px;
	color : #000000;
	text-align: center;
	
	}
	
#panel{
	width: 915px;
	margin: 0 auto;   /* centra negli altri browser */
	text-align: left;   /* ripristina l'allineamento */
	background-color: #E0E0E0;
	}

#head{
	height:120px;
	clear:both;
	border-top:1px solid #000;
	border-bottom:1px solid #000000;
	background-color: #FFE4B5;
	background: url(../img/intestazione_sfondo.jpg) repeat-x;
	/* background: url(../img/img_sfo_int.jpg) repeat-x; <-----------orrendo a vedersi :x */
	}

#center{
/*nessuno*/
}
	
#sx{
	width:215px;
	float:left;
	background-color: #E0E0E0;
	}

#content{
	/* se con bordi
	width:699px !important;
	border-right:1px solid #000000;
	*/
	width:700px ;
	float:left;
	background-color: #FFFFFF;
	}
	
#status_spacer{
	background-color:#e0e0e0;
	height:20px;
	clear:both
	}
	
#status{
	padding: 3px 2px 2px 3px;
	height: 50px;
	}
	
#status_image{
	float:left;
	width:20px;
	height:30px;
	line-height:30px;
	}
	
#status_user{
	float:left;
	width:280px;
	height:30px;
	line-height:30px;
	}
	
#status_option{
	float:left;
	text-align:right;
	width:392px
	}
	
	

#main{
	padding: 3px 2px 2px 3px;
	clear:both;
	}

#footer{
	/*width:915px;*/
	height:31px;
	clear:both;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	text-align: center;
	padding:0;
	background-color: pink;
	font-family: Verdana , Arial, serif, sans-serif;
	font-size: 11px;
	}
	
#toolbar{
	left:0;
	width:100%;
	margin:auto;
	position:fixed;
	bottom:0px;
	height:35px;
	line-height:35px;
	background-color:#CCCCCC;
	color:#555555;
}
	
a {
	color : #000000;
	text-decoration: underline;
}

a:hover {
	color : #000000;
	text-decoration: none;	
}