body
{
	font: 76% "Lucida Grande", LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	color: #FFF;
}

div#container
{
	background: #3276A3 url(images/layout/mare.jpg) no-repeat bottom;
	width: 770px;
	position: relative;
	padding-bottom: 55px;
	margin: auto;
}

div#header { width: 770px; }
div#logo_container { position: absolute; }

div#navigation
{
	position: absolute;
	left: 200px;
}

/*<group=Navigation>*/
div#navigation ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#navigation li { float: left; }

div#navigation a
{
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	height: 30px;
}

div#navigation a:hover { background-position: 0px -30px; }
div#navigation a#current { background-position: 0 -32px; }

/*viene attribuita la larghezza di ogni singolo link*/
li#one a { width: 72px; }
li#two a { width: 76px; }
li#three a { width: 75px; }
li#four a { width: 94px; }
li#five a { width: 73px; }
li#six a { width: 73px; }
li#seven a { width: 71px; }

/*si dichiarano le immagini*/
li#one a { background: url("images/pulsanti/barca.gif") no-repeat top left; }
li#two a { background: url("images/pulsanti/base.gif") no-repeat top left; }
li#three a { background: url("images/pulsanti/mete.gif") no-repeat top left; }
li#four a { background: url("images/pulsanti/skipper.gif") no-repeat top left; }
li#five a { background: url("images/pulsanti/tariffe.gif") no-repeat top left; }
li#six a { background: url("images/pulsanti/gallery.gif") no-repeat top left; }
li#seven a { background: url("images/pulsanti/contatti.gif") no-repeat top left; }

/*</group>*/

/*<group=Consigli>*/

div#consigli
{
	position: absolute;
	top: 364px;
	background: url(images/layout/sfondo_consigli.gif) repeat-x 0px 66px;
	width: 190px;
}

.notizie
{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	border-right: 1px solid #99BBD1;
	margin-top: -9px;
	padding: 10px 15px 14px;
}

.notizie h2
{
	color: red;
	font-size: 11px;
}

.notizie a {
	text-decoration: none;
	color: #ffffff;
}

.notizie a:hover {
	text-decoration: underline;
}
	
/*</group>*/

div#corpo { margin-left: 200px; }

div#corpo .titolo
{
	margin-left: -7px;
	margin-top: 10px;
}

div#colonna_testo
{
	float: left;
	width: 365px;
}

div#gino {
	width: 365px;
	float: left;
}

/*pezzettino per i link particolari dentro al corpo del testo*/
.gallery, .info, .ingrandisci {
	text-indent: -9999px;
	text-decoration: none;
	height: 20px;
	float: right;
	}

div#colonna_testo a.gallery {
	background:no-repeat url(images/pulsanti/gallery_torna.gif);
	width:111px;	
}

div#colonna_testo a.ingrandisci {
	background:no-repeat url(images/pulsanti/ingrandisci.gif);
	width:80px;	
}

div#colonna_testo a.info {
	background: url(images/pulsanti/informazioni.gif) no-repeat;
	width: 133px;
}

a.gallery:hover, a.info:hover, a.ingrandisci:hover {
	background-position: 0px -20px;
}
/*fine pezzettino*/

div#colonna_extra
{
	margin-left: 370px;
	padding-left: 4px;
}


img.cornice
{
	border: 1px solid #99BBD1;
	margin-right: 2px;
	margin-top: 4px;
}

div#chiusura { clear: both; }

/*<group=footer>*/

div#footer
{
	font-size: 90%;
	text-align: center;
	color: #3276a3;
	width: 770px;
	clear: both;
	background: white;
	margin: auto;
}

div#footer a { color: #3276a3; }
div#footer a:hover { color: #000; }

div#footer p
{
	padding-top: 5px;
	margin: 0;
	padding-bottom: 5px;
}

div#footer p.firma
{
	width: 50%;
	margin: auto;
	border-top: 1px solid #3276a3;
}
	
/*</group>*/

