
body {
	background: gray 10%;
    font: 10pt tahoma, sans-serif;}
/*
#Logo {
	position: absolute;
	left: 10px;
	top: 25px;
	width: 125px;
	height: 48px;
	background: blue;
	}
#Logo img{
	position: relative;
	top: 2px;
	left: 2px;
	
	}*/

#container {
    position: absolute;
    top: 50px;
    left: 13%;
    width: 70%;
    height: 1000px;
    background: transparent url(./photo/JuneLakeCompassHike2.jpg) no-repeat top; /* gray 50% */
    z-index: +1;
	}
	
/* span */
#pageHeader {
	position: absolute;
	top: 31px;
	left: 41px;
	color: #0000ff;
	display: block;
	font-size: large;
	text-align: center;
	}
#headerShadow {
	position: absolute;
	top: 29px;
	left: 39px;
	color: white;
	display: block;
	font-size: large;
	text-align: center;
	}
	
#navlist 
{
	position: absolute;
	background: transparent;
	top: 9px;
	width: 241px;
	height: 18px;
	right:8px;
    z-index: -1;
}
/* unordered list variables */
#navlist ul {
	margin: 0;
	padding: 0;
	}
/* ordered list items */
#navlist li {
	float: left;
	list-style-type: none;
	padding: 0;
	white-space: nowrap;
	}
	
/* anchor variables */
#navlist ul li a {
	padding: 3px 10px 3px 22px;
	border: 1px solid;
	background-image: url(./Photo/SignBoardBrown.JPG);
	background-repeat: no-repeat;
	text-decoration: none;
	color: Black;
	}
	
/* change text color here for both unvisited and visited links 
#navlist a:link, #navlist a:visited {
	color: white;
	}
	*/
/* hover changes to light background and white lettering */
#navlist ul li a:hover{
	background-image: url(./Photo/SignBoardWhite.JPG);
	background-repeat: no-repeat;
	color: white;
	}
	
#footer {
    font: 8pt tahoma, sans-serif;
	/*position: relative; top: 0px; left: 3px;*/
	position: absolute;
    /* right: 10px; */
    left: 15px;
    top: 500px;
    width: 250px;
    color: white;
    background: transparent; /* white #fff*/
    border: #0033ff 1px solid;
    padding: 5px;
    width: 160px;
    text-align: center;
    text-indent: 0;
    z-index: 1;
    }

