/* *************************************************************************** */
/* ***************			INIZIO STRUTTURA SKIN 			****************** */
/* *************************************************************************** */

.giustificato {
	text-align: justify;
}

* {
	margin:0; 
	padding:0;
}

body {
	font:100% 'trebuchet ms', 'Georgia', Tahoma, Verdana, Arial, serif;
	line-height:1.4em;
	color:#303030;
	background:#eeeee2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;  /*left in IE 5.x */	
	
	background-image:url(sfondopagina.gif);
}
div#container {
	width: 940px; 
	padding: 1px 0;
	height: auto;
	margin: 20px auto;   /*centra negli altri browsers (non IE 5)*/
    text-align: left;   /* ripristina l' allineamento settato nel Body */
	border:2px solid #a0a0a0;
	background:#ffffff;
	color:#303030;
}
#header{	
	background-image: url(sfondoheader.jpg);
	height: 96px;
	width: 938px; /* 798px; */
	margin:1px 1px 1px 1px;
	clear:both;
	float:left;
	vertical-align:middle; 
}
#header .left {
	height: 94px;	 
	width: 350px;
	float: left;
	padding-left: 5px;
	white-space: nowrap;
}
#header .right {
	height: 94px;	 
	width: 500px;
	float: left;
	text-align: right; 
	padding-right:10px;
	white-space: nowrap;

	background-image:url(banner.jpg);
	background-repeat:no-repeat;
  	background-position: 100% 100%; 
}
#header .right .texttitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: normal;
	color: #FFFFFF;
}
#navigation {
	background-image:url(sfMenu.jpg); 
	width:938px;
	height:32px;
	color:#ffffff;
	padding:0 0 0 0;
	clear:both;
	float:left;
	margin:0px 1px 0px 1px;
}

/**************** Content styles ****************/
#barraUsername {
	padding:0 0 0 0;
	width:938px;
	clear:both;
	float:left;
	height:20px;
}
#barraUsername .left {	 
	width:580px;
	float:left;
	height:20px;
	padding-left:5px;
	text-align:left; 
	white-space:nowrap;
}
#barraUsername .right {	 
	width:340px;
	float:left;
	height:20px; 
	text-align: right; 
	padding-right:10px;
	white-space:nowrap;
}

/**************** Contentpane *************************/
.contentpane{
	float:left;
	width:75%;
	padding:0;
}

#dnn_subcontent{
	float:right;
	width:24%; 
	padding:0;
}

#dnn_subcontentpane p{margin:0 0 16px 0; font-size:0.9em;}

/**************** Columns *************************/
#dnn_splitcontentleft{float:left; width:64%;padding:5px 0 0 0px;}
#dnn_splitcontentright{float:right; width:34%;padding:5px 0 5px 0;}
.singlecolumn{width: auto; padding:5px; text-align:left;}


/**************** Footer styles ****************/
#footerArea{
	background-image:url(sfMenu.jpg);
	height:28px;
	clear:both;
	width:938px;
	padding:0px 0;
	margin:0 1px;
}

/* *************************************************************************** */
/* ***************    FINE VOCI PER SCHELETRO SKIN XHTML   ******************* */
/* *************************************************************************** */
