@charset "utf-8";
/*frog script carousel images*/
#FrogJS{
	width: auto;
	height: 300px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	text-align: center;
}
#FrogJSCredit{
	text-align: center;
	font-size: 15px;
	color: #006;
	padding: 1px;
}
#FrogJSCaption{
text-align: left;
line-height: 140%;
}

body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}
.nav {
	width: 247px;
	background-image: url("images/header and nav images/link-spacer.gif");
	background-repeat: repeat-y;
}

.oneColFixCtrHdr #container {
	width: 1250px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-color: #DDDDDD;
	background-image: url(images/header%20and%20nav%20images/Doodlesheader.gif);
	background-repeat: no-repeat;
	height: 267px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.ladybush {
	text-align: center;
}

.oneColFixCtrHdr #mainContent {
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	text-align: center;
}
.indexpage {
	color: #06C;
	text-align: left;
	font-size: 18px;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #F00;
	text-align: center;
	vertical-align: middle;
	background-color: #003062;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
.hereosbodytext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
}
.hereostitle {
	font-size: 24px;
	color: #009;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.aboutdoodles {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #039;
	text-align: left;
}
.index2 {
	font-weight: bold;
}
.lettersnote {
	color: #C33;
}
.coloringbookheader {
	background-color: #03C;
	color: #FFF;
}
.puzzelsheader {
	color: #FFF;
	background-color: #FE0000;
}

