

body {
    margin: 0;
    padding: 0;
    font: 11px/1.2 Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    color: #333;
    background-image: url(img_39.gif);
    background-color: gray;
    background-image : url(/moduli/cms/css/default/image/bg1.gif);
    /* scrollbar personalizzato ie5 o succ.*/
    scrollbar-face-color: #293E4C;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #6A747A;
    scrollbar-darkshadow-color: #3A444A;
    scrollbar-shadow-color: #808080;
    scrollbar-arrow-color: #E19218;
    scrollbar-track-color: #D1D3D4;
  }

img {
   z-index: -11;
   }

h2 {
    color: #B52C07;
    font: 120% georgia, times, "times new roman", serif;
    font-weight: bold;
    margin: 0 0 2px 0;
  }


h2 a {
    text-decoration: none;
  }


h3 {
    color: #5B5E0E;
    font: 106% georgia, times, "times new roman", serif;
    font-weight: bold;
    margin-top: 0;
  }


#container {
    margin: 5em auto;
    width: 600px;
    padding: 5px;
    text-align: left;
    background-color: #ffffff;
    border-top : 12px solid #cad3e0;
    border-bottom : 12px solid #cad3e0;
    border-left : 12px solid #cad3e0;
    border-right : 12px solid #cad3e0;
    height: auto !important;
    /* note that !important is part of the css, and not a comment of mine */min-height:100%;
    height:400px;
  }


#header {
    position: relative;
    top: 0;
    left: 0;
    height: 135px;
    width: 600px;
    text-decoration: none;
    background-image: url(/moduli/cms/css/default/image/header.gif);
    background-repeat: no-repeat;
    background-position: center;
    /*border-bottom: 1px solid #fff;
    */background-color: trasparent;
    border-top : 10px solid #8397b3;
    border-bottom : 10px solid #8397b3;
  }


#header_container {
    position: absolute;
    top: 0px;
  }


#header_left {
    position: absolute;
    left: 0px;
    width: 555px;
    height: 135px;
    background-repeat: no-repeat;
    background-position: 0 0;
    /*border: 1px solid #000000;
    */background-color: trasparent;
  }


#header_right {
    position: absolute;
    left: 364px;
    width: 215px;
    height: 135px;
    background-repeat: no-repeat;
    background-position: center;
    /*border: 1px solid #00FF00;
    */
    background-color: trasparent;
  }


#contents {
    position: relative;
    float: left;
    text-align: center;
    /*border : 1px solid #FF00FF;
    */
    width: 600px;
    top: 0px;
  }


#content_left {
    float: left;
    left: 0px;
    width: 174px;
    margin-top:5px;
  }


#content_right {
    margin-top:5px;
    float: right;
    left: 180px;
    width: 555px;
    border : 0px solid #B7B3B3;
  }

#content_center {
    margin-top:20px;
    float: center;
    width: 100%;
    border : 0px solid #B7B3B3;
  }

#content_center_contents {
    float: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 200px;
    border : 0px solid #B7B3B3;
  }


#contents p {
    line-height: 165%;
  }


#footer {
    clear: both;
    width: 600px;
    padding: 0px;
    text-align: left;
    background-color: #fff;
    /*border-left : 12px solid #cad3e0;
    border-right : 12px solid #cad3e0;
    */margin-bottom: 1em;
    margin-top: 0em;
    color: Gray;
    padding-top: 20px;
    margin: 0 auto;
    background-color : White;
    vertical-align : bottom;
  }


#footer_container {
    clear: both;
    position: relative;
    background : #E6E6E6;
    height : 30px;
    margin : 5px;
    padding : 5px;
    text-align : center;
    color : Gray;
    border : 3px solid #8397b3;
  }


#footer_container a {
    color : Black;
  }

