/* CSS Document */

BODY{
	background-color: #FFFFFF;
	background-image: url(../img/int/body-sf.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
}

BODY A{
	color: #000000;
}

#main{
	width: 100%;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	display: block;
	margin-top: 10px;
	background-image: url(../img/int/main-sf.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	text-align: center;
}

#structure{
	width: 780px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	display: block;
	background-color: #FFFFFF;
		background-image: url(../img/int/structure-sf.jpg);
		background-position: top left;
		background-repeat: repeat-y;
}

	#structure-top{
		width: 768px;
		height: 6px;
		display: block;
		background-image: url(../img/int/structure-top.jpg);
		background-position: top left;
		background-repeat: repeat-x;
	}

	#structure-bottom{
		width: 768px;
		height: 6px;
		display: block;
		background-image: url(../img/int/structure-bottom.jpg);
		background-position: top left;
		background-repeat: repeat-x;
	}
	
	#in{
		width: 768px;
		min-height: 438px;
		height: auto !important;
		height: 438px;
		display: block;
		margin-left: 6px;
		margin-right: 6px;
	}
	
	#head{
		width: 768px;
		height: 178px;
		display: block;
		background-image: url(../img/int/head-sf_01.gif);
		background-position: top left;
		background-repeat: no-repeat;
		text-align: left
	}
	
		#head-logo{
			width: 360px;
			height: 115px;
			display: block;
			float: left;
		}
	
		#head-nav{
			width: 325px;
			height: 20px;
			display: block;
			float: right;
			margin-top: 4px;
		}
		
		.head-nav-voce-first{
			height: 16px;
			display: block;
			float: left;
		}
		
		.head-nav-voce{
			height: 16px;
			display: block;
			float: left;
			background-image: url(../img/int/nav-sep.jpg);
			background-position: top left;
			background-repeat: no-repeat;
			padding-left: 8px;
		}
	
	#menu{
		width: 768px;
		height: 36px;
		display: block;
		background-image: url(../img/int/menu-sf.jpg);
		background-position: top left;
		background-repeat: repeat-x;
		border-top: 1px solid #6C5360;
		border-bottom: 1px solid #6C5360;
		padding-top: 14px;
	}
	
		.menu-bg{
			height: 34px;
			display: block;
			float: left;
			padding-top: 12px;
		}
	
		.menu-bg_on{
			height: 34px;
			display: block;
			float: left;
			background-image: url(../img/int/mnu-bg_on.jpg);
			background-position: top left;
			background-repeat: repeat-x;
			padding-top: 12px;
			cursor: pointer;
		}
		
		.menu-voce{
			height: 22px;
			display: block;
			float: left;
			background-image: url(../img/int/mnu-sep.jpg);
			background-position: top right;
			background-repeat: no-repeat;
			padding-left: 4px;
			padding-right: 4px;
		}
	
	#center{
		width: 768px;
		min-height: 196px;
		height: auto !important;
		height: 196px;
		display: block;
		padding-top: 20px;
		text-align: left;
	}
	
		#center-title{
			width: 700px;
			height: 50px;
			display: block;
			text-align: left;
			padding-left: 20px;
			padding-bottom: 20px;
		}
		
		#center-sx{
			width: 190px;
			min-height: 100px;
			height: auto !important;
			height: 100px;
			display: block;
			float: left;
			text-align: left;
		}
		
			.center-sx-voce{
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 12px;
				font-weight: bold;
				color: #5A434E;
				margin-bottom: 10px;
				padding-left: 40px;
				border-bottom: 1px solid #5A434E;
			}
		
			.center-sx-voce-this{
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 12px;
				font-weight: bold;
				color: #B30F0F;
				margin-bottom: 10px;
				padding-left: 40px;
				border-bottom: 1px solid #5A434E;
			}
		
			.center-sx-voce A{
				text-decoration: none;
				color: #5A434E;
			}
		
			.center-sx-voce A:hover{
				text-decoration: none;
				color: #B30F0F;
			}
			
			#center-sx-citazione{
				width: 150px;
				display: block;
				margin-top: 15px;
				padding-left: 40px;
			}
			
			#center-sx-foto{
				width: 150px;
				display: block;
				margin-top: 30px;
				padding-left: 40px;
			}
		
		#center-body{
			width: 500px;
			min-height: 100px;
			height: auto !important;
			height: 100px;
			display: block;
			margin-bottom: 20px;
			float: right;
			text-align: left;
			margin-right: 15px;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 14px;
			color: #5A434E;
		}
		
		#center-body TABLE{
			text-align: left;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 14px;
			color: #5A434E;
		}
		
		#center-body A{
			text-decoration: none;
			color: #5A434E;
			font-weight: bold;
		}
		
		#center-body A:hover{
			text-decoration: underline;
			color: #5A434E;
			font-weight: bold;
		}
		
		#center-body P{
			padding-bottom: 0px;
			margin-bottom: 0px;
			padding-top: 3px;
			margin-top: 3px;
		}
	
	#footer{
		width: 768px;
		height: 14px;
		display: block;
		clear: both;
		background-color: #F1C2D8;
		text-align: center;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #511331;
	}
	
	#footer A{
		text-decoration: none;
		color: #511331;
		font-weight: bold;
	}
	
	#footer A:hover{
		text-decoration: underline;
		color: #511331;
		font-weight: bold;
	}