/* DIVS for table of contents*/

/* wrapper space - width of left column */
#columnleft {
	width: 597px;
	background-color: #eed8fa;
	float: left;
  	overflow: hidden; /* contain float */
}

/* header space - see class for image*/
#bktitle {
	width: 425px;
	margin-left: 80px;
	height: 20px; 
}

/*block for main info space*/
#announcement {
	width: 425px;
	margin-left: 80px;
}

	/* book description space*/
	#describe {
		padding-top: 30px;
		margin-left: 20px;
		width: 200px;
	}

	/* list of lessons space*/
	#lessons {
		width: 400px;
		padding-top: 20px;
	}
	
	/* customized bulleting list (see class for images) space*/
 	#announcement li {
		list-style: none;
		background-image: url(images/fampics/bullet-arrow1.gif);
		background-repeat: no-repeat;
		background-position: 0 4px;
		padding-left: 20px; 
		margin-bottom: 10px;
		margin-left: 20px;
		padding-right: 20px;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 13px;
}  

/* alternate css/	#announcementli {
		list-style: none;
		background-image: url(images/fampics/bullet-arrow1.gif);
  		background-repeat: no-repeat;
 		background-position: 0 4px;
		margin-bottom: 10px;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 14px;
		line-height: 24px;
		padding-top: 50px; 
	}	*/
	

	/* book name space */
	#book{
		width: 425px;
		text-align:center;
	}

/* footer space for graphic see class*/
#bookfooter {
	width: 425px;
	margin-left: 80px;
	height: 15px; 
	text-align:center;
}

#copyright {
	clear: both;
	font: bold 12px Tahoma, Geneva, sans-serif;
	color: #65747E;
	padding: 5px;
  	margin: 0 15px;
	border: 1px dotted #98AFBE;
  	border-left: none;
  	border-right: none;
}

/*-------------------------
	- 6 to 10 Year Olds -
	CSS styling for divs above*/
	
.title {
	background-image: url(images/fampics/BK-ang-hdr.jpg);
	background-repeat: no-repeat;
	background-position:center;
}

.announce {
	background-image: url(images/fampics/Angel-6-10sm.jpg);
	background-repeat: no-repeat;
	font: 14px Tahoma, Geneva, sans-serif;
	color: #000066;
	padding-bottom: 10px;
}

.announceH2 {
	font: 16px Tahoma, Geneva, sans-serif;
	margin-bottom: 15px;
}
 
.announceText {
	padding-top: 40px;
	text-align: left;
	color: #000066;
	letter-spacing: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	margin-bottom: 18px;
}

.booklink {
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	padding-top: 20px;
	padding-bottom: 20px;
	}

.footer{
	background-image: url(images/fampics/Btm-rose.jpg);
	background-repeat: no-repeat;
	background-position:center;
}

/*-------------------------
	- 3 to 6 Year Olds -
	CSS styling for divs above*/

	/* list of lessons space*/
	#lessons3-6 {
		width: 430px;
		padding-top: 20px;
		margin-left: 15px;
	}

	/* book description space*/

	#describe-right {
		padding-top: 60px;
		margin-left: 200px;
		margin-right: 20px;
		width: 200px;
	}

 	#announcementli3-6 {
		list-style: none;
		background-image: url(images/fampics/bullet-arrow1.gif);
		background-repeat: no-repeat;
		background-position: 0 4px;
		padding-left: 20px; 
		margin-bottom: 10px;
		margin-left: 120px;
		padding-right: 20px;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 13px;
	}  

.title {
	background-image: url(images/fampics/BK-ang-hdr.jpg);
	background-repeat: no-repeat;
	background-position:center;
	}

.announce3-6 {
	background-image: url(images/fampics/Angel-3-6-bk-sm.jpg);
	background-repeat: no-repeat;
	font: 14px Tahoma, Geneva, sans-serif;
	color: #000066;
	padding-bottom: 10px;
	}

.footer{
	background-image: url(images/fampics/Btm-rose.jpg);
	background-repeat: no-repeat;
	background-position:center;
	}


