body {
	font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	}

/*****  Content Div, to hold content background image *******/
#content {
	background-image: url(../images/content_bg_kids.gif);
	background-repeat: repeat-y;
}
#widebox {
	float: left;
	width: 550px;
	margin-right: 1px;
	/*border: 1px solid black;*/
}
/*****  Left Box and Left Box Content *******/
#search {
	background-color: #E291AB;
	background-image: url(../images/search_bg_kids.gif);
	background-repeat: no-repeat;
	}
#leftbox { background-image: url(../images/kids-block2.gif)}
#leftboxcontent a.navbutton {
	background-color: #CA006C;
	}
#leftboxcontent a.navbutton:hover {
	background-color: #CA006C;
	}
#leftboxcontent a.subnavbutton {
	background-color: #D86A92; 
	}
#leftboxcontent a.subnavbutton:hover {
	background-color: #CA006C;
	}
#centerboxcontent h2 {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	color: #CA006C;
	background-color: #FFFFFF;
	}
#centerboxcontent h3  {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	color: #CA006C;
	}
#widebox h2 {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	color: #CA006C;
	background-color: #FFFFFF;
	font-size: 1.4em;
	}
#widebox td {
	font-size: 0.8em;
	}
	
#centerboxcontent p {
	font-size: .9em;
	}

#centerboxcontent ul li {
	font-size: 0.9em;
	}

#centerboxcontent ol li {
	font-size: 0.9em;
	}
	

