<style type="text/css">
/* History of Photography Jan 2006 LIQUID TWO COLUMN LAYOUT */
#container
{
width: 90%;
margin: 10px 0 0 10px;/*Margins at Top & Left of Page*/
background-color: #FFFFFF; /*CAN'T SEE THE EFFECT?? Alice Blue #F0F8FF*/
color:   #333; 
border: 5px #FFFFFF;/*WHITE was Pink*/
line-height: 130%;
}
#top 
{/* Banner Styling*/
padding: 0.1em;
background-color: #BFBFBF;/*SILVER*/
border-bottom: 5px solid #A1A1A1;/*DARKER SILVER*/
}
#leftnav
{
float: left;
width: 160px;
margin: 0;
padding: 10px;
background-color: #BFBFBF;/*SILVER*/
}
#content
{
margin-left: 180px;
border-left: 3px solid grey;/* The Vertical Separator Line*/
padding: 30px ;/*Space around Content area*/
background-color: #E0E0E0;/* LIGHTEST GREY */
max-width: 30em;/*Sets Max Line Width to comfortable viewing lenth*/
/* ADD A BACKGROUND PICTURE - a non Repeating image 
   background-image: url(sx70_fuschia.jpg);
   background-position: 50 0;
   background-repeat: no-repeat;
   /*background-attachment: fixed;*/
   }
#footer
{
clear: both;
margin: 0;
padding: .5em;
color: #333;
background-color: #BFBFBF;/*SILVER*/
border-top: 5px solid #A1A1A1;/*DARKER SILVER*/
}
/*Now Remove the space above content in the "leftnav" and "content" divs, use the following rules: "#leftnav p { margin: 0 0 1em 0; }" and "#content h2 { margin: 0 0 .5em 0; }". 

Browsers use different amounts of margin above paragraphs and headings. It is safe to remove all top margins, as long as there are bottom margins to keep the paragraphs and headings separate from elements below them. */
#leftnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }

</style>
