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

body {
	background-color: #FFFFFF;
	font: Verdana, Geneva, sans-serif;
	background-color: #FFF;	
}

.big_contain {
	font-family: Verdana, Geneva, sans-serif;
	height: 800px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;	
}

.main_contain {
	background-color: #009900;
	height: 400px;
	width: 1000px;
	margin-top: 25px;
	padding-top: 15px;
	border-radius: 15px;
}

.main_contain2 {
	background-color: #FFF;
	height: 400px;
	width: 960px;
	margin-top: 30px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 10px;
	box-shadow: 0px 0px 40px rgba(0,0,0,0.4);
}

.main_contain3 {
	background-color: #FFF;
	height: auto;
	width: 960px;
	margin-top: 30px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 10px;
	box-shadow: 0px 0px 40px rgba(0,0,0,0.4);
}


.left_contain {
	border-radius: 10px;
	height: 250px;
	width: 400px;
	margin-top: 40px;
	margin-left: 105px;
}

.middle_contain {
	border-radius: 10px;
	height: auto;
	width: 620px;
	margin-top: 25px;
	margin-left: 330px;
}

.right_contain {
	border-radius: 10px;
	height: 250px;
	width: 300px;
	margin-left: 450px;
	margin-top: 20px;
}

.right_contain2 {
	border-radius: 10px;
	height: auto;
	width: 300px;
	margin-left: 550px;
	margin-top: -300px;
}

/*** Pic ***/

.turtle {
	width: 150px;
	height: 107px;
	background-image: url(images/turtles2.png);
	z-index: auto;
	position: absolute;
	margin-left: 900px;
	margin-top: 2px;
}

.turtle2 {
	width: 150px;
	height: 107px;
	background-image: url(images/turtles2.png);
	z-index: auto;
	position: absolute;
	margin-left: 850px;
	margin-top: 55px;
}

.turtle3 {
	width: 100px;
	height: 72px;
	background-image: url(images/turtles.png);
	z-index: auto;
	position: absolute;
	margin-left: 890px;
	margin-top: -60px;
}

.book {
	background-image: url(images/P1130145.JPG);
	width: 305px; 
	height: 452px;
	float: left;
	margin-top: 25px;
	border-radius: 15px;
}

.aboutme {
	background-image: url(images/me.jpg);
	height: 368px;
	width: 258px;
	float: right;
	border-radius: 15px;
}

.paint1 {
	background-image: url(images/P1130182.JPG);
	width: 305px;
	height: 457px;
	float: right;
	border-radius: 15px;
}

.playarea {
	background-image: 
	border-radius: 15px;
}

/**** Nav ****/
.nav {
	width: auto;
	height: 44px;
	margin-top: -80px;
	margin-left: 450px;
	float: right;
}


/**** Logo ****/
.logo {
	width: 250px;
	height: 199px;
	background-image: url(images/tinyturtleschildcare-png.png);
	background-repeat: no-repeat;
}

/* Slider */
.container {
	width: 950px;
	margin:0 auto;
	overflow:visible;
}

/*** Footer ***/
footer {
	text-align: center;
	float: clear;
	bottom: 0;
	font-size: 12px;
	width: 100%;
	padding: 5px;
}