/*foglio di stile 04 SENZA macchie sullo sfondo e cornice FANTASIA*/
body  {
	margin: 0px;
	text-align: center;
	background-color: #FFFFFF;
	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/title2.gif);
	background-repeat: no-repeat;
	position: relative;
} 
.title_dove{
	height: 60px;
	width: 970px;
	background-image: url(images/title_dove2.gif);
	background-repeat: no-repeat;
} 
.title_locale{
	height: 60px;
	width: 970px;
	background-image: url(images/title_locale2.gif);
	background-repeat: no-repeat;
} 
.title_serate{
	height: 60px;
	width: 970px;
	background-image: url(images/title_serate2.gif);
	background-repeat: no-repeat;
} 
.title_alassio{
	height: 60px;
	width: 970px;
	background-image: url(images/title_alassio2.gif);
	background-repeat: no-repeat;
} 
.sx {
	position: absolute;
	top: 260px;
	left: 0px;
	width: 60px;
	height: 345px;
	background-image: url(images/sx2.gif);
	background-repeat: no-repeat;
}
.dx{
	position: absolute;
	top: 260px;
	right: 0px;
	width: 60px;
	height: 345px;
	background-image: url(images/dx2.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_up2.gif);
	background-repeat: no-repeat;
} 
.footer_down {
	height: 75px;
	width: 970px;
	position: absolute;
	top: 655px;
	left: 0px;
} 

