/*foglio di stile 01 con macchie sullo sfondo e box centrale ristretto*/
body  {
	margin: 0px;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(images/sfondo_body.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
div {
	margin:0px auto;
}
.container { 
	position: relative;
	width: 970px;
	height: 730px;
	margin: auto;
} 
.header { 
	height: 200px;
	width: 970px;
} 
.title {
	height: 60px;
	width: 970px;
	background-image: url(images/title.gif);
	background-repeat: no-repeat;
	position: relative;
} 
.title_dove{
	height: 60px;
	width: 970px;
	background-image: url(images/title_dove.gif);
	background-repeat: no-repeat;
} 
.title_locale{
	height: 60px;
	width: 970px;
	background-image: url(images/title_locale.gif);
	background-repeat: no-repeat;
} 
.title_serate{
	height: 60px;
	width: 970px;
	background-image: url(images/title_serate.gif);
	background-repeat: no-repeat;
} 
.title_alassio{
	height: 60px;
	width: 970px;
	background-image: url(images/title_alassio.gif);
	background-repeat: no-repeat;
} 
.sx {
	position: absolute;
	top: 260px;
	left: 0px;
	width: 60px;
	height: 345px;
	background-image: url(images/sx.gif);
	background-repeat: no-repeat;
}
.dx{
	position: absolute;
	top: 260px;
	right: 0px;
	width: 60px;
	height: 345px;
	background-image: url(images/dx.gif);
	background-repeat: no-repeat;
}
.mainContent {
	position: absolute;
	top: 260px;
	left: 60px;
	width: 830px;
	height: 320px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4A2500;
	background-color: #FFFFFF;
	text-align: left;
	padding: 10px;
	font-size: small;
	overflow: auto;
}
.mainContent h1{
	font-family: Arial, Helvetica, sans-serif;
	color: #4A2500;
	font-size: medium;
	font-style: oblique;
}
.mainContent a:hover{
	color: #CA6500;
	font-weight: bold;
}

.mainContent a:visited{
	color: #4A2500;
	font-weight: bold;
}

.mainContent a:active {
	color: #4A2500;
	font-weight: bold;
}

.mainContent a:link{
	color: #4A2500;
	font-weight: bold;
}

.mainContent h3 {
	color: #A75524;
	font-style: oblique;
	font-variant: small-caps;
	padding: 0px;
}
.footer_up {
	height: 50px;
	width: 970px;
	position: absolute;
	top: 605px;
	left: 0px;
	background-image: url(images/footer_up.gif);
	background-repeat: no-repeat;
} 
.footer_down {
	height: 75px;
	width: 970px;
	position: absolute;
	top: 655px;
	left: 0px;
} 

