body, html { 
		margin: 0; 
		padding: 1px 3px 2px 2px; 
		font-size: 14px;
		}
		
br.both { 
		clear: both; 
		height: 0; 
		}
		
/*clears floats*/
		
.clearing {
 		height: 0;
 		clear: both;
		}
		
div#page {  
		margin: 0 auto; 
		padding: 0; 
		width: 100%; 
		text-align: left; 
		}
 		
div#header { 
		width: 100%; 
		height: 85px; 
		padding: 0; 
		border-top: 1px solid #666; 
		border-bottom: 3px double #666; 
		border-right-width: 1px; 
		border-left-width: 1px; }
		
div#wrapper { 
		margin: 0 auto; 
		padding: 0; 
		width: 100%; 
		}
		
div#container {
		padding: 0; 
		width: 100%; 
		}
		
div#content { 
		position: relative;
		/*z-index: 20;*/
		padding: 0;
		/*padding: 10px 25px 20px 15px;*/
		}
		
div#sidebar {  
		display: none ; 
		}
		
div#navcontent { 
		display: none ; 
		}
		
div#footer { 
		text-align: left; 
		width: 100%; 
		padding-top: 5px; 
		padding-right: 0; 
		padding-bottom: 5px; 
		border-top: 3px double #666; 
		border-bottom: 1px solid #666; 
		border-right-color: #666; 
		border-left-color: #666; 
		}

div#header img { 
		float: right; 
		}
		
div#header .museumlogo { /*this is for printing since the regular logo does not show*/
		position: absolute; 
		top: 15px; left: 15px;
		font-size: 120% ; 
		font-family: Times, serif; 
		font-weight: 500; 
		font-style: normal; 
		}
		
div#content div.styledimage { 
		overflow: auto; 
		width: 100%;
		}

div#content img { 
		border: solid 1px black;  
		margin: 1em 0 1em 12px; 
		overflow: auto ;
		}
		
div#content img.c {
		overflow: hidden;
		}
		
div#content img.c1 { 
		float: left;
		margin: 0 10px 0 0;
		}
