div#header {
	background-image: url('graphics/marble.jpeg');
	background-repeat: repeat;
        width: 100%;
        height: 140px;
        border: 0;
        position: relative; /* Moves the dropdown menu to the front with IE */
        z-index: 2;
}

div#sitelogo {
        border: solid 2px; 
	border-color: #0066FF;
        padding: 0;
	position: absolute;
        height: 75px;
        left: 15px;
        top: 5px;
}
