/* Start of CMSMS style sheet 'header-second' */
/* branch of 'Left sidebar + 1 column' for secondary pages header */

div#header {
   height: 80px;    /* adjust according your image size */
   background: #FFFFCC; 
   padding-bottom: 1px;
   border-bottom: 1px solid #009900;     /* #e7ab0b;  */
}

div#header h1 a {
/* you can set your own image here */
   background: #FFFFCC url(uploads/images/pann_colore_18.gif) no-repeat 0 12px; 
   color #000000;
   display: block;
   height: 75px;            /* adjust according your image size */
   text-indent: -999em;   /* this hides the text */
   text-decoration:none;  /* old firefox would have shown underline for the link, this explicitly hides it */
}

/* End of 'header-second' */

