/* GRE :: Kids Club Styles */
body { 
	background: #ACE1FA; 
	color: #000; 
	font-size: 14px; 
	margin: 0 auto; 
	min-width: 980px;
	padding: 25px;
	text-align: center;
	font-family: Arial, Helvetica, san-serif; 
}

a:link, a:visited { 
	color: #000;
	text-decoration: underline;
}
a:hover, a:active {
	color: green;
	text-decoration: underline;		
}

img { border: 0; }

#kidsclub { 
	margin: 0px auto;
	padding: 0;
	height: 600px;
	width: 980px;
	position: relative;
	overflow: hidden;
	text-align: left;
}

#kidsclubframe {
	background: transparent url(../images/Treehouse-frame-top.gif) top center no-repeat;
	margin: 0px auto;
	padding: 0px;
	height: 800px;
	width: 980px;
	position: relative;
	text-align: left;
	overflow: hidden;
}
#kidsclubframe #content {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100px;
	left: 125px;
	width: 725px;
}

#kidsclubframe #content .header_img {
	text-align:center;
	border: 0;
	margin: 0;
	padding: 0;	
}
#content .header_img img {
	/* height: 425px; */
	margin: 0;
	padding: 0;
}

#kidsclubframe object embed {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100px;
	left: 125px;
	height: 450px;
	width: 725px;
}
#kidsclubframe iframe {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100px;
	left: 125px;
	height: 450px;
	width: 725px;
}
#kidsclubfooter {
	margin:0;
	padding:0;
	position:absolute;
	bottom:0;
	background: transparent url(../images/Treehouse-frame-bottom.png) bottom center no-repeat;
	height: 223px;
	width: 980px;
}

#kidsclubfooter img {
	position: absolute;
	bottom: 75px;
	left: 100px;
	border: 0;
	margin: 0;
	padding: 0;
}
#kidsclubdetail #kidsclubframe #content .boxes{margin-top:130px}
#kidsclubdetail .box{float:left; width:235px}

.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
