@import 'reset.css';

body {
    background-color:#ccc;
    background-image:url(images/bgpixel.jpg);
    font-family: Sans-Serif, Arial, Verdana;
    font-size:14px;
    color: #562710;
    line-height:1.4;
}
strong {
    font-weight:bold;
    
}
img {
    border:0px;
}
#container {}

#column {
    width:617px;
    margin:auto;
}

.background {
    background-repeat:no-repeat;
}

.bg1 {
    background-image: url(images/bg1.jpg);
    height:120px;
}
.container-menu {
    height:24px;
    clear:both;
}
    .vocemenu {
        height:24px;
        float:left;
    }
    .pre {
        background-image: url(images/premenu.jpg);
        width: 77px;
    }
    .benvenuto {
        width: 113px;
    }
    .appartamenti {
        width: 131px;
    }
    .tariffe {
        width: 104px;
    }
    .contatti {
        width: 110px;
    }
    .after {
        background-image: url(images/aftermenu.jpg);
        width: 82px;
    }
    
.bg2 {
    background-image: url(images/bg2.jpg);
    height:575px;
}
    #container-content {
        padding:60px;
        padding-top:20px;
        padding-bottom:10px;
    }
    #content {
        height:400px;
        overflow:auto;
        text-align:justify;
        padding-right:5px;
    }
    #footer {
        font-size:80%;
        text-align:right;
        margin-top:10px;
        padding-right:90px;
    }
    h1 {
        font-size:25px;
        font-style:italic;
        color: #98461D;
        margin-bottom:10px;
        background-image:url(images/raquo.jpg);
        background-repeat:no-repeat;
        background-position:0 8px;
        padding-left:25px;
    }
    .fotoleft {
        float:left;
        padding-right:10px;
        padding-bottom:10px;
    }
    p {
        clear:both;
    }
    
.acenter {text-align:center;}
.aleft {text-align:left;}
.aright {text-align:right;}
