﻿body
{
    background-position:center top;
    background-color:#b2d3df;
    color:#000000;
    font-size:16px;
    font-family:Georgia;
}

body a
{
    text-decoration:none;
}

#container {
	width:950px;
	background:#b2d3df;
	margin:0px auto;
	background-position:center;
}

.elenco-navi
{
    margin-left:10%;
    color:#006f95;
    font-family:Arial;
    font-size:80%;
}

.top-banner
{
    height:135px;
    background-color:#b2d3df;
    background-repeat:no-repeat;
    display:inline;
}

.button
{
   /*height:10%;
    background-color:#b2d3df;
    display:inline;
    /*float:right;*/
    
}

.logo
{
    background-image:url('IMG/logo.jpg');
    background-repeat:no-repeat;
    background-position:left top;
    width:330px;
    height:98px;
    display:inline-table;
}

.corpo-sx
{
    background-color:#b2d3df;
    background-position:left-top;
    float:left;
    width:35%;
    display:inline-table;
}

#corpo-dx
{
    float:right;
    background-color:#d9e9ef;
    background-position:right-top;
    width:63%;
    height:100%;
}

.testo
{
    margin: 10px 10px 10px 10px;
}


/* #######################################  BARRA MENU ################################# */

/*.top-banner a:hover {
	background: #b2d3df bottom center no-repeat;
	color: #fff;
	padding-top: 10px;*/
