/* CSS Document */

html,body{
margin:0;
padding:0;
}

body{
text-align: center;
font-family: "Lucida Sans";
background: #FFF url(header.png) repeat-x;
}

#container{
width: 760px;
margin:0 auto;
text-align: left;
background: #FFF;
}

#testata{
width: 100%;
padding: 0;
background: #FFF url(cerchi.gif) no-repeat top right;
height:150px;
}

#testata img {
text-align:left;
}

#contenuto {
background-color:#FFFFFF;
float:left;
width: 500px;
display: inline;
margin-left: 20px;
font-family:Tahoma;
font-size:12px;
color:#0066CC;
border-right:2px #CCCCCC outset;
}

#contenuto a {
color: #EF7D0D;
text-decoration: none;
font-size: 14px;
}

#contenuto a:hover {
font-size: 14px;
color: #3A75B6;
border-bottom: 2px dotted #3A75B6;
}

#contenuto hr {
border: 1px dashed #EEEB11;
width: 80%;
text-align: left;
}

#a:link {
	color: #CC9900;
	text-decoration: underline;
}

#a:visited{
color: #CC9900;
text-decoration:underline;
}

#a:hover{
color:#0000FF;
text-decoration:none;
}

#tabs10 {
      float:left;
      width:100%;
      font-size:93%;
      }
    #tabs10 ul {
		  padding:50px;
          margin:0 0 0 0;
          padding:10px 10px 0 50px;
          list-style:none;
      }
    #tabs10 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs10 a {
      float:left;
      background:url("tableft10.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs10 a span {
      float:left;
      display:block;
      background:url("tabright10.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs10 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs9 a:hover span {
      color:#FFF;
      }
    #tabs10 a:hover {
      background-position:0% -42px;
      }
    #tabs10 a:hover span {
      background-position:100% -42px;
      }

      #tabs10 #current a {
              background-position:0% -42px;
      }
      #tabs10 #current a span {
              background-position:100% -42px;
      }

#colonnadx{
background-color:#FFFF00;
float: right;
width: 215px;
display:inline;
margin-right: 10px;
}

#piede{
clear:both;
height:100px;
padding:5px 0 5px 2px;
background:url(footer.png) repeat-x top center #066CAA;
}

#piede p{
text-align:center;
font-family: Verdana;
font-size:12px;
color:#000000;
}

/* Solo per il PhotoBlog */

#photoblog {
background-color:#FFFFFF;
float:left;
width: 100%;
display: inline;
color:#0066CC;
}

#photoblog a {
color: #0000FF;
text-decoration: none;
font-size: 11px;
}

#photoblog a:hover {
color: #6699FF;
text-decoration: none;
font-size: 11px;
}

ul#minipics{
margin:0;
padding:0;
list-style-type:none;
}

ul#minipics li{
float: left;
margin: 20px;
padding:0 0 12px 0;
}

ul#minipics li img{
display:block;
border:1px solid;
border-color: #CCC #CCC #AAA #CCC;
padding: 5px;
background: #f6f6f6;
}

#photoblog table {
border: 2px dotted #6DA6E2;
background: #FFFF00;
}