body {
	margin: 0px;
	padding: 0px;
	font: normal 12px verdana, arial, helvetica, sans-serif;
}

div#container {
	background:  url(library/title.gif) center top no-repeat #FFF;
	position: relative;
	left: 50%;
	margin-left: -316px;
	margin-top:50px;
	min-height: 500px;
	width: 633px;

}
div#mother {
	background:  url(library/motherchild.jpg) center no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -316px;
	top:210px;
	height: 330px;
	width: 623px;

	}
div#hands {
	background:  url(library/holding.jpg) center no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -316px;
	top:210px;
	height: 330px;
	width: 623px;

	}
div#swing {
	background:  url(library/swinging.jpg) center no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -316px;
	top:210px;
	height: 330px;
	width: 623px;

	}
div#meeting {
	background:  url(library/meeting.jpg) center no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -316px;
	top:210px;
	height: 330px;
	width: 623px;

	}
div#icons ul {
	position: relative;
	list-style-type: none;
	left: 50%;
	margin-left: -355px;
	padding-top:110px;
}

div#icons ul li {
	float: left;
	padding: 10px;
	
}
div#content {
	position: relative;
	float:left;
	clear: both;
	height: 330px;
	padding: 10px;
	margin-right: 8px;
	text-align: left;
	color: #566;
	font-size: 0.955em;
	line-height: 1.25em;
}
div#content h2{
	font-size: 1.5em;
	}

div#bullets li {
	padding: 4px;
	
}
div#decrease ul {
	margin-top: 0;
	}
	
div#footer {
	position: relative;
	float: left;
	color: #566;
	padding: 25px 0px;
	font-size: 10px;
	text-align: center;
	width: 625px;

	
}
div#footer a{
	color: #566;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
	}
div#copyright {
	float: right;
	font-size: 8px;
}

div#copyright a {
	color: #566;
	text-decoration: none;
}

div#copyright a:hover {
	text-decoration: underline;
}
div#links {
	padding: 2px;
	text-align: center;
	font-size: 100%;



	}
div#links a {	
	color: #566;
	text-decoration: none;
	font-weight: bold;
	}
div#links a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

