/* CSS Document */



body
{
	background-color:#FFFFBD;
	margin:0;
	padding:0;
	font-family:"Comic Sans MS", Arial, sans-serif;
}



a
{
	color:#0033CC;
}

a:hover
{
	color:#0066CC;
}



ul
{
	list-style-type:none;
	font-size:18px;
}

ul li
{
	margin-top15px;
	margin-bottom:15px;
}




/*framming formatting*/
div#top
{
	margin-bottom:20px;
}

div#leftNavi
{
	padding-left:10px;
	float:left;
	margin-right:20px;
}

/*end section*/




/*start section for main formating*/
div.main
{
	background-image:url(../Images/paper_background_fade.gif);
	background-repeat:repeat-y;
	width:463px;
	position:relative;
	padding-left:20px;
	padding-top:20px;
	padding-right:50px;
}



div#twoPage
{
	height:1175px;
	
}


div#singlePage
{
	height:580px;
}

div#main p
{
	
}


/*end section*/






/*specific formatting*/

p#sign
{
	position:relative;
	left:390px;
	font-size:9px;
}


/*div#activityAnswers
{
	margin-top:310px;
}*/

/*p#main_page_description
{
	margin-top:60px;
}*/

p#puzzleLinks
{
	margin-bottom:0px;
}

/*end section*/







/*generic classes*/

p.boldText
{
	font-weight:bold;
	font-size:18px;
}


span.underline
{
	text-decoration:underline;
}

p.description
{
	margin-top:35px;
}


p.descriptionBottom
{
	margin-top:20px;
}

p.information
{
	font-weight:bold;
	font-size:14px;
}

img.leftAlign
{
	float:left;
	margin-right:10px;
	margin-top:5px;
}


ul.titleListing
{
}

/*end section*/






/*image positioning section*/

/*img#billy_the_bunny_first_day, img#author_peggy
{
	float:left;
	margin-right:20px;
	margin-top:20px;
}*/

img#underConstruction
{
	position:relative;
	/*left:50%;
	top:25%;
	margin-left:-152px;
	margin-top:-28px;*/
	left:100px;
	top:100px;
}



img#carrotBanner
{
	margin-top:5px;
}


div#kidsActivitiesBackground
{
	background-image:url(../Images/billy_running.gif);
	background-repeat:no-repeat;
	height:375px;
	background-position:center;
}

/*end section*/

