/* CSS Document */

.bottomcontainer 
{ 
  background: #76ae49 url(images/teen_background.jpg) top left repeat;
}

#nav li#teenLI a 
{ 
  text-decoration: underline; 
}

div#leftcol
{
  text-align: center;
  margin: 0px 100px;
  width: 500px;
}

div#leftcol p.title
{
  font-size: 1.4em;
}

div#teenlibrary h2
{
  margin: 10px;
}

div#teenlibrary p
{
  margin-top: 6px;
}

div#teenlibrary p.coming
{
  color: #a61f62;
}

div#teenlibrary img
{
  border: 1px solid #ffffff;
}

div.libbook
{
  float: left;
}

div#teenlibrary img#libmanderley
{
  margin: 10px 25px 10px 30px;
}

div#teenlibrary img#librichgirl
{
  margin: 10px 25px 10px 30px;
}


div#teenlibrary p a
{
  font-size: 1.1em;
  font-weight: bold;
  color: #535277;
  text-decoration: none;
}

div#teenlibrary p a:hover
{
  color: #a61f62;
}

div#teenlibrary p a.order
{
  color: #a61f62;
  font-size: .9em;
}

div#teenlibrary p a.order:hover
{
  color: #535277;
}
