/**** templates ****/

#container {
	border: 0px solid #ccc;
	width: 950px;
	margin: 0px auto;
	text-align: left;
	/*background-image: url(../img/loggia_sfondo_page_2.jpg);
	background-position: top;
	background-repeat: no-repeat;*/
}
#head	{
	border: 0px solid #f00;
}
	
	#headerBottom	{
	border: 1px solid #900;
	width: 546px;
	margin-top: 1px;
	letter-spacing: -0.01em;
	}
		#headerSx	{
			float:left;	
			width: 275px;
			padding-top: 4px;
			padding-left: 2px;
		}
		#headerDx	{
			text-align: right;
			padding-top: 3px;
			padding-right: 25px;
			height: 18px;
			font-size: 9pt;
			background-image:url(../email.jpg);
			background-position: right top;
			background-repeat:no-repeat;
		}

#navigation	{
	border: 0px solid #f00;
	margin-top: 5px;
}
#content	{
	border: 0px solid #f00;
	float: right;
	margin-top: 5px;
	padding-left: 5px;
	width: 100%;
	width: 745px;
}

#footer	{
	border: 0px solid #f00;
	padding-top: 5px;
	text-align: center;
	width: 950px;
	height: 30px;
	background-color: #F2F2F2;
	background-image: url(../img/bottom.png);
	background-position: bottom;
	background-repeat: repeat-x;
}
		
/**** index ****/
#home	{
	border: 0px solid #f00;
	float: left;
}
	#box	{
	float: left;
	width: 535px;
	margin-bottom: 5px;
	}
		#news	{
			border: 0px solid #f00;
			width: 400px;
		}
		#mail	{
			border: 0px solid #f00;
			padding-left: 5px;
		}

#menuDx	{
	border: 0px solid #f00;
	padding-left: 5px;
}