body {
	font-family:helvetica,arial,sans-serif;
	margin:0px auto;
	border:0;
	font-size:12px;
	line-height: 1.5em;
	background-image:url('images/1872 drawing.jpg'); 
	background-repeat: repeat-x; background-repeat:repeat-y; 

}
#wrapper {
	width:980px;
	margin:0px auto;
	border:0;
	padding:0;
	background:#FAFAEB;
}

#montage {
  /*  position: fixed;  */
    margin: 0px 0px 0px 0px;
	height:195px;
    width:980px;
	background-color:#FAFAEB;
    color:white;
	text-align:center;
    padding:0px 0px 10px 0px;
}

ul {
/*  position: fixed;   */
	list-style-type: none;
	width:920px;
    margin: -50px 0px 10px 50px;
    padding: 0px;
	overflow: hidden;
    background-color: #FAFAEB;
    top: 0;
}


li {
    float: left;
	width:104px;
	margin: 5px 5px 0px 0px
}

li a {
    font-size:16px;
	font-weight: bold;
	display: block;
	
	border: 2px solid #aaa;
	border-radius: 20px 20px 0px 0px;
	color: black;
    text-align: center;
	padding: 12px 0px;
    text-decoration: none;
	background-color: #aac;
}

li a:hover:not(.active) {
    background-color: #7a7;
	color: white;
}

.active {
    background-color: #a77;
	color: white;
}
#content {

	width:950px;
	margin-top: -10px;
	padding:0px 10px 0px 20px;
	background-color:#e9f0ff;
	border-top:2px solid #55e;
}

#museum-content
 {
	height:2200px;
	width:950px;
	margin-top: -10px;
	padding:0px 10px 0px 20px;
	background-color:#e9f0ff;
	border-top:2px solid #55e;
}
p.museum {
	font: 18px  calibri;
	margin:20px 90px 0px 0px;
}
p.about {
	font: 18px Times, serif; 
	margin:20px 90px 0px 0px;
}
p.inset {
	font: 18px Times, serif; 
	margin:8px 30px 0px 30px;
	 text-indent: -10px;
}

ul.b {
    width:850px;
	height 150px;
	color:black;
	margin-top: 26px;
	background-color:#def;
	list-style-type: circle;

}

li.b  {
	width 860px;
}


p.serifs {
    font: 18px Times, serif; 
	margin:20px 50px 0px 0px;
}

p.sansserif {
    font: 18px arial, helvetica, sans-serif;
}

p.caps {
	font: 12px arial, helvetica, sans-serif;
}

h1 {
    font-family: arial, helvetica, sans-serif;
	font-size: 38px;
	padding-top: 10px;
}
#footer {
	/*float:left;*/
	border:2;
	height:210px;
	width:950px;
	background:#FAFAEB;
	color:#191919;
	font-size: 14px;
	text-align: center;
	margin-bottom:50px;
	padding:15px;
	border-top:2px solid #55e;
	}
