/*SETTINGS START HERE*/

	
	body {
		font-family:Helvetica, sans-serif, Trebuchet MS, Verdana, Arial;
		font-size:11px;
		background-repeat:no-repeat;
		margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
		padding: 0;
		text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
		color: #ffffff;
		background-color:#000000;
		}
	
		a:visited {
			color:#ffffff;
			text-decoration:none;
			border:0px;
			}
	
		a:link {
			color:#ffffff;
			text-decoration:none;
			border:0px;

			}
	
		a:hover {
			color:#0000ff;
			text-decoration:none;
			border:0px;
			}

/*TEXT START HERE*/


		.title {
			font-family:Helvetica, sans-serif, Trebuchet MS, Verdana, Arial;
			font-size:16px;
			font-weight:bold;
			color:#800080;
			}

		.daycare {
			font-family:Helvetica, sans-serif, Trebuchet MS, Verdana, Arial;
			font-size:18px;
			font-weight:bold;
			color:#ffff00;
			}

		.sub {
			font-family:Helvetica, sans-serif, Trebuchet MS, Verdana, Arial;
			font-size:14px;
			color:#800080;
			font-weight:bold;
			}
			
/*TEXT END HERE*/



/*SETTINGS END HERE*/

/*CONTAINER STARTS HERE*/

		.container #kidsbox {
			background-repeat:no-repeat;
			margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
			border:none;
			text-align: left; /* this overrides the text-align: center on the body element. */
			height:800px;
			width:930px;
			}			
			
				#topnav1 {
					font-size:13px;
					word-spacing:5px;
					color:#ffffff;
					}
	
					#topnav2 {
					height:15px;
					width:450px;
					font-size:11px;
					word-spacing:5px;
					margin-left:435px;
					margin-top:110px;
					padding-top:40px;
					position:absolute;
					text-align: right;
					}



/*CONTENT STARTS HERE*/

	
	.container #content {
				padding-left:15px;
				width:890px;
				height:610px;
				margin-left:5px;
				margin-top:30px;
				position:absolute;
				background-color:#ffff00;
				border:5px solid #0000ff;
				}


			#groupheader {
					height:135px;
					width:900px;
					margin-top:0px;
					padding:0;
					color:#ff0000;
					border:5px solid #0000ff;	
					}

			img#map {
					width:850px;
					height:275px;
					border:1px solid #000000;
					position:absolute;
					margin-top:10px;
					margin-left:10px;
					}

			#locinfo {
					width:425px;
					height:300px;
					margin-left:10px;
					margin-top:300px;
					padding:0 0 0 0px;
					font-size:14px;
					font-weight:bold;
					color:#000080;
					position:absolute;
					}
					
			#locinfo2 {
					width:205px;
					height:300px;
					margin-left:670px;
					margin-top:300px;
					position:absolute;
					}
					
					.container #locinfo2 img {
								margin-top:10px;
								}

			#group {
					width:635px;
					height:120px;
					margin-left:0px;
					margin-top:10px;
					padding-left:10px;
					padding-right:10px;
					font-size:14px;
					color:#ffffff;
					position:absolute;
					background-color:#0000ff;

					}

			#group1 {
					width:325px;
					height:400px;
					margin-left:0px;
					margin-top:130px;
					padding:0 0 0 0px;
					font-size:12px;
					color:#000080;
					position:absolute;
					}
		
			#group2 {
					width:325px;
					height:400px;
					margin-left:335px;
					margin-top:130px;
					padding:0 0px 0 0;
					border:0px solid #ffffff;	
					font-size:12px;
					color:#000080;
					position:absolute;
					}

			#banner1 {
					height:90px;
					width:205px;
					margin-left:670px;
					margin-top:10px;
					position:absolute;
					}
					
			#banner2 {
					height:90px;
					width:205px;
					margin-left:670px;
					margin-top:110px;
					position:absolute;
					}

			#banner3 {
					height:90px;
					width:205px;
					margin-left:670px;
					margin-top:210px;
					position:absolute;
					}
					
			#banner4 {
					height:90px;
					width:205px;
					margin-left:670px;
					margin-top:310px;
					position:absolute;
					}

			#banner5 {
					height:90px;
					width:205px;
					margin-left:670px;
					margin-top:410px;
					position:absolute;
					}
					
			#banner6 {
					height:90px;
					width:205px;
					margin-left:670px;
					margin-top:510px;
					position:absolute;
					}


/*CONTENT ENDS HERE*/


						#scrollpix {
							margin-left:45px;
							height:102px;
							width:890px;
							margin-top:675px;
							position:absolute;
							border:none;
							}
			
	
										#scrollpix img{
											border:1px solid black;
											float:left;
											margin-top:0px;
											padding-top:0px;
											}

													#scrollpix #landr {
														position:absolute;
														margin-top:45px;
														margin-left:790px;
														}
						
															#scrollpix #land {
																position:absolute;
																margin-top:45px;
																margin-left:-20px;
																}

				#bottomnav {
					height:15px;
					width:400px;
					font-size:11px;
					word-spacing:5px;
					margin-top:785px;
					margin-left:562px;
					padding-top:0px;
					position:absolute;
					text-align:right;
					}
					
				#address {
					height:15px;
					width:530px;
					font-size:10px;
					word-spacing:;
					margin-top:660px;
					margin-left:5px;
					padding-top:0px;
					position:absolute;
					text-align:left;
					letter-spacing:1px;
					}					
					
					
				#copyright{
					height:15px;
					width:500px;
					font-size:10px;
					word-spacing:;
					margin-top:660px;
					margin-left:420px;
					position:absolute;		
					text-align:right;
					color:#ffffff;
					}



/*CONTAINER ENDS HERE*/




