body{
    background:#E6E6E6 url(images/bgslice.png) repeat-x;
}

h1{ font-weight:bolder; font-size:240%; margin:10px 0 10px 5px; }
h3 { font-weight:bolder; font-size:180%; margin:5px 0; }
h5 { font-weight:bolder; font-size:120%; margin:5px 0; }

p{ margin:10px 0;}
li {list-style:disc inside;}

#container{
    width:1000px;
    height:705px;
    overflow:hidden;
    margin:0 auto;
}

#content{
    height:300px;
    overflow:auto;
    padding:20px;
    border:2px inset #000 ;
}

#footer{
    position:relative; 
    height:303px; 
    background:url(/media/static/OurMuseumsHeader.png) no-repeat bottom;
}

#footer span{
    display:none;
}

#footer #homelink {
    display:block;
    height:303px;
    width:600px;
    position:absolute;
    right:0;
    top:0;
}

#footer #click2link{ 
    background:url(/media/static/click2logo.png);
    display:block;
    position:absolute;
    height:34px;
    width:211px;
    bottom:20px;
    left:20px;
}