html,body{margin: 0;padding:0}
body{font-family: arial,sans-serif;font-size: 20px;margin-left: 15px; margin-right: 15px; text-align: justify; background-color:#e6e6d2;}
div#container{position: relative; width: 958px; margin: 0px auto;
    border-left: 1px solid #000; border-right: 1px solid #000; background-color: red;color: #000;text-align: left}

/*stili generici, su header e footer*/
div#header{height: 85px;border-bottom: 4px solid navy; background-color:yellow;color: black;font: bold 18px georgia,times,serif;text-align: center;background-image:url("../images/logo1.gif"); background-repeat: no-repeat;}
h1,h2,h3,p{margin: 0}
h3{padding-top: 10px}
h1{padding-left:10px;font: bold 36px georgia,times,serif}
h2{font-size: 1.5em}
h3{font-size: 1.2em}
div#footer{text-align:center;  padding: 5px 20px; border-bottom:4px solid yellow; border-top: 4px solid yellow;
    background-color: navy; color:yellow;}

/*stili specifici per il layout*/
div#navigation{position: absolute; top: 80px; left: 0; width: 120px;padding: 3em 1em;}
div#content{margin-left: 130px ;padding: 1em 10px;background-color: #fff; background-image:url("../images/sfondocontent.gif"); background-repeat: repeat-y; background-position: center;}
/*stili per la navigazione*/
div#navigation h2{padding: 1px 1px;width: 90%;background-color: yellow;color: #navy;font-size: 1.0em}
div#navigation h3{padding: 1px 1px;width: 90%;background-color: white;color: green;font-size: 1.0em; font-style: oblique; text-align:center;}
div#navigation ul{margin: 0 0 20px;padding: 0; list-style-type: none}
div#navigation ul a{display:block;width: 90px;border-bottom: 1px solid #fff;color:white;
    font-weight:bold; text-decoration: none}
div#navigation ul a:hover{background-color: green;color: yellow;}
div#navigation ul a#activelink{color: green;text-decoration: none}

/*stili per i contenuti*/
div#content{border-left: 1px solid #999; border-right: 1px solid #999}
div#content h1{font: bold 32px georgia,times,serif; color:blue; text-align: left}
div#content a:hover{color: red; background-color: yellow;}

