
/* PAGE STRUCTURE */

body {
	margin: 0px;
	padding:0px;
	background: url(immagini/sabbia.jpg);
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size:12px;
	color:#333333;
}

#superbox {
	position:relative;
	width: 990px;
	margin: 0px auto;
	z-index: 1;
	/*background-color: #ffffff;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;*/

}

#head {
	padding-top:4px;
	width:100%;
	min-height:430px;
	background: url(immagini/sfondocielo.png) repeat-x top right;
	text-align:center;
	z-index: 1;
}

#main {
	/*width: 970px;
	margin-top:10px;*/
	padding-left:-30px;
	background: url(immagini/sfondopagina.gif) repeat-y;
}

#left {
	float:left;
	width: 260px;
}

#right {
	float: right;
	width: 670px;
	padding-right:45px;
}

#menu {
	width: 930px;
	padding-left:35px;
	/*margin-left: -5px;*/
	text-align:LEFT;
	overflow: hidden;
}

#footer {
	background: url(immagini/sfondofoot2.gif) repeat-x bottom left;
	min-height:114px;
	CLEAR: both;
	text-align:center;
}

/* OBJECTS  */

#bandiere {
	width:970px;
    height:21px;
	margin: 0px auto;
   	padding-right: 30px;
	 /*margin-bottom:5px;
	margin-top:5px;*/
	text-align:right;
	vertical-align:bottom;
}

#foto {
	position:absolute;
	top:600px;
	left:0px;
	width:100%;
	min-height:223px;
	background:  url(immagini/foto-e-conchiglie.jpg) no-repeat top right;
	z-index: -1;
}

#gabbiano {
	position:absolute;
	left:30px;
	top:90px;
	z-index:10;
	width:200px;
	min-height:114px;
	background:  url(immagini/gabbiano.gif) no-repeat bottom left;
}

#stella {
	position:relative;
	left:-100px;
	top:-220px;
	width:370px;
	min-height:212px;
	background:  url(immagini/ciabatte2.gif) no-repeat bottom left;
}

/* OTHER STYLES  */

*  { 
}


h1, h2, h3, h4, h5 {
	color: #0f4d80;
	margin-left:15px;
}

h1, h2 {
	font-size: 17px;
}

h3 {
	font-size: 15px;
}


a, a:visited {
	color:#103D68; 
	text-decoration: none;
	font-size:11px;
}

a:hover {
	color: #FF9900;
	text-decoration: none;
}


#menu a, a:visited, {
	padding:3px;
}

#menu a:hover {
	padding:3px;
	background-color:#FF9900;
	color: #ffffff;
}


#menu ul {
	list-style:none; 
	padding: 0;
	margin-top: 7px;
	margin-left: 0px;
}

#menu ul li {
	font-weight:bold;
	margin-top:10px;
	margin-right: 9px;
	background-position: 0 0;
	display:inline;

}

#bandiere a, a:visited {
	margin-top:10px;
	font-size:11px;
}

#bandiere a:hover {
	background-color:#FF9900;
	color: #ffffff;
}


.littleText {
    margin-top:0px;
	padding-top:0px;
	font-size:10px;
	font-weight:bold;
}

.thumb {
	border:solid 4px #FFFEDD;
}

.tabellaNews{
	/*background-color: #EDF6FA;*/
}

.cellaNews {
	background-color: #ffffff;
	color:#FFFFFF;
}

img, div { behavior: url(/iepngfix.htc) } /* IE6 png fix


