
div.container {
	position: relative;
	background-color: white;
	margin: 0 auto;
	width: 780px;
	height: 932px;
	text-align: left
}

div.swatch {
 position: absolute;
 width: 1200;
 height: 60;
 top: 100;
 left: -90;
 background-color: orange;
 }

 div.blurb {
 position: absolute;
 width: 60;
 height: 400;
 top: 400;
 right: 10;
 background-color: green;
 }
 
 div.zap {
 position: absolute;
 width: 680;
 height: 20;
 top: 600;
 left: -30;
 background-color: darkred;
 }


.intheading {
   font-family:Futura Md BT, Arial, sans-serif;
   font-weight: 600;
   font-size: smaller;
   }

.quoted {
   font-family:garamond, times new roman, serif;
   font-weight: 600;
   font-size: normal;
   margin-left: 30px;
   }

   .exhibits {
   position: absolute;
   left: 201px; top: 70px;
   }
   
   .exhibits .intheading {
   font-family:Futura Md BT, Arial, sans-serif;
   font-weight: 600;
   font-size: smaller;
   }

#Header {
 position: absolute; 
 border 0px solid #000000; 
 
 width:780px; 
 height:100px; 
 z-index:1; 
 left: 1px; 
 top: 1px; 
 }

#MenuBar {
 position: absolute; 
 border 0px solid #000000;
 
 width:780px; 
 height:30px; 
 z-index:2; 
 left: 1px; 
 top: 115px;
 }
 
#LeftColumn {
 position: relative; 
 border: 0px solid #000000; 
 width:420px;  
 z-index:1; 
 left: 35px; 
 top: 10px;
 
 }
 
#RightColumn {
 position: absolute; 
 border: 0px solid #000000;
 text-align: left;
 width:430px; 
 height:460px; 
 z-index:3; 
 right: 50px; 
 top: 475px;
 overflow: auto; 
 } 
 
#Footer {
position: absolute; 
border: 0px solid #000000; 

width:780px; 
height:60px; 
z-index:5; 
left: 1px; 
top: 810px;
}

.normlist {
    OL.norm;
	LI.disc;
	}

 
.menu a:visited {
 color: rgb(60, 120, 115);
 font-family:Futura Md BT, Arial, sans-serif;
 font-size: .8em;
 }

.indent {margin-left: 2em}
 
.intheading {
   font-family:Futura Md BT, Arial, sans-serif;
   font-weight: 600;
   font-size: smaller;
   margin-left: 1.5em;
   }

