/* CSS Document */
html, body {
min-height:100%;
width:100%;
height:100%;
margin:0;
}
body {
padding:0;
font-family:"Trebuchet MS", Arial, Verdana;
font-size:13px;
line-height:16px;
color:#3b3b3b;
background:#3b3b3b;
}
#container {
margin:auto;
padding:0;
min-height:100%; 
height:100%; /* this is the key! */
width:888px;
}
#MenuBar {
margin:auto;
padding: 0;
min-height:100%;
height:100%; /* this is the key! */
width:270px;
background: url(img/bgmenu.jpg) repeat-y;
float:left;
}
#thelogo {
padding-top: 40px;
}
#themenu {
background: url(img/bgmenu2.jpg) no-repeat;
padding: 20px 0 0 38px;
}
#themenu li, #themenu li a {
list-style-type:none;
padding: 0 0 0 0;
background: url(img/btn_spacegreen.gif) repeat-y;
}
#themenu li a:hover {
background: url(img/btn_spacegrey.gif) repeat-y;
}
#centrale {
width:618px;
height:795px;
float:left;
margin:0px;
padding:0;
background:url(img/sfondo_pag.jpg) no-repeat;
}
#centrale a {
color:#389932;
text-decoration:none;
}
#centrale a:hover {
color:#389932;
text-decoration:underline;
}
#text {
margin:50px 15px 0 17px;
width:530px;
height:750px;
color:#3a3a3a;
}
#text h2 {
color:389932;
font-size:27px;
line-height: 25px;
letter-spacing:1px;
}
#text h3 {
color: #389932;
margin-left:285px
}
#text h4 {
color: #389932;
background:  #d3efc6;
border-bottom: 1px dotted #bfbfbf;
padding-bottom: 2px;
font-size:16px;
margin-bottom:0px;
letter-spacing:-1px;
}
#futer {
width: 618px;
margin-top: 10px;
text-align:center;
font-size: 13px;
color:#999;
clear:both;
}
#info {
font-weight:700;
color: #389932;
padding:35px 0 0 38px;
}
#info li{
list-style-type:none;
font-size: 12px;
padding: 5px 0 5px 40px;
}
#info li.mail {
background:url(img/ico_mail.gif) no-repeat left;
padding-left: 20px;
margin-left: 22px;
}
#info li.link {
background:url(img/ico_link.gif) no-repeat left;
padding-left: 20px;
margin-left: 22px;
}
#info li a {
color: #389932;
text-decoration:none;
border-bottom: 1px dotted #389932;
line-height:12px;
}

#info li a:hover {
color: #389932;
background-color:#dafbcc;
text-decoration:none;
border-bottom: 1px solid #389932;
}
