body {
	background-color: #FFFF00;
	background-image: url(../images/BG.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #990000;
}
.wrapLeft {
	float: left;
	margin-right: 10px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #333333;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #444444;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #444444;
}
#mainContainer {
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 760px;
	background-color: #FFFFFF;
	border: 1px solid #7D7801;
}

#Header {
	background-image: url(../images/BGheader.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 121px;
}

.clearer {					//
	clear: both;
	font-size: 0px;
	line-height: 0px;
}
/*    =SubNav
-------------------------------------------------- */
#subNav {
	width: 180px;
	float: left;
	list-style-type: none;
	margin-top: 20px;
	background-image: url(/images/SubNav-Kids_background.gif);
	background-repeat: repeat-y;
	margin-left: 10px;
}
#subNavFooter {
	background-image: url(../images/SubNav-Kids_foot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 22px;
}
#subNav ul {
	list-style-type: none;
	padding-top: 55px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-image: url(../images/SubNav-Kids_head.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 0px;
	margin: 0px;
}
#subNav ul li {
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

#subNav ul a {
	text-decoration: none;
	line-height: 30px;
	display: block;
	background-image: url(/images/SubNav-Kids_background.gif);
	text-shadow : #FFFFFF 0 1px 1px;
	height: 30px;
	color: #333333;
	padding-left: 20px;
	margin: 0px;
	font-weight: bold;
}
#subNav ul a:hover {
	text-decoration: none;
	line-height: 30px;
	display: block;
	text-shadow : #FFFFFF 0 1px 1px;
	background-image: url(../images/SubNav-Kids_background-over.gif);
	height: 30px;
	color: #000000;
	padding-left: 20px;
	font-weight: bold;
}

#subNav ul a.hi {
	text-decoration: none;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	display: block;
	margin-right: 10px;
	padding-left: 3px;
	font-weight: bold;
	color: #000000;
}
#subNav ul a.hi:hover {
	text-decoration: none;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	display: block;
	margin-right: 10px;
	padding-left: 3px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
}

.comic {
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-right: 15px;
	margin-left: 15px;
}
#footer {
	color: #333A42;
	text-align: center;
	vertical-align: top;
	padding-top: 5px;
	font-size: 12px;
	background-color: #999999;
	padding-bottom: 8px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #333A42;
	margin-top: 15px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FBF603;
	text-decoration: underline;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}

/* gray Box Container
-------------------------------- */
.grayBoxContainer {
	background-color: #DDE0E3;
	display:block;
	width: 375px;
}
.grayBoxContent {
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
}


.grayBoxTL {
background-image:url(/book/images/graybox-TL.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 9px;
}
.grayBoxTR {
	background-image: url(/book/images/graybox-TR.gif);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	height: 9px;
}
.grayBoxBL {
	background-image: url(/book/images/graybox-BL.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	height: 9px;
}
.grayBoxBR {
	background-image: url(/book/images/graybox-BR.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	display: block;
	height: 9px;
}
#contentContainer a {
	text-decoration: none;
	color: #00518D;
}
#contentContainer a:hover {
	text-decoration: underline;
	color: #00518D;
}
.imgFloatRight {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
h5+p {
	margin-top: -8px;
}
h4+p {
	margin-top: -8px;
}
