body {
    background: silver;
    background-image: url('images/bwstatue.png') ;
    background-repeat: no-repeat;
    background-position: top left;
    font: 14px sans-serif;
    margin: 0;
    padding: 0 20px;
}
div#heading {
    border: 1px solid black;
    max-width: 1000px;
    min-width: 600px;
    background: white;
    border-top-width: 1px;
    margin: 10px auto -1px auto;

    }
div#navbar {
    border: 0px solid black;
    max-width: 1000px;
    min-width: 600px;
    background: rgb(244, 244, 244);
    border-top-width: 0px;
    margin: -1px auto 30px auto; 
      <!--   position: relative;  -->
    text-align: center;
}
#nav {
		margin:0;
		padding:0;
		background:#808259   url(nav_bg.jpg) 0 0 repeat-x;
		width:100%;
		float:left;
		border:1px solid #42432d;
		border-width:1px 0;
		border-top-color: #42432d;
		border-bottom-color: white;
	}
div#underbar {
    border-right: 1px solid black;
    border-left: 1px solid black;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
	padding: 10px;
    border: 1px solid white;
    max-width: 1000px;
    min-width: 600px;
    background: white;
    border-top-width: 1px;   
    } 
    
div#outercontainer {
    border: 1px solid black;
    max-width: 1000px;
    min-width: 600px;
    background: rgb(244, 244, 244);
    border-top-width: 0px;
    position: relative;
    margin: 0 auto;
}

div#container {
    border: 0px solid black;
    max-width: 1000px;
    min-width: 600px;
    background: rgb(244, 244, 244);
    border-top-width: 0px;
    position: relative;
    margin: 0 auto;
  /#  height: 380px; #/
}
div#content {
    margin-left: 220px;
    background: white;
    border: 1px solid white;
    padding: 4px;
    border-top-width: 0px;
        position: relative;
        padding-bottom:20% ;

    }
    
div#left {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 200px;
    background: white;
    padding: 5px;
    border-right: 1px solid black;
    }
    
 div#footer {
    border: 1px solid black;
    max-width: 1000px;
    min-width: 600px;
    background: rgb(244, 244, 244);
    border-top-width: 2px;
    margin: -1px auto 10px auto;
    text-align: center;
     position: relative;
    } 

div#footer p {
    margin: 5px;
}
.bigger {
    font: 20px sans-seriff;
    color: saddlebrown;
    margin-bottom: 0;
    border-bottom: 1px solid khaki;
    }
    
.smaller {
    font: 10px sans-seriff;
    color: grey;
    margin-bottom: 0;
    border-bottom: 1px;
    }
.wide {
    font: 18px sans-seriff;
    letter-spacing: 10px;
    background: lightyellow;
    color: saddlebrown;
    margin-bottom: 0;
    border-bottom: 1px solid khaki;
    }
.narrow {
    ont: 18px sans-seriff;
    letter-spacing: -1px;
    background: lightyellow;
    color: saddlebrown;
    margin-bottom: 0;
    border-bottom: 1px solid khaki;
    }
p#italic {
    font-style: italic;
    }
#nav li {
		display:inline;
		padding:0;
		margin:0;
	}
	#nav a:link,
	#nav a:visited {
		color: black;
		background:#b2b580 ;
		padding:13px 40px 4px 10px;
		float:left;
		width:auto;
		border-right:1px solid #42432d;
		text-decoration:none;
		font:bold 1em/1em Arial, Helvetica, sans-serif;
		text-transform:uppercase;
		text-shadow: 2px 2px 2px #555;
	}
	#nav a:hover {
		color: white;
		background:#727454 ;
	}
	#nav li:first-child a {
		border-left:1px solid #42432d;
		border-bottom:0px none;
		border-bottom-color: white;
	}
	#home #nav-home a,
	#about #nav-about a,
	#archive #nav-archive a,
	#lab #nav-lab a,
	#reviews #nav-reviews a,
	#contact #nav-contact a {
		background: white;
		color: black;
		text-shadow:none;
	}
	#home #nav-home a:hover,
	#about #nav-about a:hover,
	#archive #nav-archive a:hover,
	#lab #nav-lab a:hover,
	#reviews #nav-reviews a:hover,
	#contact #nav-contact a:hover {
		background:#fff;
	}
	#nav a:active {
		background:#990066;
		color:#fff;
	}
<!-- img {
        margin: 10px;
        border:qpx solid rgb(128, 128, 128);
        }
img#cga {
float: right;
}
img#crt {
float: left;
}
img#ff {
float: right;
}
img#fp {
float: left;
}
img#lt {
float: right;
}  -->