/* CSS Document */

body{
margin:0px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
background:url(../images/sfondo.jpg);
}

#home{
margin:0px auto;
width:900px;
border:1px solid #FF9900;
background:white;
margin-top:20px;
padding-top:20px;
}

#home h1{
color:#FF9900;
margin:0;
font-size:24px;
}
#home h2{
color: #FF9900;
font-weight:lighter;
font-style:italic;
margin:10px 0 0 0;
font-size:20px;
}
#home h3{
color:#FF9900;
font-weight:lighter;
font-style:italic;
margin:10px 0 0 0;
font-size:12px;
}

#offerte{
background:#FFD79B;
border:1px solid #FF9900;
margin:0px auto;
width:900px;
padding-top:15px;
margin-top:10px;
margin-bottom:10px;
text-align:center;
color: #666666
}
#offerte a{
text-decoration:none;
color:#666666
}
#offerte a:hover{
color:#FF6600
}

/*********************************************************/

#wrapper{
margin:0px auto;
width:900px;
border:1px solid #FF9900;
background:white;
margin-top:20px;
overflow:auto

}

#menu{
width:250px;
float:left;

}

#menu h5{
color:#FF9900;
}

#menu .vocemenu{
font-size:14px;
font-weight:bold;
padding-left:20px;
}
#menu .vocemenu a{
text-decoration:none;
color:black
}
#menu .vocemenu a:hover{
background-color:#FF9900
}

#right{
width:649px;
float:right
}
#fotoborgo{
height: 159px;
width:649px;
text-align:right;
color:white;
/*border-bottom: 1px dotted #FF9900;*/}

#testo{
padding:20px;
line-height:24px;
border-left: 1px dotted #FF9900;
}
#testo h2{
color: #FF9900;
border-bottom:1px dotted #999999;
text-align:right;
}
#testo h3{
color: #FF9900;
}
#testo img{
border:1px solid #FF9900;
padding:3px;
}

#testo a {
color:#000000;
text-decoration:none
}
#testo a:hover{
color: #FF9900
}


/*********************************************************/

#footer{
margin:0px auto;
width:900px;
text-align:center;
color:#666666;
font-size:11px;
padding-top:10px;
}
#footer a{
color:#666666;
text-decoration:none}
#footer a:hover{
color:#FF6600;
text-decoration:underline
}
