*{
margin: 0;
padding: 0;
}

html, body
{    
    font-family: verdana, helvetica, tahoma, sans-serif;    
    background-color: #ffffcc;
    
}

a, a:active, a:visited
{
    text-decoration: none;
    color: #0000ff;
}

div#header
{
    height: 250px;
}

div#title
{
    position: relative;
    width: 1000px;
    height: inherit;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

div#logo
{
    width: 150px;
    height: 125px;
    position: absolute;
    top: 30px;
    right: 50px;
}

div#title_text
{
    height: 70px;
    width: inherit;    
    position: absolute;
    bottom: 0px;
}

div#title_text_opacity
{
    width: inherit;
    height: inherit;
    background-color: #ffffcc;    
    top: 0px;
    opacity: 0.7;
}

div#title_text_inside
{
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0px;
}

div#title_text_left
{
    height: inherit;
    width: 30%;
    float: left;
    text-align: right;
    padding-top: 5px; 
}

div#title_text_center
{
    height: inherit;
    width: 20%;
    float: left;
    text-align: center;
}

div#title_text_right
{
    height: inherit;
    width: 50%;
    float: right;
    text-align: left;
}

div#nav
{
    height: 50px;
    background-color: #134909;    
    border-bottom: 1px solid #134909;
    text-align: center;
}

div#top_nav
{
    position: relative;
    bottom: 0px;
    height: 15px;
    width: 1000px;
    margin: 0 auto;
}

div#middle_nav
{
    height: 30px;    
    width: 1000px;        
    margin: 0 auto;
    
    text-align: center;
}

div#middle_nav ul
{
    padding: 0px;    
}

div#middle_nav li
{
    display: inline-block;
    width: 150px;
    line-height: 30px;
}

div#middle_nav li a
{
    display: block;
    color: #f3f3cd;
        
    border-left: 1px solid #4ac910;
    border-top: 1px solid #4ac910;
    border-right: 1px solid #4ac910;
    border-radius: 10px 10px 0px 0px;
    
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
    
    background-color: #068909;
}

div#middle_nav li a:hover
{    
    background-color: #10b618;
    border-left: 1px solid #80ff00;
    border-top: 1px solid #80ff00;
    border-right: 1px solid #80ff00;
}
div#middle_nav li a#active
{
    background-color: #8b5227;
    border-left: 1px solid #c87537;
    border-top: 1px solid #c87537;
    border-right: 1px solid #c87537;
}

div#bottom_nav
{
    position: relative; 
    bottom: 0px;
    height: 5px;
    width: 1000px;
    margin: 0 auto;
    overflow: hidden; /* for ie6 */
    background-color: #8b5227;
}

div#container
{
}

div#content
{
    width: 1000px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 50px;
    
    font-family: helvetica, trebuchet ms, arial, verdana, sans-serif;
    font-size: 11pt;
}

div#content p
{    
    margin-left: 150px;
    margin-right: 150px;    
    color: #134909;    
    line-height: 1.5;
    text-align: justify;
    text-indent: 20px;
}

div#contatti_img
{
    width: 450px;
    height: 450px;
    float: left;
    margin-left: 150px;
}

div#footer
{
    position: fixed;
    line-height: 20px;
    width: 100%;
    bottom: 0px;
    background-color: #134909;
    color: #ffffff;
    font-size: 7pt;    
}

div#footer div
{
    text-align: center;
}

div#footer a
{
    color: #ffffcc;
    text-decoration: none;
}

img#img11
{
    width: 300px;
    height: 300px;    
    display: inline;
    float: right;    
    padding: 30px 30px 30px 30px; 
}

img#img21
{
    width: 300px;
    height: 300px;
    
    display: inline;
    float: left;
    left: 300px;
    padding: 30px 30px 30px 30px; 
}

img#img31
{
    width: 300px;
    height: 300px;
    
    display: inline;
    float: right;
    padding: 30px 30px 30px 30px; 
}

img#img41
{
    width: 300px;
    height: 300px;
    
    display: inline;
    float: left;
    left: 200px;
    padding: 30px 30px 30px 30px; 
}
