/* CSS Document for Children's Lit pages*/

/* Layout properties for photo left and text right
=======================*/
#wrapbook {
	position: relative;
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-right: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#photo{
	width: 20%;
	float: left;
}
#booktext{
	text-align:left;	
	width: 78%;
	float: right;
	}

/* Children's Lit navbar
=======================*/

#CLnavbar {
	width:600px;
  	line-height: 2.1em;
	position:relative;
	}
#CLnavbar ul {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	background-color: #200993;
	background-image: url(images/mainNavBg2.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	}
#CLnavbar ul li {
	float: left;
  	line-height: 2.1em;
	font-size: 9px; 
	color: #FFFFFF;
	}
#CLnavbar ul a {
  	padding: 0 2em;
  	line-height: 2.1em;
  	background: url(images/mainNavBorder2.gif) repeat-y left top;
  	text-decoration: none;
	font-size: 9px; 
	color: #fff;
 	float: left;
  	display: block;
	}
#CLnavbar ul a:hover {
	color: #FFFFFF;
  	line-height: 2.1em;
	font-weight: bolder;  
	font-size: 9px; 
	}
#CLnavbar ul a:link {
	color: #FFFFFF;
  	line-height: 2.1em;
	font-weight: bolder;  
	font-size: 9px; 
	}
#CLnavbar ul a:visited { 
	color: #FFFFFF;
  	line-height: 2.1em;
	font-weight: bolder;  
	font-size: 9px; 
	}
#CLnavbar ul .cfirst a {
	color: #FFFFFF;
	background: none;
  	line-height: 2.1em;
	font-weight: bolder;  
	font-size: 9px; 
`	}
#CLnavbar ul .here a {
	background: url(images/mainNavBorder2.gif) repeat-y left top;
  	line-height: 2.1em;
	font-weight: bolder;  
	font-size: 9px; 
	color: #50FCFA;
	}
#CLnavbar ul .cfirsthere a {
	background: none;
  	line-height: 2.1em;
	font-weight: bolder;  
	font-size: 9px; 
	color: #50FCFA;
	}


