body {
    
    margin: 0px;
    font: 12px/1.5 Arial, Verdana, sans-serif;
    text-align: center;
    background-color: #f3ece7;
    color: #000;

}

p {
    
    margin: 0;
    padding: 0;
    
}

img { 
    
    border: 0;
    
}
    
#container {

    background-image: url('elementi/back.png');
    background-repeat: no-repeat;
    width: 990px;
    margin: 0 auto;
    overflow: hidden;
    text-align: left;
    
}

#header {
    
    height: 150px;
    width: 990px;
    background-image: url('elementi/header.png');
    
}

#navigation {
    
    float: left;
    display: inline;
    width: 800px;
    margin: 120px 0 0 150px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: right;
    
}

#navigation a {
    
    padding: 0 10px;
    
}

a.plainLink {
    
    color: #fff;
    text-decoration: none;

}    

a.plainLink:hover {
    
    text-decoration: underline;
    
}

.anylinkcss {

    text-align: left;
    position: absolute;
    visibility: hidden;
    border: 1px solid #000;
    font-weight: bold;
    z-index: 100;
    width: 200px;
    background-color: #f3ece7;
    padding: 4px 0;

}

.anylinkcss a{

    display: block;
    text-indent: 3px;
    text-decoration: none;
    font-weight: bold;
    text-indent: 5px;
    color: #8b4513;
    line-height: 24px;
    
}

.anylinkcss a:hover{ /*hover background color*/

    background-color: #8b4513;
    color: #fff;

}

#main {
    
    width: 950px;
    background-image: url('elementi/main.png');
    background-repeat: repeat-y;
    min-height:700px;
    height:auto !important;
    height:700px;  
    margin: 0 0 0 20px;
    float: left;
    display: inline;
    
}  

#leftbar {
    
    float: left;
    display: inline;
    width: 170px;
    min-height: 700px;
    height: auto !important;
    height: 700px;  
    background-image: url('elementi/leftback.png');
    background-position: bottom;
    background-repeat: no-repeat;
    
}

h2 {
    
    margin: 18px 0 8px 0;
    padding: 0 0 0 6px;
    font-size: 12px;
    height: 21px;
    background-image: url('elementi/left.png');
    color: #8b4513;
    
}

h2 a {
    
    color: #8b4513;
    text-decoration: none;
    
}

h2 a:hover, h2a:active {
    
    text-decoration: underline;
    
}
    
h2 img {
    
    margin: 0 6px 0 0;
    
}

#content {
    
    width: 770px;
    float: left;
    display: inline;
    background-image: url('elementi/mainback.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    min-height:700px;
    height:auto !important;
    height:700px; 
    
}

#wrap {
    
    width: 550px;
    float: left;
    display: inline;
    margin: 18px 0 0 18px;
    
}

#textHome {
    
    width: 550px;
    background-color: #fff;
    border: 1px solid #b98f71;
    float: left;
    display: inline;
    background-image: url('elementi/floral.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    
}

#text {
    
    width: 550px;
    background-color: #fff;
    border: 1px solid #b98f71;
    float: left;
    display: inline;
    background-image: url('elementi/floral.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    padding: 4px;
    
}

#text object {
    
    margin: 4px;
        
}

#homeNews {
    
    width: 550px;
    float: left;
    display: inline;
    margin: 18px 0 0 0;
    
}

.miniNews {
    
    width: 264px;
    height: 200px;
    float: left;
    display: inline;
    background-color: #fff;
    border: 1px solid #b98f71;
    margin: 0 0 18px 0;
    background-image: url('elementi/floral.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    
}

.miniRight {
    
    margin: 0 0 18px 18px;
    
}

.miniNews img {
    
    float: left;
    margin: 6px;
    border: 1px solid #b98f71;
    
}

.miniNews a {
    
    color: #8b4513;
    font-weight: bold;
    display: block;
    text-align: right;
    padding: 0 12px 0 0;
    
}

.miniNews p {
    
    padding: 4px 0 0 0;
    
}

#rightbar {
    
    width: 170px;
    background-color: #fff;
    border: 1px solid #b98f71;
    float: left;
    display: inline;
    margin: 18px 0 30px 18px;
    padding: 6px 0 0 0;
    text-align: center;
    
}

#rightbar a, #text a {
    
    color: #8B4513;
    text-decoration: none;
    text-align: left;
    
}

#rightbar a:hover, #text a:hover {
    
    text-decoration: underline;
    
}
    
#rightbar img {
    
    margin: 6px 4px;
    border: 1px solid #a26a42;
    
}
    
#footer {
    
    float: left;
    display: inline;
    width: 950px;
    background-image: url('elementi/footer.png');
    background-repeat: no-repeat;
    height: 100px;
    padding: 6px 0 0 0; 
    margin: 0 0 0 20px;
    text-align: center;
    font-size: 9px;
    color: #f3ece7;
    
}

#footer a {    

    color: #f3ece7;
    text-decoration: none;

}    

#footer a:hover {
    
    text-decoration: underline;
    
}

a.outLink {
    
    color: #000;
    text-decoration: none;
    padding: 4px 0 4px 4px;
    display: block;
    
}

a.outLink:hover {
    
    text-decoration: underline;
   
} 
    
#map {
    
    margin: 20px 10px 90px 20px;
    
}
