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

body {
	background-color: #A3F3FF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


body,td,th {
	font-family: Century Gothic, Arial, Helvetica;
	font-size: 14px;
	color: #191919;
	
}

a:link {
	color: #5DA712;
}
a:visited {
	color: #5DA712;
}
a:hover {
	color: #4CBFF2;
}
a:active {
	color: #5DA712;
}

h1 {
	color: #63AB16;
	font-size: 22px;
	margin-top: 0px;
	font-weight: lighter;
}
h2 {
	color: #4BBEF1;
	font-size: 18px;
	
}

h3 {
	font-size: 16px;
	color: #BD7D4D;
}
h4 {
	font-size: 14px;
	color: #333333;
}
h5 {
	font-size: 14px;
	color: #333333;
}
h6 {
	font-size: 14px;
	color: #333333;
}

hr {
	width: 90%;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-top-color: #63AB16;
	}

/* Classes */

.content {
	background-image: url(images/index_kidsstuff_05.png);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #ffffff;
	width: 846px;
	height: 378px;
	vertical-align: top;
	}
	
.content-padding {
	padding-left: 65px;
	padding-top: 15px;
	padding-right: 105px;
	}
	
.left-column-top {
	background-image: url(images/index_kidsstuff_01.png);
	background-position: top right;
	background-repeat: no-repeat;
	width: 50%;
	height: 392px;
	}
	
.left-column-bottom {
	background-image: url(images/index_kidsstuff_06.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 50%;
	height: 333px;
	}
	
.right-column-top {
	background-image: url(images/index_kidsstuff_03.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 50%;
	height: 392px;
	}
	
.right-column-bottom {
	background-image: url(images/index_kidsstuff_07.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 50%;
	height: 333px;
	}
	
#footer {
	background-image: url(images/index_kidsstuff_08.png);
	background-position: top;
	background-repeat: no-repeat;
	vertical-align: top;
	width: 846px;
	height: 137px;
	color: #1c8ac9;
	font-size: 12px;
	}
#footer a:link {
	color: #1c8ac9;
	}
#footer a:hover {
	color: #6DBCEB;
	}
#footer a:visited {
	color: #1c8ac9;
	}
.pic-border {
	border: 1px solid #63AB16;
	margin: 5px;
	}
	
.calendar-days {
	background-color: #4BBEF1;
	width:105px;
	color: #ffffff;
	font-weight: bold;
	}
	
.calendar-dates {
	background-color: #CCFFFF;
	}
	
.calendar-border {
	border: 1px solid #4BBEF1;
	}

.calendar-content {
	font-size: 12px;
	}