/*stili per il layout fisso con posizionamenti assoluti*/
html,body{margin: 0;padding:0}
body{ font-family: verdana, arial, sans-serif; font-size: 76%; background-color: #ecdfbf; background-repeat: repeat-y; background-position: center; text-align: center       }
div#container{ background-image: url(../images/rightcol.jpg); background-repeat: repeat-y; background-attachment: scroll; background-position: right top; position:relative; width: 700px; margin: 0 auto; text-align: left; border-right: 1px solid #b29a6a; border-left: 1px solid #b29a6a; }
/*stili generici, su header e footer*/
div#header{ width: 700px; height: 318px; margin: 0; }
h1,h2,h3{margin: 0;padding:0}
h1{ color: #673c0a; padding-left:0.5em; font: bold 2.3em/80px arial, seri; }
h2{ color: #673c0a; font-size: 1em; font-weight: bold; text-decoration: none; margin:0 }
h3 { color: #444; font-size: 0.8em; font-weight: bold; text-decoration: none; margin: 5px 0 0; }
p{ font-family: Verdana, Arial, Helvetica, sans-serif; text-align: justify; }
a { color: #b29a6a; font-size: 85%; font-weight: bold; text-decoration: none; }
a:hover { color: #444; font-size: 85%; font-weight: bold; text-decoration: none; }
/*stili specifici per il layout*/
div#navigation{ position:absolute; top: 320px; right: 0; width: 180px; }
div#navigation h2 { color: #673c0a; font-size: 1em; font-weight: bold; text-decoration: none; text-align: center; margin: 0; padding: 5px 0 0; }
div#navigation a { text-align: center; }
div#navigation img { text-align: center; padding: 0.5em 0.5em 0.5em 1em; }
div#content{margin-right: 200px;padding: 1em;background-color: #fff}
div#footer{ text-align:center; color: #ecdfbf; font-size: 90%; background-color: #b29a6a; background-repeat: no-repeat; text-decoration: none; padding: 0.5em  ; border-top: 1px solid #fffffd; }
div#footer a { color: #673c0a; font-weight: bold; text-decoration: none; }
div#footer a:hover { color: #444; font-weight: bold; text-decoration: underline; }
.style1 { color: #673c0a; font-weight: bold; text-decoration: none; }
.style2 { font-weight: bold; text-decoration: none; }
.style3 { color: #b29a6a; font-weight: bold; text-decoration: none; }
.style4 { color: #444; font-weight: bold; text-decoration: none; }
.style_img { padding: 0; }
.style_img2 { text-align: center; padding: 0; margin: 5px; }
.style_img_sx { margin: 10px 10px 10px 0; float: left; padding: 0; border: solid 1px #b29a6a; }
.style_img_sx1 { margin: 10px 10px 10px 0; padding: 0; float: left; }
.style_img_dx { margin: 5px 0 5px 10px; padding: 0; float: right; border: solid 1px #b29a6a; }
