/*---- STYLES APPLIED TO ALL HTML ----*/

@import 'common.css';

/*---- STYLES APPLIED TO LIBRARY.HTML ----*/

body #wrapper, body #content {
  background: transparent;
  ;
}

.titlePic {
  background: transparent url(../images/library_sm.png) no-repeat center;
  ;
}

p.indent {
  line-height: 0.3em;
  margin-left: 3em;
  ;
}

div#intro {
  position: relative;
  width: 100%;
  margin: 0;
  ;
}

div#intro p {
  top: 0;
  font-size: 1.3em;
  text-align: justify;
  line-height: 1.2em;
  width: 75%;
  margin: 1em 12.5% 0;
  ;
}

.first {
	margin-top: 0;
	:
}

div.column#center {
  position: relative;
  top: 0;
  width: 65%;
  margin: 0 17.5%;
  ;
}

.emphasize {
  color: #86b1ba; /* teal */
  font-size: 110%;
  font-weight: bold;
  ;
}

div.footer {
  margin-top: 2em;
  ;
}

div.noJSfooter {
  margin: 11.5% 15% 0;
  ;
}
