dl dt strong a {
	font-variant: normal;
	}
	
dt a, dd a, dt {
color: red;
}
	
dt a:hover, dd a:hover {
	color:yellow;
	}
	
dd {
	color: white;
	}

hr {
	color: white;
	margin:0;
	padding: 0;
	}

#center
  {
  background-color:#0099FF;
  float: left;
  height: auto;
  margin:0;
  padding: 1em;
   -moz-border-radius: .5em .5em;
      -border-radius: .5em .5em;
 
  }
  
#center p.center {
text-align:center;
}  

#banner {
   background: white url(../Images/teen_corner_title.gif); 
   background-position:	top center; 
   background-repeat:no-repeat;
   height: 9em;
   margin: 1em 1em 0 1em;
   -moz-border-radius: .5em .5em;
   padding: .5em;
   position:relative;
   }
   
#banner .navlist {
  display:block;
  text-align:center;
  margin: auto auto auto 10%;
  position: absolute;
  bottom: 0;
  }

#banner .navlist ul {
  list-style-type: none;
  }

#banner .navlist ul li{
  background:#000099;
  border: .3em solid white;
  display: inline;
  -moz-border-radius: .5em .5em;
  padding: 0 .3em 0 .3em;
  }
 
#banner .navlist ul li:hover{
  background: white;
  border: .3em outset #000099;
  -moz-border-radius: .5em .5em;
  padding: 0 .3em 0 .3em;
  }

#banner .navlist ul li a{
  color: #FFFFFF;
  font-variant:small-caps;
  font-weight:bold;
  padding: .5em;
  text-decoration:none;
  }
  
#banner .navlist ul li a:hover{
  color: #000099;
}


#books {
  background: white;
  border-left: .3em outset #000099;
  float:right;
  margin: 0;
  padding: .5em;
  width: 15%;
  }

#books h3 {
  margin-top: 0;
  font-style:normal;
  font-variant:small-caps;
  text-align:center;
	}

#center div.content {
	color:white;
	}

.LTwrapper {
	float: left;
	}
	
.LTitem {
  border: .2em solid white;
  border-bottom: .2em ridge #000099;
  margin: .3em .3em .3em 0;
  padding: .2em ;
  width: 8em;
  height:8em;
  }

.LTitem:hover {
  border: .2em ridge #000099;
  background-color: rgba(0, 100, 255, .5);
  }
  
.LTitem:hover a {
   color: black;
   
   }
  
.LTitem img {
 float: right;
 padding: .5em;
 }
  
.LTitem a {
 font-size: .7em;
 padding: 0 0 .3em 0;
 text-decoration:none;
 }

h3, h4 {
text-align:center;
}

span {
color:red;
}

