@charset "utf-8";
/* CSS Document */

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-image: url(kids_backgrounds_01.gif);
	background-attachment: fixed;
	background-repeat: repeat;
}
body{
	margin-top: 10px;
}
#wrapper{
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 750px;
	position: relative;
	height: auto;
	background-color: #FFFFFF;
	border: 2px dashed #000000;
}
#mainbox{
	margin: 0px;
	padding: 4px;
	float: left;
	height: auto;
	width: 550px;
}
#sidebar{
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 180px;
}

#footer{
	width: 750px;
	height:auto;
}
#footertext{
	color: #FFFFFF;
	background-color: #336699;
	padding: 2px;
	height: auto;
	width: 746px;
	text-align: center;
}
.blue{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
}
.my-nav {
	width: 168px;
}
.my-nav ul {
	margin-left: 0px;
	padding-left: 4px;
	list-style-type: none;
}
.my-nav a {
	text-decoration: none;
	padding: 2px;
	width: 168px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	display: block;
}
.my-nav a:link {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #76C5F0;
}
.my-nav a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #76C5F0;
}
.my-nav a:hover {
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	background-color: #FFFFFF;
}
.my-nav a:active {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #76C5F0;
}
.style1 {
	color: #FFCC00;
	font-weight: bold;
}
.style2 {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}