
ul.children {
	list-style-type: none;
	margin: 0 -20px;
	margin-bottom: 20px;
	float: left;
	width: 592px;
}

ul.children li {
	position: relative;
	float: left;
	width: 106px;
	height: 96px;
	padding: 10px 5px;
	margin-left: 3px;
	color: white;
}

ul.children li div {
	color: white;
	font-weight: bold;
	margin-top: 0;
	font-size: 85%;
}

ul.children li a {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	width: 116px;
	height: 116px;
	text-indent: 150px;
	overflow: hidden;
}

#content ul.children li a, #content ul.children li a:hover, #content ul.children li a:focus {
	border-bottom: 0;
	background: url(../img/children-a-bg.gif) no-repeat 100px 100px;
	padding: 0;
}

ul.children li.first {
	margin: 0;
}

div#content h1 {
	padding-top: 0;
	height: auto;
	background-image: none;
}
