/* Start of CMSMS style sheet 'Header-home' */
/* branch of 'Left sidebar + 1 column' for home page header */

div#header {
   height: 125px;    /* 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/logo_pannocchia.gif) no-repeat 0 12px; 
   color #000000;
   display: block;
   height: 110px;            /* 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-home' */

