/* Style sheet redone April, 2011 */
* {
  font-family: 'book antiqua';
  }
/* Controls the rose covered border */
body {
	background-image:url(images/bgroses.gif);
	background-color:#FFFDEA;
	}
/* Color for links */
a:link {color:#990000;}
a:visited {color:#990000;}

/* This section now handles the navigation */
#nav-top {display:block;width:85%;text-align:center;margin:0px auto 25px auto;font-size: 90%;font-style: italic;color: #660000;}
.nav {font-size: 90%;font-style: italic;color: #660000;}
li {display:inline;list-style-type:none;}
.nav-right {display:block; margin-top:-10px;font-size: 100%; font-style: italic; color: #660000;text-align:right;}
.nav-left {display:block; font-size: 100%; font-style: italic; color: #660000;}

/* Style for the paper background in center of each page */
#main-container {
	display:block;
	margin: 0px auto 15px auto;
	width:85%;
	background-image:url(images/bgpaper.gif);
	background-repeat:repeat;
	background-color:#ffffff;
	padding-bottom:15px;
	}

/* Controls the h1 tags on pages */
.header-text1 {font-size:125%;text-align:center;margin:0px auto;}

/* Sets up a box for any instructions on the museum pages */
.instruction-text {width:40%;display:block;margin:auto;padding-bottom:15px;font-size:80%;text-align:center;}

/* Sets up the styles for the museum pages */
#main-container-museum {
	display:block;
	margin: 0px auto 15px auto;
	width:85%;
	background-image:url(images/bgpaper.gif);
	background-repeat:repeat;
	background-color:#ffffff;
	padding-bottom:15px;
	}
#main-container-museum img {display:block;margin:15px auto 5px auto;border:none;}
.img-caption {display:block;font-size:120%; font-style: italic;font-weight: bold;text-align:center; }




/* Older styles that should be removed once the entire site has been updated */
/* Change to percentages in font-size done 4.11 */

.h1 {
  font-size: 125%;
  font-weight: bold;
  }
.h2 {
  font-size: 120%;
  font-style: italic;
  font-weight: bold;
  }
.text1 {
  font-size: 80%;
  }


