      	body {
	background-image: url(trees.jpg);
	background-attachment: fixed;}
		h2 {font-family: Andale Mono}
	#left ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	border-bottom: 1px solid #ccc;
	}
	#left ul li {
	position: relative;
	}
	#left li ul {
	position: absolute;
	left: 149px;
	top: 0;
	display: none;
	}
	#left ul li a {
    
	display: block;
	text-decoration: none;
	color: black;
	background: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	text-family: Andale mono;
	}
	#left li:hover ul { display: block; }

	#head {
	width: 100%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border: black, 20px;
      }
      #left {
	
        list-style-type: none;
        float: left;
        width: 13%;
        padding: 15px;
	font-family: Andale Mono;
        color: #000073;
        text-align: left;
        line-height: 20px;
      }
      #right {
	background-color: white;
        float: right;
        min-height: 20em;
        width: 75%;
        padding-left: 20px;
        padding-right: 20px; 
	font-family: Verdana, Arial, sans-serif;  
	font-size: 80%;  
	border: black groove 10px   
      }
      #footer {
        text-align: center;
        clear: both;
	width: 95%
        margin: 5px;
        padding: 5px;
	font-family: sans-serif;
        font-size: 90%
        line-height: 15%;
	color: white;
      }