/* CSS Document */

.fragment
	{
	background:#fff;
		width:399px;
	}

.kids_bg
{
	width:550px;
	background-image:url(../images/kids_climbingwall.jpg);
	background-repeat:no-repeat;
	float:left;
}

.kids_content
{
float:left;
width:399px;
margin-top:365px;
padding-right:52px;
}

.imageGroup
{
	float:left;
	width:70px;
	padding:0;
	margin:0;
	padding-top:10px;
}

.imageGroup ul
{
float:left;
margin:0;
padding:0;
}

.imageGroup ul li
{
	list-style-type:none;
	margin-top:2px;
}

.line
{
border-top:1px solid #CCCCCC;
margin:30px 0 10px 0;
}

.description
{
	display: none;
	width:399px;
	/* border: 1px solid #aaa; */
	/* background-color: #fff; */
	color: #555;
	font-size: 0.9em;
	margin-bottom:20px;
	padding-bottom:10px;
}

table.yellowtable
	{
	text-align:center;
	width:375px;
	}
	
table.yellowtable th
	{
	background-color: #d29113;
	color: #ffffff;
	padding: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1.0em;
	text-transform: uppercase;
	}
	
table.yellowtable tr
	{
	background-color: #f5e7b6;
	}
	
table.yellowtable tr.alt
	{
	background-color: #ffffff;
	}
