/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(/blog-mt1/mt-static/themes/base-weblog.css);
@import url(/blog-mt1/mt-static/themes/theme-green_grass/theme-green_grass.css);
/* end StyleCatcher imports */


#banner { 
     background-image:url(http://plancksconstant.org/blog1/images/clifford111.jpg); 
     background-repeat: repeat-y;
     
}
#banner h1 {display:none;}

#blogscroll { 
   overflow: auto;
   display: block; 
   overflow-x: scroll; 
   overflow-y: no; 
   height: 320px;
   width:400px;
   padding-right:3px;
   scrollbar-3dlight-color:#3A5F0B;
   scrollbar-arrow-color:#000000;
   scrollbar-base-color:#3A5F0B;
   scrollbar-track-color:#FFFFFF;
   scrollbar-darkshadow-color:#0000FF;
   scrollbar-face-color:#3A5F0B;
   scrollbar-highlight-color:#00FFFF;
   scrollbar-shadow-color:#3A5F0B}
}