/* Body */

body, html {
	height: 400px;
	width: 800px;
	overflow: hidden;
	font-family: Tahoma,Geneva,Arial,Helvetica,Lucida Sans Unicode, Lucida Grande,Verdana,MS Sans Serif;
}

.contentheading {
	font-weight: bold;
	font-size: 120%;
	color: #000;
}

.createdate {
	font-weight: italic;
	font-size: 80%;
	color: #000;
	font-style: italic;
	padding-left: 20px;
}

/* scrollbar ding */

         .barv {
            float: left;
         }
         
         
         /* Scrollbar & content css */
         
                       
         #content1 {
            height: 365px;
            width: 680px;
            float:left;
            background: transparent;
            overflow:hidden;
            padding-left: 45px;
         }

         .scrollbar-vert{
            background-color: transparent;
            height: 260px;
            width: 54px;
         }
         
         .handle-vert{
            height: 133px;
            width: 54px;
            background-image: url(../images/scrollbirds.png);
            background-repeat: no-repeat;
         }
         .buttonu {
            width:54px;
            height:53px;
            background-image: url(../images/scrollup.png);
            clear:left;
                        }
         .buttond {
            width:54px;
            height:53px;
            background-image: url(../images/scrolldown.png);
			clear:left;
          }
