.small
{
	float: left;
	width: 250px;
	height: auto;
	margin: 5px;
	border-style: none;
}	

div.section
{
	margin: 5px;
	padding: 10px;
	clear: both;
	border-width: 1px;
	border-style: solid;
	position: relative;
	float: left;
	width: 97%;
}

div.subsection
{
	float: left;
	clear: both;
	width: 100%;
	border-style: none;
}

div.container
{
	width: 90%;
	border-style: solid;
	border-width: 1px;
	position: relative;
	left: 5%;
	float: left;
	padding: 10px;
}

img.baby
{
	 vertical-align: middle;
	 margin: 0px;
}