/* ----------------------------BEGIN------------------------ */ 
 
/* Header */


#header-complete {
	display: block;
	position: relative;
	margin-bottom: -20px; /* shift up for the radius images */
	}

#header {
	/* the header section, covering title, menu and graphics url(images/grid2.gif)*/
	margin: 0;
	padding: 0; 
	height: 50px;
	display: block;
	
	background: rgb(00, 00, 00) ; 
	
	/* allow positioning; is itself relative to #page  */
	position: relative;
	}





div#headerimg h1, div#header-description {  
visibility: hidden;  
}  
 
div#headerimg {  
background-image: url('./images/dfbloglogo.gif');
background-repeat: no-repeat; 
height: 60px !important;  
width: 250px; 
margin-top: -10px; 
margin-left: -20px; 
}  
 
div#headermenu { 
z-index: 1000; 
} 
 

/* rounded corners */
	
/* #header-top {
	/* display the upper left rounded border */
	background: rgb(00, 00, 00);
	height: 20px;
	width: 100%;
	overflow: visible;

	/* positioning */
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 10;
	} */

/* #header-top-inner {
	/* display the upper right rounded border */
	background: rgb(00, 00, 00);
	height: 20px;
	width: 100%;
	overflow: visible;

	/* positioning */
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 9;
	} */

 
/* ----------------------------END------------------------ */ 

